diff --git a/.cvsignore b/.cvsignore index ae3fe77..b9862bf 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -initscripts-7.61.1.tar.bz2 +initscripts-7.62.tar.bz2 diff --git a/initscripts.spec b/initscripts.spec index b7d9659..a17d662 100644 --- a/initscripts.spec +++ b/initscripts.spec @@ -1,11 +1,11 @@ Summary: The inittab file and the /etc/init.d scripts. Name: initscripts -Version: 7.61.1 +Version: 7.62 License: GPL Group: System Environment/Base Release: 1 Source: initscripts-%{version}.tar.bz2 -URL: http://rhlinux.redhat.com/initscripts/ +URL: http://fedora.redhat.com/projects/additional-projects/initscripts/ Patch0: initscripts-s390.patch BuildRoot: /%{_tmppath}/%{name}-%{version}-%{release}-root Requires: mingetty, /bin/awk, /bin/sed, mktemp, e2fsprogs >= 1.15 @@ -74,7 +74,6 @@ chmod 664 /var/log/wtmp /var/run/utmp /sbin/chkconfig --add netfs /sbin/chkconfig --add network -/sbin/chkconfig --add rawdevices # handle serial installs semi gracefully if [ $1 = 0 ]; then @@ -99,12 +98,14 @@ fi if [ $1 = 0 ]; then /sbin/chkconfig --del netfs /sbin/chkconfig --del network - /sbin/chkconfig --del rawdevices fi %triggerun -- initscripts <= 7.59 /sbin/chkconfig --del random +%triggerun -- initscripts < 7.62 +/sbin/chkconfig --del rawdevices + %triggerpostun -- initscripts <= 5.04 /sbin/chkconfig --add netfs /sbin/chkconfig --add network @@ -220,7 +221,6 @@ rm -rf $RPM_BUILD_ROOT %config /etc/profile.d/lang.sh %config /etc/profile.d/lang.csh /usr/sbin/sys-unconfig -/sbin/mkkerneldoth /sbin/setsysfont /bin/doexec /bin/ipcalc @@ -250,15 +250,42 @@ rm -rf $RPM_BUILD_ROOT %ghost %attr(0664,root,utmp) /var/run/utmp %changelog +* Thu Aug 19 2004 Bill Nottingham 7.62-1 +- fix up resolv.conf munging (#129921) +- use rngd if available +- run start_udev if necessary (#120605) +- readonly root updates (#129893, ) +- ifup-wireless: quote key (#129930) +- remove rawdevices (#130048) +- handle binfmt_misc in rc.sysinit for the case where it's built in (#129954) +- remove mkkerneldoth +- don't remove linguas in lang.* (part of #9733) +- fix nfs unmounting (#129765) +- fix URL (#129433) + * Tue Aug 11 2004 Jason Vas Dias 7.61-1 - fix for bug 120093: add PERSISTENT_DHCLIENT option to ifcfg files -* Tue Aug 03 2004 Karsten Hopp 7.60-1 +* Tue Aug 3 2004 Karsten Hopp 7.60-1 - write peerid into sysfs for IUCV devices (mainframe) +* Tue Aug 3 2004 Bill Nottingham +- don't remove /dev/mapper/control - nash will do it if it has to (#127115) + * Fri Jul 30 2004 Jason Vas Dias 7.60-1 - fix for bug 125712: add 'change_resolv.conf' function +* Tue Jul 27 2004 Bill Nottingham +- rc.d/init.d/network: don't bring interfaces down twice (#127487) + +* Wed Jul 14 2004 Bill Nottingham +- fix bonding + no IP (#127285) +- wrap second LVM initialization in vgscan check to avoid extraneous messages (#127639) + +* Wed Jul 7 2004 Bill Nottingham +- move random stuff to rc.sysinit/halt; move all swap to after this. + prereq of bug #123278 + * Fri Jul 2 2004 Bill Nottingham 7.59-1 - set context on ICE directory after making it (#127099, ) - don't mount GFS filesystems in rc.sysinit diff --git a/sources b/sources index 444189b..adbb159 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -5dd6f13a7e93d271ddbeebbc48ca2935 initscripts-7.61.1.tar.bz2 +7556abfe264d1ddb26934bfa0c6144fa initscripts-7.62.tar.bz2