From 9ae6bb1f207dc5a58e0aee74aa0442ac78cffbbb Mon Sep 17 00:00:00 2001 From: jkeating Date: Jun 11 2008 19:58:15 +0000 Subject: Fix a typo, and mark config files correctly --- diff --git a/fedora-release.spec b/fedora-release.spec index ed21732..5899e5d 100644 --- a/fedora-release.spec +++ b/fedora-release.spec @@ -44,11 +44,11 @@ install -d -m 755 $RPM_BUILD_ROOT/etc/pki/rpm-gpg # Install secondary arch specific keys here %ifarch ia64 install -m 644 RPM-GPG-KEY-fedora-ia64 $RPM_BUILD_ROOT/etc/pki/rpm-gpg/RPM-GPG-KEY-fedora - install -m 644 RPM-GPG-KEY-fedora-test-ia64 $RPM_BUILD_ROOT/etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-test-primary + install -m 644 RPM-GPG-KEY-fedora-test-ia64 $RPM_BUILD_ROOT/etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-test # Assume any other arch should just get the primary keys %else install -m 644 RPM-GPG-KEY-fedora-primary $RPM_BUILD_ROOT/etc/pki/rpm-gpg/RPM-GPG-KEY-fedora - install -m 644 RPM-GPG-KEY-fedora-test-primary $RPM_BUILD_ROOT/etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-test-primary + install -m 644 RPM-GPG-KEY-fedora-test-primary $RPM_BUILD_ROOT/etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-test %endif install -d -m 755 $RPM_BUILD_ROOT/etc/yum.repos.d @@ -80,7 +80,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 @@ -92,10 +92,11 @@ rm -rf $RPM_BUILD_ROOT /etc/pki/rpm-gpg/* %changelog -* Wed Jun 11 2008 Jesse Keating - 9.90-2 +* Wed Jun 11 2008 Jesse Keating - 9.90-3 - Make fedora-release arch specific - Package up the ia64 key as the first secondary arch - Install keys based on arch +- Mark config files correctly * Mon Mar 31 2008 Jesse Keating - 9.90-1 - Update for Fedora 10 rawhide.