From fea9fea1ced0fb0f35cf2e469c215f52c7ced78a Mon Sep 17 00:00:00 2001 From: Phil Knirsch Date: Mon, 23 Mar 2009 12:39:06 +0000 Subject: [PATCH] - Added the "we-are-upstream" comments according to Fedora review (#226376) - Added -p option to install to preserve timestamps (#226376) --- rootfiles.spec | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/rootfiles.spec b/rootfiles.spec index 9bbde58..19a7ef0 100644 --- a/rootfiles.spec +++ b/rootfiles.spec @@ -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 @@ mkdir -p $RPM_BUILD_ROOT/root 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 @@ rm -rf $RPM_BUILD_ROOT %config(noreplace) /root/.[A-Za-z]* %changelog +* Mon Mar 23 2009 Phil Knirsch - 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 - 8.1-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild