public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Benjamin A. Beasley <code@musicinmybrain.net>
To: git-commits@fedoraproject.org
Subject: [rpms/python-uv-build] f44: Use various long options
Date: Wed, 03 Jun 2026 18:10:08 GMT [thread overview]
Message-ID: <178051020848.1.10115579709413848469.rpms-python-uv-build-729cb0c227c6@fedoraproject.org> (raw)
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 \
reply other threads:[~2026-06-03 18:10 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=178051020848.1.10115579709413848469.rpms-python-uv-build-729cb0c227c6@fedoraproject.org \
--to=code@musicinmybrain.net \
--cc=git-commits@fedoraproject.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox