public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/fedora-release] f45: - Add the Fedora 14 key
@ 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 : 1ef83ed719b6add78c3dceb9055dcc95dcb0221a
Author : Jesse Keating <jkeating@fedoraproject.org>
Date : 2010-07-23T18:00:58+00:00
Stats : +14/-3 in 2 file(s)
URL : https://src.fedoraproject.org/rpms/fedora-release/c/1ef83ed719b6add78c3dceb9055dcc95dcb0221a?branch=f45
Log:
- Add the Fedora 14 key
---
diff --git a/fedora-release.spec b/fedora-release.spec
index cc49d96..7487205 100644
--- a/fedora-release.spec
+++ b/fedora-release.spec
@@ -4,7 +4,7 @@
Summary: Fedora release files
Name: fedora-release
Version: 14
-Release: 0.4
+Release: 0.6
License: GPLv2
Group: System Environment/Base
URL: http://fedoraproject.org
@@ -52,11 +52,15 @@ 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
+for arch in i386 x86_64
do
ln -s RPM-GPG-KEY-fedora-%{dist_version}-primary RPM-GPG-KEY-fedora-$arch
done
ln -s RPM-GPG-KEY-fedora-%{dist_version}-primary RPM-GPG-KEY-fedora
+for arch in sparc sparc64
+ do
+ ln -s RPM-GPG-KEY-fedora-%{dist_version}-SPARC RPM-GPG-KEY-fedora-$arch
+done
popd
install -d -m 755 $RPM_BUILD_ROOT/etc/yum.repos.d
@@ -99,6 +103,13 @@ rm -rf $RPM_BUILD_ROOT
%changelog
+* Fri Jul 23 2010 Jesse Keating <jkeating@redhat.com> - 14-0.6
+- Add the Fedora 14 key
+
+* Thu May 06 2010 Dennis Gilmore <dennis@ausil.us> - 14-0.5
+- link sparc key
+- drop ppc ppc64 from primary arch list
+
* Tue Mar 02 2010 Jesse Keating <jkeating@redhat.com> - 14-0.4
- When in rawhide, require the -rawhide subpackage.
diff --git a/sources b/sources
index 9e6bf0e..49143a1 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-f7d3efb4f3ea352df8513568fe6d4b92 fedora-release-14.tar.bz2
+4bb43fb3b1cf803289fb97fa31d3a063 fedora-release-14.tar.bz2
^ 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: - Add the Fedora 14 key Jesse Keating
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox