public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/python-scooby] f44: Use various long options
@ 2026-09-11 12:15 Benjamin A. Beasley
0 siblings, 0 replies; only message in thread
From: Benjamin A. Beasley @ 2026-09-11 12:15 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/python-scooby
Branch : f44
Commit : 8afb0c6b4b4e5eae41497a65cdfc3f22086ae856
Author : Benjamin A. Beasley <code@musicinmybrain.net>
Date : 2026-05-21T09:48:31+01:00
Stats : +2/-1 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/python-scooby/c/8afb0c6b4b4e5eae41497a65cdfc3f22086ae856?branch=f44
Log:
Use various long options
---
diff --git a/python-scooby.spec b/python-scooby.spec
index 43bbcae..0df0186 100644
--- a/python-scooby.spec
+++ b/python-scooby.spec
@@ -68,7 +68,8 @@ export SETUPTOOLS_SCM_PRETEND_VERSION='%{version}'
%install -a
-install -t '%{buildroot}%{_mandir}/man1' -D -p -m 0644 '%{SOURCE1}'
+install -D --preserve-timestamps --mode=0644 \
+ --target='%{buildroot}%{_mandir}/man1' '%{SOURCE1}'
%check -a
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-09-11 12:15 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-09-11 12:15 [rpms/python-scooby] 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