public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/python-hatchling] f44: Use various long options
@ 2026-06-16 11:55 Benjamin A. Beasley
  0 siblings, 0 replies; only message in thread
From: Benjamin A. Beasley @ 2026-06-16 11:55 UTC (permalink / raw)
  To: git-commits

A new commit has been pushed.

Repo   : rpms/python-hatchling
Branch : f44
Commit : 9eb08c1dac6be80c275853620eb4d31f50356373
Author : Benjamin A. Beasley <code@musicinmybrain.net>
Date   : 2026-05-23T08:52:50+01:00
Stats  : +2/-1 in 1 file(s)
URL    : https://src.fedoraproject.org/rpms/python-hatchling/c/9eb08c1dac6be80c275853620eb4d31f50356373?branch=f44

Log:
Use various long options

---
diff --git a/python-hatchling.spec b/python-hatchling.spec
index e81dfd9..02b1899 100644
--- a/python-hatchling.spec
+++ b/python-hatchling.spec
@@ -35,7 +35,8 @@ Summary:        %{summary}
 
 
 %install -a
-install -t '%{buildroot}%{_mandir}/man1' -D -p -m 0644 \
+install -D --preserve-timestamps --mode=0644 \
+    --target='%{buildroot}%{_mandir}/man1' \
     '%{SOURCE100}' \
     '%{SOURCE200}' \
     '%{SOURCE300}' '%{SOURCE310}' \

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2026-06-16 11:55 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-06-16 11:55 [rpms/python-hatchling] f44: Use various long options Benjamin A. Beasley

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox