auto-import changelog data from setup-2.5.6-1.src.rpm

Mon Aug 20 2001 Bill Nottingham <notting@redhat.com>
- change FTP user's home dir to /var/ftp (#52091)
- %ghost /etc/shadow, /etc/gshadow
This commit is contained in:
cvsdist 2004-09-09 12:16:48 +00:00
parent f2ea399238
commit 395360db25
3 changed files with 11 additions and 3 deletions

View File

@ -1 +1 @@
setup-2.5.5.tar.bz2
setup-2.5.6.tar.bz2

View File

@ -1,6 +1,6 @@
Summary: A set of system configuration and setup files.
Name: setup
Version: 2.5.5
Version: 2.5.6
Release: 1
License: public domain
Group: System Environment/Base
@ -23,6 +23,8 @@ cp -ar * %{buildroot}/etc
rm -f %{buildroot}/etc/uidgid
mkdir -p %{buildroot}/var/log
cp /dev/null %{buildroot}/var/log/lastlog
touch %{buildroot}/etc/{shadow,gshadow}
chmod 0400 %{buildroot}/etc/{shadow,gshadow}
%clean
rm -rf %{buildroot}
@ -32,6 +34,8 @@ rm -rf %{buildroot}
%doc uidgid
%verify(not md5 size mtime) %config(noreplace) /etc/passwd
%verify(not md5 size mtime) %config(noreplace) /etc/group
%ghost %verify(not md5 size mtime) %config(noreplace,missingok) /etc/shadow
%ghost %verify(not md5 size mtime) %config(noreplace,missingok) /etc/gshadow
%verify(not md5 size mtime) %config /etc/services
%verify(not md5 size mtime) %config(noreplace) /etc/exports
%config(noreplace) /etc/filesystems
@ -52,6 +56,10 @@ rm -rf %{buildroot}
%config(noreplace) %verify(not md5 size mtime) /var/log/lastlog
%changelog
* Mon Aug 20 2001 Bill Nottingham <notting@redhat.com>
- change FTP user's home dir to /var/ftp (#52091)
- %%ghost /etc/shadow, /etc/gshadow
* Fri Aug 17 2001 Bill Nottingham <notting@redhat.com>
- add /etc/shells to filelist (#51813)

View File

@ -1 +1 @@
40bb211688cd52715fcd97e0fb6a1635 setup-2.5.5.tar.bz2
7d46b36e2ab14c5360db40191c43002d setup-2.5.6.tar.bz2