8fd69b
Summary: The basic required files for the root user's directory
8fd69b
Name: rootfiles
8fd69b
Version: 8.1
8fd69b
Release: 11%{?dist}
8fd69b
License: Public Domain
8fd69b
Group: System Environment/Base
8fd69b
8fd69b
# This is a Red Hat maintained package which is specific to
8fd69b
# our distribution.  Thus the source is only available from
8fd69b
# within this srpm.
8fd69b
Source0: dot-bashrc
8fd69b
Source1: dot-bash_profile
8fd69b
Source2: dot-bash_logout
8fd69b
Source3: dot-tcshrc
8fd69b
Source4: dot-cshrc
8fd69b
8fd69b
Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
8fd69b
BuildArch: noarch
8fd69b
8fd69b
%description
8fd69b
The rootfiles package contains basic required files that are placed
8fd69b
in the root user's account.  These files are basically the same
8fd69b
as those in /etc/skel, which are placed in regular
8fd69b
users' home directories.
8fd69b
8fd69b
%prep
8fd69b
8fd69b
%install
8fd69b
rm -rf $RPM_BUILD_ROOT
8fd69b
mkdir -p $RPM_BUILD_ROOT/root
8fd69b
8fd69b
for file in %{SOURCE0} %{SOURCE1} %{SOURCE2} %{SOURCE3} %{SOURCE4} ; do
8fd69b
  f=`basename $file`
8fd69b
  install -p -m 644 $file $RPM_BUILD_ROOT/root/${f/dot-/.}
8fd69b
done
8fd69b
8fd69b
%clean
8fd69b
rm -rf $RPM_BUILD_ROOT
8fd69b
8fd69b
%files
8fd69b
%defattr(-,root,root,-)
8fd69b
%config(noreplace) /root/.[A-Za-z]*
8fd69b
8fd69b
%changelog
8fd69b
* Fri Dec 27 2013 Daniel Mach <dmach@redhat.com> - 8.1-11
8fd69b
- Mass rebuild 2013-12-27
8fd69b
8fd69b
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 8.1-10
8fd69b
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
8fd69b
8fd69b
* Sat Jul 21 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 8.1-9
8fd69b
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
8fd69b
8fd69b
* Sat Jan 14 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 8.1-8
8fd69b
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
8fd69b
8fd69b
* Wed Feb 09 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 8.1-7
8fd69b
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
8fd69b
8fd69b
* Sun Jul 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 8.1-6
8fd69b
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
8fd69b
8fd69b
* Mon Mar 30 2009 Ondrej Vasik <ovasik@redhat.com> - 8.1-5
8fd69b
- removed clear from dot-bash_logout (synchronized with bash,
8fd69b
  related to #429406)
8fd69b
- removed unset USERNAME from dot-bash_profile (synchronized with
8fd69b
  bash, related to #196735)
8fd69b
8fd69b
* Mon Mar 23 2009 Phil Knirsch <pknirsch@redhat.com> - 8.1-4
8fd69b
- Added the "we-are-upstream" comments according to Fedora review (#226376)
8fd69b
- Added -p option to install to preserve timestamps (#226376)
8fd69b
8fd69b
* Wed Feb 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 8.1-3
8fd69b
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
8fd69b
8fd69b
* Fri Oct 31 2008 Ondrej Vasik <ovasik@redhat.com> - 8.1-2
8fd69b
- Add dist tag, fix a few rpmlint issues, rebuild due to
8fd69b
  wrong vendor (#451229)
8fd69b
- Added ncurses requirement(#469390)
8fd69b
8fd69b
* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 8.1-1.1.1
8fd69b
- rebuild
8fd69b
8fd69b
* Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com>
8fd69b
- rebuilt
8fd69b
8fd69b
* Fri Dec  3 2004 Bill Nottingham <notting@redhat.com> 8.1-1
8fd69b
- restore tcsh prompt into .tcshrc (#141782)
8fd69b
8fd69b
* Wed Sep 22 2004 Bill Nottingham <notting@redhat.com> 8-1
8fd69b
- sync files with current /etc/skel stuff
8fd69b
- remove Xresources (#75666)
8fd69b
8fd69b
* Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com>
8fd69b
- rebuilt
8fd69b
8fd69b
* Wed Jan 22 2003 Tim Powers <timp@redhat.com>
8fd69b
- rebuilt
8fd69b
8fd69b
* Wed Dec 11 2002 Tim Powers <timp@redhat.com> 7.2-5
8fd69b
- rebuild
8fd69b
8fd69b
* Fri Jun 21 2002 Tim Powers <timp@redhat.com>
8fd69b
- automated rebuild
8fd69b
8fd69b
* Thu May 23 2002 Tim Powers <timp@redhat.com>
8fd69b
- automated rebuild
8fd69b
8fd69b
* Wed Jan 09 2002 Tim Powers <timp@redhat.com>
8fd69b
- automated rebuild
8fd69b
8fd69b
* Thu Jul  5 2001 Preston Brown <pbrown@redhat.com> 7.2-1
8fd69b
- /sbin stuff out of PATH, moved into /etc/profile
8fd69b
8fd69b
* Wed Jul 12 2000 Prospector <bugzilla@redhat.com>
8fd69b
- automatic rebuild
8fd69b
8fd69b
* Tue Jul 11 2000 Preston Brown <pbrown@redhat.com>
8fd69b
- fix .tcshrc
8fd69b
8fd69b
* Mon Jul  3 2000 Jakub Jelinek <jakub@redhat.com>
8fd69b
- don't assume ASCII ordering in glob pattern
8fd69b
8fd69b
* Sat Jun 10 2000 Bill Nottingham <notting@redhat.com>
8fd69b
- rebuild
8fd69b
- fix some path stuff (#11191)
8fd69b
8fd69b
* Tue Apr 18 2000 Bill Nottingham <notting@redhat.com>
8fd69b
- mv .Xdefaults -> .Xresources (#10623)
8fd69b
8fd69b
* Sun Mar 21 1999 Cristian Gafton <gafton@redhat.com>
8fd69b
- auto rebuild in the new build environment (release 5)
8fd69b
8fd69b
* Tue Jan 12 1999 Jeff Johnson <jbj@redhat.com>
8fd69b
- add %%clean (#719)
8fd69b
8fd69b
* Tue Dec 29 1998 Cristian Gafton <gafton@redhat.com>
8fd69b
- build for 6.0
8fd69b
8fd69b
* Wed Oct  9 1998 Bill Nottingham <notting@redhat.com>
8fd69b
- remove /root from %%files (it's in filesystem)
8fd69b
8fd69b
* Sun Aug 23 1998 Jeff Johnson <jbj@redhat.com>
8fd69b
- portability fix for .cshrc (problem #235)
8fd69b
- change version to be same as release.
8fd69b
8fd69b
* Tue Sep 09 1997 Erik Troan <ewt@redhat.com>
8fd69b
- made a noarch package
8fd69b
8fd69b
* Thu Mar 20 1997 Erik Troan <ewt@redhat.com>
8fd69b
- Removed .Xclients and .Xsession from package, added %%pre to back up old
8fd69b
  .Xclients if necessary.