public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Jesse Keating <jkeating@fedoraproject.org>
To: git-commits@fedoraproject.org
Subject: [rpms/fedora-release] f45: - Bump for F8 Test2.
Date: Mon, 10 Aug 2026 09:33:25 GMT [thread overview]
Message-ID: <178635440535.1.6295647396723742001.rpms-fedora-release-f16d6c556b8d@fedoraproject.org> (raw)
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
reply other threads:[~2026-08-10 9:33 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=178635440535.1.6295647396723742001.rpms-fedora-release-f16d6c556b8d@fedoraproject.org \
--to=jkeating@fedoraproject.org \
--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