public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Jun Aruga <jaruga@redhat.com>
To: git-commits@fedoraproject.org
Subject: [rpms/fedora-release] f45: Update dist macro to consider bootstrapping.
Date: Mon, 10 Aug 2026 09:34:30 GMT [thread overview]
Message-ID: <178635447084.1.14503332166403411885.rpms-fedora-release-8b7476e44300@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/fedora-release
Branch : f45
Commit : 8b7476e44300a954da68158dc508607d0abbd19b
Author : Jun Aruga <jaruga@redhat.com>
Date : 2018-08-20T18:34:55+02:00
Stats : +5/-2 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/fedora-release/c/8b7476e44300a954da68158dc508607d0abbd19b?branch=f45
Log:
Update dist macro to consider bootstrapping.
Signed-off-by: Jun Aruga <jaruga@redhat.com>
---
diff --git a/fedora-release.spec b/fedora-release.spec
index 43fb3da..2f6b361 100644
--- a/fedora-release.spec
+++ b/fedora-release.spec
@@ -11,7 +11,7 @@
Summary: Fedora release files
Name: fedora-release
Version: 30
-Release: 0.3
+Release: 0.4
License: MIT
URL: https://fedoraproject.org/
@@ -202,7 +202,7 @@ cat >> %{buildroot}%{_rpmconfigdir}/macros.d/macros.dist << EOF
# dist macros.
%%fedora %{dist_version}
-%%dist %%{?distprefix}.fc%{dist_version}
+%%dist %%{?distprefix}.fc%{dist_version}%%{?with_bootstrap:~bootstrap}
%%fc%{dist_version} 1
EOF
@@ -347,6 +347,9 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas &> /dev/null || :
/usr/sbin/convert-to-edition
%changelog
+* Mon Aug 20 2018 Jun Aruga <jaruga@redhat.com> - 30-0.4
+- Update dist macro to consider bootstrapping.
+
* Sat Aug 18 2018 Jason L Tibbitts III <tibbs@math.uh.edu> - 30-0.3
- Escape use of the distprefix macro, so it makes it into the macro
file instead of being expanded in the spec.
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=178635447084.1.14503332166403411885.rpms-fedora-release-8b7476e44300@fedoraproject.org \
--to=jaruga@redhat.com \
--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