public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/fedora-release] f45: - Cleanups from review
@ 2026-08-10 9:33 Jesse Keating
0 siblings, 0 replies; only message in thread
From: Jesse Keating @ 2026-08-10 9:33 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/fedora-release
Branch : f45
Commit : d397f93a441e6ed64b1f1d2be53e07bda18077d4
Author : Jesse Keating <jkeating@fedoraproject.org>
Date : 2007-06-28T15:05:19+00:00
Stats : +10/-7 in 2 file(s)
URL : https://src.fedoraproject.org/rpms/fedora-release/c/d397f93a441e6ed64b1f1d2be53e07bda18077d4?branch=f45
Log:
- Cleanups from review
- Don't (noreplace) the dist tag macro file
---
diff --git a/fedora-release.spec b/fedora-release.spec
index 3468e21..51dc06e 100644
--- a/fedora-release.spec
+++ b/fedora-release.spec
@@ -4,8 +4,8 @@
Summary: Fedora release files
Name: fedora-release
Version: 7.89
-Release: 2
-License: GFDL
+Release: 3
+License: GPL
Group: System Environment/Base
URL: http://fedoraproject.org
Source: %{name}-%{version}.tar.gz
@@ -48,7 +48,6 @@ for file in fedora*repo ; do
done
# Set up the dist tag macros
-install -d -m 755 $RPM_BUILD_ROOT/etc/rpm
cat >> $RPM_BUILD_ROOT/etc/rpm/macros.dist << EOF
# dist macros.
@@ -62,18 +61,22 @@ rm -rf $RPM_BUILD_ROOT
%files
%defattr(-,root,root,-)
-%attr(0644,root,root) /etc/fedora-release
+%doc GPL
+%config %attr(0644,root,root) /etc/fedora-release
/etc/redhat-release
%dir /etc/yum.repos.d
%config(noreplace) /etc/yum.repos.d/*
-%doc GPL
%config(noreplace) %attr(0644,root,root) /etc/issue
%config(noreplace) %attr(0644,root,root) /etc/issue.net
-%config(noreplace) %attr(0644,root,root) /etc/rpm/macros.dist
+%config %attr(0644,root,root) /etc/rpm/macros.dist
%dir /etc/pki/rpm-gpg
/etc/pki/rpm-gpg/*
%changelog
+* Thu Jun 28 2007 Jesse Keating <jkeating@redhat.com> - 7.89-3
+- Cleanups from review
+- Don't (noreplace) the dist tag macro file
+
* Tue Jun 19 2007 Jesse Keating <jkeating@redhat.com> - 7.89-2
- Define the dist macros in this package since we define everyting else here
diff --git a/sources b/sources
index 7856207..f7d31e2 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-7d8bbbd07871c7634e5c383cbc37d46a fedora-release-7.89.tar.gz
+3bf59d5777b9d8626a759b7300a65936 fedora-release-7.89.tar.gz
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-08-10 9:33 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:33 [rpms/fedora-release] f45: - Cleanups from review Jesse Keating
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox