public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/python-jwt] rawhide: Declare that a missing license should terminate the build
@ 2026-07-08  7:10 Jeremy Cline
  0 siblings, 0 replies; only message in thread
From: Jeremy Cline @ 2026-07-08  7:10 UTC (permalink / raw)
  To: git-commits

            A new commit has been pushed.

            Repo   : rpms/python-jwt
            Branch : rawhide
            Commit : 77a529af98248a31a741badc82f2d2a769e94cf7
            Author : Jeremy Cline <jeremycline@microsoft.com>
            Date   : 2026-07-07T12:27:52-04:00
            Stats  : +1/-1 in 1 file(s)
            URL    : https://src.fedoraproject.org/rpms/python-jwt/c/77a529af98248a31a741badc82f2d2a769e94cf7?branch=rawhide

            Log:
            Declare that a missing license should terminate the build

This is encouraged by the Python guidelines when the license isn't
explicitly in the file list so that if it disappears in the future we'll
notice.

---
diff --git a/python-jwt.spec b/python-jwt.spec
index 5828baa..9bbc213 100644
--- a/python-jwt.spec
+++ b/python-jwt.spec
@@ -55,7 +55,7 @@ sed -e '/coverage\[toml\]/d' \
 
 %install
 %pyproject_install
-%pyproject_save_files %{libname}
+%pyproject_save_files -l %{libname}
 
 
 %check

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

only message in thread, other threads:[~2026-07-08  7:10 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-07-08  7:10 [rpms/python-jwt] rawhide: Declare that a missing license should terminate the build Jeremy Cline

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox