public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
To: git-commits@fedoraproject.org
Subject: [rpms/systemd] rawhide: Disable reqs for dlopen'ed libraries on CentOS
Date: Mon, 06 Jul 2026 10:43:34 GMT	[thread overview]
Message-ID: <178333461471.1.11231915804971335267.rpms-systemd-de7b685908c0@fedoraproject.org> (raw)

            A new commit has been pushed.

            Repo   : rpms/systemd
            Branch : rawhide
            Commit : de7b685908c0964672af830b157baf97d45c2a38
            Author : Zbigniew Jędrzejewski-Szmek <zbyszek@amutable.com>
            Date   : 2026-07-06T12:26:31+02:00
            Stats  : +5/-0 in 1 file(s)
            URL    : https://src.fedoraproject.org/rpms/systemd/c/de7b685908c0964672af830b157baf97d45c2a38?branch=rawhide

            Log:
            Disable reqs for dlopen'ed libraries on CentOS

Unfortunately package-notes >= 0.18 are not available on CentoOS
Stream 9 and 10 right now. We actually want >= 0.20 for the best
expreience. Disable the requirement for now, to allow CI builds to
happen. This will need to be resolved before the builds are used for
real.

[skip changelog]

---
diff --git a/systemd.spec b/systemd.spec
index e00678e..ccb9b74 100644
--- a/systemd.spec
+++ b/systemd.spec
@@ -173,9 +173,14 @@ BuildRequires:  cryptsetup-devel
 # Require (previous version) of our macros package.
 # We use the %%systemd_{post,preun,…} macros for various services.
 BuildRequires:  systemd-rpm-macros
+%endif
+
+%if 0%{?rhel} == 0
 # Use dlopen-notes to generate Requires/Recommends from embedded metadata.
+# Currently, package-notes are not available on Centos Stream 9 or 10.
 BuildRequires:  package-notes >= 0.18
 %endif
+
 BuildRequires:  dbus-devel
 BuildRequires:  util-linux
 # /usr/bin/getfacl is needed by test-acl-util

                 reply	other threads:[~2026-07-06 10:43 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=178333461471.1.11231915804971335267.rpms-systemd-de7b685908c0@fedoraproject.org \
    --to=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