public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/fedora-release] f45: Update dist macro to consider bootstrapping.
@ 2026-08-10 9:34 Jun Aruga
0 siblings, 0 replies; only message in thread
From: Jun Aruga @ 2026-08-10 9:34 UTC (permalink / raw)
To: git-commits
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.
^ 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: Update dist macro to consider bootstrapping Jun Aruga
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox