fedora-release fedora-release.spec,1.60,1.61

Jesse Keating (jkeating) fedora-extras-commits at redhat.com
Wed Jun 11 19:58:15 UTC 2008


Author: jkeating

Update of /cvs/fedora/fedora-release
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv5152

Modified Files:
	fedora-release.spec 
Log Message:
Fix a typo, and mark config files correctly



Index: fedora-release.spec
===================================================================
RCS file: /cvs/fedora/fedora-release/fedora-release.spec,v
retrieving revision 1.60
retrieving revision 1.61
diff -u -r1.60 -r1.61
--- fedora-release.spec	11 Jun 2008 19:22:25 -0000	1.60
+++ fedora-release.spec	11 Jun 2008 19:58:15 -0000	1.61
@@ -44,11 +44,11 @@
 # 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 @@
 %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 @@
 /etc/pki/rpm-gpg/*
 
 %changelog
-* Wed Jun 11 2008 Jesse Keating <jkeating at redhat.com> - 9.90-2
+* Wed Jun 11 2008 Jesse Keating <jkeating at redhat.com> - 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 <jkeating at redhat.com> - 9.90-1
 - Update for Fedora 10 rawhide.




More information about the fedora-extras-commits mailing list