public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/uv] epel10: Ship the license file for the vendored rust-netrc
@ 2026-08-16  7:50 Benjamin A. Beasley
  0 siblings, 0 replies; only message in thread
From: Benjamin A. Beasley @ 2026-08-16  7:50 UTC (permalink / raw)
  To: git-commits

A new commit has been pushed.

Repo   : rpms/uv
Branch : epel10
Commit : 3390ffc93bb1ce71e553116628209473861f6f2d
Author : Benjamin A. Beasley <code@musicinmybrain.net>
Date   : 2026-08-05T10:44:45+01:00
Stats  : +3/-1 in 1 file(s)
URL    : https://src.fedoraproject.org/rpms/uv/c/3390ffc93bb1ce71e553116628209473861f6f2d?branch=epel10

Log:
Ship the license file for the vendored rust-netrc

---
diff --git a/uv.spec b/uv.spec
index 449df87..07bab6a 100644
--- a/uv.spec
+++ b/uv.spec
@@ -373,7 +373,7 @@ This package provides an importable Python module for uv.
 %prep
 %autosetup -p1
 
-# 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.*
@@ -386,6 +386,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-16  7:50 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-08-16  7:50 [rpms/uv] epel10: 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