diff --git a/fedora-release.spec b/fedora-release.spec index 2090931..09c0282 100644 --- a/fedora-release.spec +++ b/fedora-release.spec @@ -5,7 +5,7 @@ Summary: Fedora release files Name: fedora-release Version: 20 -Release: 0.3 +Release: 0.4 License: GPLv2 Group: System Environment/Base URL: http://fedoraproject.org @@ -68,12 +68,12 @@ 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 +for arch in i386 x86_64 armhfp do ln -s RPM-GPG-KEY-fedora-%{dist_version}-primary RPM-GPG-KEY-fedora-%{dist_version}-$arch done ln -s RPM-GPG-KEY-fedora-%{dist_version}-primary RPM-GPG-KEY-%{dist_version}-fedora -for arch in arm armhfp aarch64 ppc ppc64 s390 s390x +for arch in aarch64 ppc ppc64 s390 s390x do ln -s RPM-GPG-KEY-fedora-%{dist_version}-secondary RPM-GPG-KEY-fedora-%{dist_version}-$arch done @@ -120,6 +120,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Wed Jul 31 2013 Dennis Gilmore - 20-0.4 +- link armhfp gpg key to primary since its now living there + * Mon Jul 08 2013 Dennis Gilmore - 20-0.3 - fix up typo diff --git a/sources b/sources index 14cffb0..8a4873c 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -79f47785a6b6f89ffefdc6d09a4be18a fedora-release-20.tar.bz2 +a76346a17a08a8bbd845d3c47c0d3426 fedora-release-20.tar.bz2