public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/systemd] rawhide: Disable the standalone report yet again
@ 2026-07-06 22:46 
  0 siblings, 0 replies; only message in thread
From:  @ 2026-07-06 22:46 UTC (permalink / raw)
  To: git-commits

            A new commit has been pushed.

            Repo   : rpms/systemd
            Branch : rawhide
            Commit : 2382c910b70921c8b7da3dec0bfe30580490e920
            Author : Zbigniew Jędrzejewski-Szmek <zbyszek@amutable.com>
            Date   : 2026-07-07T00:45:42+02:00
            Stats  : +8/-5 in 1 file(s)
            URL    : https://src.fedoraproject.org/rpms/systemd/c/2382c910b70921c8b7da3dec0bfe30580490e920?branch=rawhide

            Log:
            Disable the standalone report yet again

It should be disabled until the changes are merged upstream.

Also fix and adjust the conditions for package-note use.

[skip changelog]

---
diff --git a/systemd.spec b/systemd.spec
index e766080..23ded1b 100644
--- a/systemd.spec
+++ b/systemd.spec
@@ -31,6 +31,9 @@
 # Build with OBS-specific quirks
 %bcond obs       0
 
+# Temporary macro to enable systemd-report.standalone
+%bcond report_standalone 0
+
 # When bootstrap, libcryptsetup is disabled
 # but auto-features causes many options to be turned on
 # that depend on libcryptsetup (e.g. libcryptsetup-plugins, homed)
@@ -175,10 +178,10 @@ BuildRequires:  cryptsetup-devel
 BuildRequires:  systemd-rpm-macros
 %endif
 
-%if 0%{?rhel} <= 10
+%if 0%{?rhel} == 0 || 0%{?rhel} > 10
 # 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
+BuildRequires:  package-notes >= 0.20
 %endif
 
 BuildRequires:  dbus-devel
@@ -332,7 +335,7 @@ Conflicts:      dracut < 060-2
 Conflicts:      dracut < 059-16
 %endif
 
-%if %{with upstream}
+%if %{with report_standalone}
 Conflicts:      systemd-standalone-report
 Provides:       systemd-report = %{version}-%{release}
 %endif
@@ -745,7 +748,7 @@ Standalone systemd-repart binary with no dependencies on the systemd-shared
 library or other libraries from systemd-libs. This package conflicts with the
 systemd-udev package and is meant for use on systems without systemd-udev.
 
-%if %{with upstream}
+%if %{with report_standalone}
 %package standalone-report
 Summary:       Standalone systemd-report binaries for use on systems without systemd
 Provides:      systemd-report = %{version}-%{release}
@@ -1587,7 +1590,7 @@ fi
 
 %files standalone-repart -f .file-list-standalone-repart
 
-%if %{with upstream}
+%if %{with report_standalone}
 %files standalone-report -f .file-list-standalone-report
 %endif
 

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

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

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-07-06 22:46 [rpms/systemd] rawhide: Disable the standalone report yet again 

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