public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/uv] rawhide: Ship the license file for the vendored rust-netrc
@ 2026-08-05 6:29 Benjamin A. Beasley
0 siblings, 0 replies; only message in thread
From: Benjamin A. Beasley @ 2026-08-05 6:29 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/uv
Branch : rawhide
Commit : cb8c37590766e95fd2e179086e17359eb6fe7cb0
Author : Benjamin A. Beasley <code@musicinmybrain.net>
Date : 2026-08-05T07:00:49+01:00
Stats : +3/-1 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/uv/c/cb8c37590766e95fd2e179086e17359eb6fe7cb0?branch=rawhide
Log:
Ship the license file for the vendored rust-netrc
---
diff --git a/uv.spec b/uv.spec
index faf62c8..aed7ceb 100644
--- a/uv.spec
+++ b/uv.spec
@@ -374,7 +374,7 @@ This package provides an importable Python module for uv.
%prep -a
-# Collect license files of vendored dependencies in the main source archive
+# Collect license files of vendored dependencies
install -D --preserve-timestamps --mode=0644 \
--target=LICENSE.bundled/packaging \
crates/uv-python/python/packaging/LICENSE.*
@@ -387,6 +387,8 @@ install -D --preserve-timestamps --mode=0644 \
crates/uv-build-frontend/src/pipreqs/LICENSE
install -D --preserve-timestamps --mode=0644 \
--target=LICENSE.bundled/ripunzip crates/uv-extract/src/vendor/LICENSE
+install -D --preserve-timestamps --mode=0644 \
+ --target=LICENSE.bundled/rust-netrc crates/uv-netrc/LICENSE
# The original license text from rattler_installs_packages is present in a
# comment, but we want it in a separate file so we can ensure it is present in
# the binary RPM.
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-08-05 6:29 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-08-05 6:29 [rpms/uv] rawhide: Ship the license file for the vendored rust-netrc 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