- Added the "we-are-upstream" comments according to Fedora review (#226376)
- Added -p option to install to preserve timestamps (#226376)
This commit is contained in:
parent
4486afc014
commit
fea9fea1ce
@ -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 <pknirsch@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@lists.fedoraproject.org> - 8.1-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user