From 94203f828849295a2800f7b89a2ca03b72ec3f81 Mon Sep 17 00:00:00 2001 From: Jesse Keating Date: May 07 2010 04:19:02 +0000 Subject: - Prep for release candidate, turn on updates. --- diff --git a/fedora-release.spec b/fedora-release.spec index b276d3e..67db8e4 100644 --- a/fedora-release.spec +++ b/fedora-release.spec @@ -4,7 +4,7 @@ Summary: Fedora release files Name: fedora-release Version: 13 -Release: 0.7 +Release: 1 License: GPLv2 Group: System Environment/Base URL: http://fedoraproject.org @@ -51,11 +51,16 @@ 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 @@ -98,6 +103,13 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Thu May 06 2010 Jesse Keating - 13-1 +- Prep for release candidate, turn on updates. + +* Thu May 06 2010 Dennis Gilmore - 13-0.8 +- link sparc key correctly +- drop ppc from primary arch linking + * Mon Mar 22 2010 Jesse Keating - 13-0.7 - Update the release name diff --git a/sources b/sources index 6ea2339..dc187c5 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -bc265fbaeb509a78284ff0566b8cc6c8 fedora-release-13.tar.bz2 +ea7cad741971c81e6af99cce458440f8 fedora-release-13.tar.bz2