public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/fedora-release] f45: Re-add missing %% before {?with_bootstrap
@ 2026-08-10  9:36 
  0 siblings, 0 replies; only message in thread
From:  @ 2026-08-10  9:36 UTC (permalink / raw)
  To: git-commits

            A new commit has been pushed.

            Repo   : rpms/fedora-release
            Branch : f45
            Commit : 46116070baadfbb10abb973199651bd6af341de9
            Author : Robert-André Mauchin <zebob.m@gmail.com>
            Date   : 2023-08-18T22:15:23+02:00
            Stats  : +1/-1 in 1 file(s)
            URL    : https://src.fedoraproject.org/rpms/fedora-release/c/46116070baadfbb10abb973199651bd6af341de9?branch=f45

            Log:
            Re-add missing %% before {?with_bootstrap

Commit b59c2ded44149899e65d6e3ca271325140ad585b mistakenly removed the %% before {?with_bootstrap, breaking all builds in Rawhide.

---
diff --git a/fedora-release.spec b/fedora-release.spec
index fbb4e2c..54a529c 100644
--- a/fedora-release.spec
+++ b/fedora-release.spec
@@ -1578,7 +1578,7 @@ cat >> %{buildroot}%{_rpmconfigdir}/macros.d/macros.dist << EOF
 %%fc%{dist_version}                1
 %%distcore            .fc%%{fedora}
 %endif
-%%dist                %%{!?distprefix0:%%{?distprefix}}%%{expand:%%{lua:for i=0,9999 do print("%%{?distprefix" .. i .."}") end}}%%{distcore}{?with_bootstrap:%%{__bootstrap}}
+%%dist                %%{!?distprefix0:%%{?distprefix}}%%{expand:%%{lua:for i=0,9999 do print("%%{?distprefix" .. i .."}") end}}%%{distcore}%%{?with_bootstrap:%%{__bootstrap}}
 %%dist_vendor         %{dist_vendor}
 %%dist_name           %{dist_name}
 %%dist_home_url       %{dist_home_url}

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

only message in thread, other threads:[~2026-08-10  9:36 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-08-10  9:36 [rpms/fedora-release] f45: Re-add missing %% before {?with_bootstrap 

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