public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Michel Lind <salimma@fedoraproject.org>
To: git-commits@fedoraproject.org
Subject: [rpms/libseccomp] f43: Only enable Python subpackage on Fedora 44 and up
Date: Sat, 18 Jul 2026 17:38:44 GMT	[thread overview]
Message-ID: <178439632406.1.866953607453658303.rpms-libseccomp-3b1016331b66@fedoraproject.org> (raw)

            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}

                 reply	other threads:[~2026-07-18 17:38 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=178439632406.1.866953607453658303.rpms-libseccomp-3b1016331b66@fedoraproject.org \
    --to=salimma@fedoraproject.org \
    --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