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

Mon Feb 17 2003 Florian La Roche <Florian.LaRoche@redhat.de>
- add "console" to /etc/securetty for mainframe
Mon Jan 20 2003 Nalin Dahyabhai <nalin@redhat.com> 2.5.24-1
- allocate uid/gid for mgetty
Thu Jan 09 2003 Dan Walsh <dwalsh@redhat.com> 2.5.23-1
- added PXE to /etc/services
Wed Jan 01 2003 Bill Nottingham <notting@redhat.com> 2.5.22-1
- remove bogus entries from inputrc (#80652)
Fri Nov 29 2002 Tim Powers <timp@redhat.com> 2.5.21-1
- remove unpackaged files from the buildroot
This commit is contained in:
cvsdist 2004-09-09 12:18:11 +00:00
parent e7b0ac8fdc
commit b3a2cf6ec1
3 changed files with 24 additions and 4 deletions

View File

@ -1 +1 @@
setup-2.5.20.tar.bz2
setup-2.5.25.tar.bz2

View File

@ -1,6 +1,6 @@
Summary: A set of system configuration and setup files.
Name: setup
Version: 2.5.20
Version: 2.5.25
Release: 1
License: public domain
Group: System Environment/Base
@ -31,6 +31,11 @@ touch %{buildroot}/var/log/lastlog
chmod 0400 %{buildroot}/etc/{shadow,gshadow}
chmod 0400 %{buildroot}/var/log/lastlog
# remove unpackaged files from the buildroot
rm -f %{buildroot}/etc/Makefile
rm -f %{buildroot}/etc/serviceslint
rm -f %{buildroot}/etc/setup.spec
%clean
rm -rf %{buildroot}
@ -61,6 +66,21 @@ rm -rf %{buildroot}
%config(noreplace) %verify(not md5 size mtime) /var/log/lastlog
%changelog
* Mon Feb 17 2003 Florian La Roche <Florian.LaRoche@redhat.de>
- add "console" to /etc/securetty for mainframe
* Mon Jan 20 2003 Nalin Dahyabhai <nalin@redhat.com> 2.5.24-1
- allocate uid/gid for mgetty
* Thu Jan 9 2003 Dan Walsh <dwalsh@redhat.com> 2.5.23-1
- added PXE to /etc/services
* Wed Jan 1 2003 Bill Nottingham <notting@redhat.com> 2.5.22-1
- remove bogus entries from inputrc (#80652)
* Fri Nov 29 2002 Tim Powers <timp@redhat.com> 2.5.21-1
- remove unpackaged files from the buildroot
* Thu Aug 29 2002 Bill Nottingham <notting@redhat.com> 2.5.20-1
- shopt -s checkwinsize everywhere
@ -79,7 +99,7 @@ rm -rf %{buildroot}
* Fri Jul 19 2002 Jens Petersen <petersen@redhat.com> 2.5.16-1
- dont special case screen in /etc/bashrc, since it overrides the user's
screenrc title setting (#60596)
screenrc title setting (#60596)
* Thu Jul 18 2002 Florian La Roche <Florian.LaRoche@redhat.de> 2.5.14-1
- move home dir of "news" to /etc/news

View File

@ -1 +1 @@
b268e22fc72655482d2dce5c787adfc7 setup-2.5.20.tar.bz2
601814c99d5676e5eb4625e5e3007703 setup-2.5.25.tar.bz2