public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/libseccomp] f43: Only enable Python subpackage on Fedora 44 and up
@ 2026-07-18 17:38 Michel Lind
0 siblings, 0 replies; only message in thread
From: Michel Lind @ 2026-07-18 17:38 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/libseccomp
Branch : f43
Commit : 3b1016331b667cb3d925b9896e18e0ad02e5a9c9
Author : Michel Lind <salimma@fedoraproject.org>
Date : 2026-07-18T18:01:36+01:00
Stats : +7/-0 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/libseccomp/c/3b1016331b667cb3d925b9896e18e0ad02e5a9c9?branch=f43
Log:
Only enable Python subpackage on Fedora 44 and up
Signed-off-by: Michel Lind <salimma@fedoraproject.org>
---
diff --git a/libseccomp.spec b/libseccomp.spec
index 224eb4d..5a7ebf1 100644
--- a/libseccomp.spec
+++ b/libseccomp.spec
@@ -1,4 +1,11 @@
+%if 0%{?fedora} >= 44
%bcond python 1
+%else
+# on Fedora 43 a .egg is generated
+# probably not worth fixing the layout for a distro EOL
+# at the end of the year
+%bcond python 0
+%endif
%bcond test 1
%ifarch %{ix86}
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-07-18 17:38 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-07-18 17:38 [rpms/libseccomp] f43: Only enable Python subpackage on Fedora 44 and up Michel Lind
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox