This commit is contained in:
Bill Nottingham 2004-09-28 16:21:11 +00:00
parent 171d41a2c9
commit 1ee03ef0cf
3 changed files with 11 additions and 5 deletions

View File

@ -1 +1 @@
setup-2.5.34.tar.bz2
setup-2.5.35.tar.bz2

View File

@ -1,7 +1,7 @@
Summary: A set of system configuration and setup files.
Name: setup
Version: 2.5.34
Release: 2
Version: 2.5.35
Release: 1
License: public domain
Group: System Environment/Base
Source: setup-%{version}.tar.bz2
@ -28,6 +28,8 @@ rm -f %{buildroot}/etc/uidgid
mkdir -p %{buildroot}/var/log
touch %{buildroot}/etc/{shadow,gshadow}
touch %{buildroot}/var/log/lastlog
touch %{buildroot}/etc/environment
chmod 0644 %{buildroot}/etc/environment
chmod 0400 %{buildroot}/etc/{shadow,gshadow}
chmod 0400 %{buildroot}/var/log/lastlog
@ -50,6 +52,7 @@ rm -rf %{buildroot}
%verify(not md5 size mtime) %config(noreplace) /etc/services
%verify(not md5 size mtime) %config(noreplace) /etc/exports
%config(noreplace) /etc/aliases
%config(noreplace) /etc/environment
%config(noreplace) /etc/filesystems
%config(noreplace) /etc/host.conf
%verify(not md5 size mtime) %config(noreplace) /etc/hosts.allow
@ -68,7 +71,10 @@ rm -rf %{buildroot}
%config(noreplace) %verify(not md5 size mtime) /var/log/lastlog
%changelog
* Mon Sep 28 2004 Rik van Riel <riel@redhat.com> 2.5.34-2
* Tue Sep 28 2004 Bill Nottingham <notting@redhat.com> 2.5.35-1
- add /etc/environment
* Mon Sep 27 2004 Rik van Riel <riel@redhat.com> 2.5.34-2
- mark /etc/services config(noreplace) (#133683)
* Thu Sep 23 2004 Bill Nottingham <notting@redhat.com> 2.5.34-1

View File

@ -1 +1 @@
f239bfbe7a4aa5896e38622d829e1b8f setup-2.5.34.tar.bz2
d754f1b793cd834ffcab5d12b1ca133d setup-2.5.35.tar.bz2