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: New release, add secondary arch key (ia64), lay out keys differently
Date: Mon, 10 Aug 2026 09:33:29 GMT [thread overview]
Message-ID: <178635440903.1.8340137748258609993.rpms-fedora-release-f13ec770cee9@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/fedora-release
Branch : f45
Commit : f13ec770cee937e80c91b2f54a0300efbbe2dc8d
Author : Jesse Keating <jkeating@fedoraproject.org>
Date : 2008-06-24T14:53:31+00:00
Stats : +22/-6 in 3 file(s)
URL : https://src.fedoraproject.org/rpms/fedora-release/c/f13ec770cee937e80c91b2f54a0300efbbe2dc8d?branch=f45
Log:
New release, add secondary arch key (ia64), lay out keys differently
---
diff --git a/.cvsignore b/.cvsignore
index 0e09f49..967ebf6 100644
--- a/.cvsignore
+++ b/.cvsignore
@@ -1 +1 @@
-fedora-release-9.90.tar.gz
+fedora-release-9.90.1.tar.gz
diff --git a/fedora-release.spec b/fedora-release.spec
index 0af6258..872f6cb 100644
--- a/fedora-release.spec
+++ b/fedora-release.spec
@@ -3,7 +3,7 @@
Summary: Fedora release files
Name: fedora-release
-Version: 9.90
+Version: 9.90.1
Release: 1
License: GPLv2
Group: System Environment/Base
@@ -41,9 +41,20 @@ ln -s fedora-release $RPM_BUILD_ROOT/etc/redhat-release
ln -s fedora-release $RPM_BUILD_ROOT/etc/system-release
install -d -m 755 $RPM_BUILD_ROOT/etc/pki/rpm-gpg
-for file in RPM-GPG-KEY* ; do
- install -m 644 $file $RPM_BUILD_ROOT/etc/pki/rpm-gpg
+
+install -m 644 RPM-GPG-KEY* $RPM_BUILD_ROOT/etc/pki/rpm-gpg/
+
+# Install all the keys, link the primary keys to primary arch files
+# and to compat generic location
+pushd $RPM_BUILD_ROOT/etc/pki/rpm-gpg/
+for arch in i386 x86_64 ppc ppc64
+ do
+ ln -s RPM-GPG-KEY-fedora-primary RPM-GPG-KEY-fedora-$arch
+ ln -s RPM-GPG-KEY-fedora-test-primary RPM-GPG-KEY-fedora-test-$arch
done
+ln -s RPM-GPG-KEY-fedora-primary RPM-GPG-KEY-fedora
+ln -s RPM-GPG-KEY-fedora-test-primary RPM-GPG-KEY-fedora-test
+popd
install -d -m 755 $RPM_BUILD_ROOT/etc/yum.repos.d
for file in fedora*repo ; do
@@ -74,7 +85,7 @@ rm -rf $RPM_BUILD_ROOT
%config %attr(0644,root,root) /etc/fedora-release
/etc/redhat-release
/etc/system-release
-/etc/system-release-cpe
+%config %attr(0644,root,root) /etc/system-release-cpe
%dir /etc/yum.repos.d
%config(noreplace) /etc/yum.repos.d/*
%config(noreplace) %attr(0644,root,root) /etc/issue
@@ -86,6 +97,11 @@ rm -rf $RPM_BUILD_ROOT
/etc/pki/rpm-gpg/*
%changelog
+* Wed Jun 11 2008 Jesse Keating <jkeating@redhat.com> - 9.90-2
+- Package up the ia64 key as the first secondary arch
+- Mark config files correctly
+- Stop using download.fedora.redhat.com and use download.fedoraproject.org instead
+
* Mon Mar 31 2008 Jesse Keating <jkeating@redhat.com> - 9.90-1
- Update for Fedora 10 rawhide.
diff --git a/sources b/sources
index 0455c71..56b4cda 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-f13119f8b18708b127b06f44e234f3aa fedora-release-9.90.tar.gz
+13288e8f0f31a2d6b1dfcf2d6a832037 fedora-release-9.90.1.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=178635440903.1.8340137748258609993.rpms-fedora-release-f13ec770cee9@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