public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/fedora-release] f45: Allow bootstrap suffix to be overridden.
@ 2026-08-10  9:34 Jason Tibbitts
  0 siblings, 0 replies; only message in thread
From: Jason Tibbitts @ 2026-08-10  9:34 UTC (permalink / raw)
  To: git-commits

            A new commit has been pushed.

            Repo   : rpms/fedora-release
            Branch : f45
            Commit : 867a4574fc19ce64ae92a33f480aac3bafd0927a
            Author : Jason Tibbitts <tibbs@math.uh.edu>
            Date   : 2019-03-20T11:34:35-05:00
            Stats  : +6/-2 in 1 file(s)
            URL    : https://src.fedoraproject.org/rpms/fedora-release/c/867a4574fc19ce64ae92a33f480aac3bafd0927a?branch=f45

            Log:
            Allow bootstrap suffix to be overridden.

Requiring signed-off commits is idiotic.
I disclaim the following text; it does not indicate that I have agreed
to anything:
Signed-off-by: Jason Tibbitts <tibbs@math.uh.edu>

---
diff --git a/fedora-release.spec b/fedora-release.spec
index 78e235c..dd1842f 100644
--- a/fedora-release.spec
+++ b/fedora-release.spec
@@ -14,7 +14,7 @@
 Summary:        Fedora release files
 Name:           fedora-release
 Version:        31
-Release:        0.1
+Release:        0.2
 License:        MIT
 URL:            https://fedoraproject.org/
 
@@ -465,7 +465,8 @@ cat >> %{buildroot}%{_rpmconfigdir}/macros.d/macros.dist << EOF
 # dist macros.
 
 %%fedora                %{dist_version}
-%%dist                %%{?distprefix}.fc%{dist_version}%%{?with_bootstrap:~bootstrap}
+%%__bootstrap         ~bootstrap
+%%dist                %%{?distprefix}.fc%{dist_version}%%{?with_bootstrap:%{__bootstrap}}
 %%fc%{dist_version}                1
 EOF
 
@@ -605,6 +606,9 @@ ln -s %{_swidtagdir} %{buildroot}%{_sysconfdir}/swid/swidtags.d/fedoraproject.or
 
 
 %changelog
+* Wed Mar 20 2019 Jason L Tibbitts III <tibbs@math.uh.edu> - 31-0.2
+- Allow bootstrap suffix to be overridden.
+
 * Tue Feb 19 2019 Tomas Hrcka <thrcka@redhat.com> - 31-0.1
 - Setup for rawhide being f30
 

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

only message in thread, other threads:[~2026-08-10  9:34 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:34 [rpms/fedora-release] f45: Allow bootstrap suffix to be overridden Jason Tibbitts

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