public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/systemd] rawhide: Disable reqs for dlopen'ed libraries on CentOS
@ 2026-07-06 10:43 
  0 siblings, 0 replies; only message in thread
From:  @ 2026-07-06 10:43 UTC (permalink / raw)
  To: git-commits

            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

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

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

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-07-06 10:43 [rpms/systemd] rawhide: Disable reqs for dlopen'ed libraries on CentOS 

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