public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/fedora-release] f45: - Bump for F8 Test2.
@ 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 : f16d6c556b8d9233cf1a86e3ac84622ce2474e31
Author : Jesse Keating <jkeating@fedoraproject.org>
Date : 2007-09-28T14:24:44+00:00
Stats : +15/-4 in 3 file(s)
URL : https://src.fedoraproject.org/rpms/fedora-release/c/f16d6c556b8d9233cf1a86e3ac84622ce2474e31?branch=f45
Log:
- Bump for F8 Test2.
- Package up the compose kickstart files
---
diff --git a/.cvsignore b/.cvsignore
index cc801b4..a738253 100644
--- a/.cvsignore
+++ b/.cvsignore
@@ -1 +1 @@
-fedora-release-7.91.tar.gz
+fedora-release-7.92.tar.gz
diff --git a/fedora-release.spec b/fedora-release.spec
index c9bc0fc..bfaddf2 100644
--- a/fedora-release.spec
+++ b/fedora-release.spec
@@ -3,8 +3,8 @@
Summary: Fedora release files
Name: fedora-release
-Version: 7.91
-Release: 2
+Version: 7.92
+Release: 1
License: GPLv2
Group: System Environment/Base
URL: http://fedoraproject.org
@@ -49,6 +49,11 @@ for file in fedora*repo ; do
install -m 644 $file $RPM_BUILD_ROOT/etc/yum.repos.d
done
+install -d -m 755 $RPM_BUILD_ROOT/%{_datadir}/%{name}
+for file in compose/*; do
+ install -m 644 $file $RPM_BUILD_ROOT/%{_datadir}/%{name}
+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
@@ -73,10 +78,16 @@ rm -rf $RPM_BUILD_ROOT
%config(noreplace) %attr(0644,root,root) /etc/issue
%config(noreplace) %attr(0644,root,root) /etc/issue.net
%config %attr(0644,root,root) /etc/rpm/macros.dist
+%dir %{_datadir}/%{name}
+%{_datadir}/%{name}/*
%dir /etc/pki/rpm-gpg
/etc/pki/rpm-gpg/*
%changelog
+* Fri Sep 28 2007 Jesse Keating <jkeating@redhat.com> - 7.92-1
+- Bump for F8 Test2.
+- Package up the compose kickstart files
+
* Fri Sep 14 2007 Jesse Keating <jkeating@redhat.com> - 7.91-2
- Use failovermethod=priority in yum configs (243698)
diff --git a/sources b/sources
index 31cb79d..839403a 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-1692ee19be5132c951ca19297b22e227 fedora-release-7.91.tar.gz
+c6bd0782ce305e07da65d050126b7ed6 fedora-release-7.92.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: - Bump for F8 Test2 Jesse Keating
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox