public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Jason Tibbitts <tibbs@math.uh.edu>
To: git-commits@fedoraproject.org
Subject: [rpms/fedora-release] f45: Allow bootstrap suffix to be overridden.
Date: Mon, 10 Aug 2026 09:34:48 GMT	[thread overview]
Message-ID: <178635448888.1.5737524485041447855.rpms-fedora-release-867a4574fc19@fedoraproject.org> (raw)

            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
 

                 reply	other threads:[~2026-08-10  9:34 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=178635448888.1.5737524485041447855.rpms-fedora-release-867a4574fc19@fedoraproject.org \
    --to=tibbs@math.uh.edu \
    --cc=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