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

A new commit has been pushed.

Repo   : rpms/python-uv-build
Branch : f44
Commit : 729cb0c227c690610771af1c06d41ca7b5e6d782
Author : Benjamin A. Beasley <code@musicinmybrain.net>
Date   : 2026-05-19T17:24:43+01:00
Stats  : +4/-2 in 1 file(s)
URL    : https://src.fedoraproject.org/rpms/python-uv-build/c/729cb0c227c690610771af1c06d41ca7b5e6d782?branch=f44

Log:
Use various long options

---
diff --git a/python-uv-build.spec b/python-uv-build.spec
index e58e6f8..af72c80 100644
--- a/python-uv-build.spec
+++ b/python-uv-build.spec
@@ -121,8 +121,10 @@ Provides:       bundled(crate(pep508_rs)) = 0.7.0
 %autosetup -n uv_build-%{version} -p1
 
 # Collect license files of vendored dependencies in the main source archive
-install -t LICENSE.bundled/pep440_rs -D -p -m 0644 crates/uv-pep440/License-*
-install -t LICENSE.bundled/pep508_rs -D -p -m 0644 crates/uv-pep508/License-*
+install -D --preserve-timestamps --mode=0644 \
+    --target=LICENSE.bundled/pep440_rs crates/uv-pep440/License-*
+install -D --preserve-timestamps --mode=0644 \
+    --target=LICENSE.bundled/pep508_rs crates/uv-pep508/License-*
 
 # Patch out foreign (e.g. Windows-only) dependencies.
 find -L . -type f -name Cargo.toml -print \

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

only message in thread, other threads:[~2026-06-03 18:10 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-06-03 18:10 [rpms/python-uv-build] 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