rpms/rootfiles/devel rootfiles.spec,1.13,1.14

Phil Knirsch pknirsch at fedoraproject.org
Mon Mar 23 12:39:37 UTC 2009


Author: pknirsch

Update of /cvs/pkgs/rpms/rootfiles/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv9177

Modified Files:
	rootfiles.spec 
Log Message:
- Added the "we-are-upstream" comments according to Fedora review (#226376)
- Added -p option to install to preserve timestamps (#226376)



Index: rootfiles.spec
===================================================================
RCS file: /cvs/pkgs/rpms/rootfiles/devel/rootfiles.spec,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- rootfiles.spec	25 Feb 2009 20:17:08 -0000	1.13
+++ rootfiles.spec	23 Mar 2009 12:39:06 -0000	1.14
@@ -1,11 +1,14 @@
 Summary: The basic required files for the root user's directory
 Name: rootfiles
 Version: 8.1
-Release: 3%{?dist}
+Release: 4%{?dist}
 License: Public Domain
 Group: System Environment/Base
 
 Requires: ncurses
+# This is a Red Hat maintained package which is specific to
+# our distribution.  Thus the source is only available from
+# within this srpm.
 Source0: dot-bashrc
 Source1: dot-bash_profile
 Source2: dot-bash_logout
@@ -29,7 +32,7 @@
 
 for file in %{SOURCE0} %{SOURCE1} %{SOURCE2} %{SOURCE3} %{SOURCE4} ; do
   f=`basename $file`
-  install -m 644 $file $RPM_BUILD_ROOT/root/${f/dot-/.}
+  install -p -m 644 $file $RPM_BUILD_ROOT/root/${f/dot-/.}
 done
 
 %clean
@@ -40,6 +43,10 @@
 %config(noreplace) /root/.[A-Za-z]*
 
 %changelog
+* Mon Mar 23 2009 Phil Knirsch <pknirsch at redhat.com> - 8.1-4
+- Added the "we-are-upstream" comments according to Fedora review (#226376)
+- Added -p option to install to preserve timestamps (#226376)
+
 * Wed Feb 25 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 8.1-3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
 




More information about the fedora-extras-commits mailing list