auto-import changelog data from initscripts-7.62-1.src.rpm
Thu Aug 19 2004 Bill Nottingham <notting@redhat.com> 7.62-1 - fix up resolv.conf munging (#129921) - use rngd if available - run start_udev if necessary (#120605) - readonly root updates (#129893, <markmc@redhat.com>) - 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)
This commit is contained in:
parent
e1058d387a
commit
46a7d5b228
@ -1 +1 @@
|
|||||||
initscripts-7.61.1.tar.bz2
|
initscripts-7.62.tar.bz2
|
||||||
|
@ -1,11 +1,11 @@
|
|||||||
Summary: The inittab file and the /etc/init.d scripts.
|
Summary: The inittab file and the /etc/init.d scripts.
|
||||||
Name: initscripts
|
Name: initscripts
|
||||||
Version: 7.61.1
|
Version: 7.62
|
||||||
License: GPL
|
License: GPL
|
||||||
Group: System Environment/Base
|
Group: System Environment/Base
|
||||||
Release: 1
|
Release: 1
|
||||||
Source: initscripts-%{version}.tar.bz2
|
Source: initscripts-%{version}.tar.bz2
|
||||||
URL: http://rhlinux.redhat.com/initscripts/
|
URL: http://fedora.redhat.com/projects/additional-projects/initscripts/
|
||||||
Patch0: initscripts-s390.patch
|
Patch0: initscripts-s390.patch
|
||||||
BuildRoot: /%{_tmppath}/%{name}-%{version}-%{release}-root
|
BuildRoot: /%{_tmppath}/%{name}-%{version}-%{release}-root
|
||||||
Requires: mingetty, /bin/awk, /bin/sed, mktemp, e2fsprogs >= 1.15
|
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 netfs
|
||||||
/sbin/chkconfig --add network
|
/sbin/chkconfig --add network
|
||||||
/sbin/chkconfig --add rawdevices
|
|
||||||
|
|
||||||
# handle serial installs semi gracefully
|
# handle serial installs semi gracefully
|
||||||
if [ $1 = 0 ]; then
|
if [ $1 = 0 ]; then
|
||||||
@ -99,12 +98,14 @@ fi
|
|||||||
if [ $1 = 0 ]; then
|
if [ $1 = 0 ]; then
|
||||||
/sbin/chkconfig --del netfs
|
/sbin/chkconfig --del netfs
|
||||||
/sbin/chkconfig --del network
|
/sbin/chkconfig --del network
|
||||||
/sbin/chkconfig --del rawdevices
|
|
||||||
fi
|
fi
|
||||||
|
|
||||||
%triggerun -- initscripts <= 7.59
|
%triggerun -- initscripts <= 7.59
|
||||||
/sbin/chkconfig --del random
|
/sbin/chkconfig --del random
|
||||||
|
|
||||||
|
%triggerun -- initscripts < 7.62
|
||||||
|
/sbin/chkconfig --del rawdevices
|
||||||
|
|
||||||
%triggerpostun -- initscripts <= 5.04
|
%triggerpostun -- initscripts <= 5.04
|
||||||
/sbin/chkconfig --add netfs
|
/sbin/chkconfig --add netfs
|
||||||
/sbin/chkconfig --add network
|
/sbin/chkconfig --add network
|
||||||
@ -220,7 +221,6 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%config /etc/profile.d/lang.sh
|
%config /etc/profile.d/lang.sh
|
||||||
%config /etc/profile.d/lang.csh
|
%config /etc/profile.d/lang.csh
|
||||||
/usr/sbin/sys-unconfig
|
/usr/sbin/sys-unconfig
|
||||||
/sbin/mkkerneldoth
|
|
||||||
/sbin/setsysfont
|
/sbin/setsysfont
|
||||||
/bin/doexec
|
/bin/doexec
|
||||||
/bin/ipcalc
|
/bin/ipcalc
|
||||||
@ -250,15 +250,42 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%ghost %attr(0664,root,utmp) /var/run/utmp
|
%ghost %attr(0664,root,utmp) /var/run/utmp
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Aug 19 2004 Bill Nottingham <notting@redhat.com> 7.62-1
|
||||||
|
- fix up resolv.conf munging (#129921)
|
||||||
|
- use rngd if available
|
||||||
|
- run start_udev if necessary (#120605)
|
||||||
|
- readonly root updates (#129893, <markmc@redhat.com>)
|
||||||
|
- 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 <jvdias@redhat.com> 7.61-1
|
* Tue Aug 11 2004 Jason Vas Dias <jvdias@redhat.com> 7.61-1
|
||||||
- fix for bug 120093: add PERSISTENT_DHCLIENT option to ifcfg files
|
- fix for bug 120093: add PERSISTENT_DHCLIENT option to ifcfg files
|
||||||
|
|
||||||
* Tue Aug 03 2004 Karsten Hopp <karsten@redhat.de> 7.60-1
|
* Tue Aug 3 2004 Karsten Hopp <karsten@redhat.de> 7.60-1
|
||||||
- write peerid into sysfs for IUCV devices (mainframe)
|
- write peerid into sysfs for IUCV devices (mainframe)
|
||||||
|
|
||||||
|
* Tue Aug 3 2004 Bill Nottingham <notting@redhat.com>
|
||||||
|
- don't remove /dev/mapper/control - nash will do it if it has to (#127115)
|
||||||
|
|
||||||
* Fri Jul 30 2004 Jason Vas Dias <jvdias@redhat.com> 7.60-1
|
* Fri Jul 30 2004 Jason Vas Dias <jvdias@redhat.com> 7.60-1
|
||||||
- fix for bug 125712: add 'change_resolv.conf' function
|
- fix for bug 125712: add 'change_resolv.conf' function
|
||||||
|
|
||||||
|
* Tue Jul 27 2004 Bill Nottingham <notting@redhat.com>
|
||||||
|
- rc.d/init.d/network: don't bring interfaces down twice (#127487)
|
||||||
|
|
||||||
|
* Wed Jul 14 2004 Bill Nottingham <notting@redhat.com>
|
||||||
|
- fix bonding + no IP (#127285)
|
||||||
|
- wrap second LVM initialization in vgscan check to avoid extraneous messages (#127639)
|
||||||
|
|
||||||
|
* Wed Jul 7 2004 Bill Nottingham <notting@redhat.com>
|
||||||
|
- move random stuff to rc.sysinit/halt; move all swap to after this.
|
||||||
|
prereq of bug #123278
|
||||||
|
|
||||||
* Fri Jul 2 2004 Bill Nottingham <notting@redhat.com> 7.59-1
|
* Fri Jul 2 2004 Bill Nottingham <notting@redhat.com> 7.59-1
|
||||||
- set context on ICE directory after making it (#127099, <concert@europe.com>)
|
- set context on ICE directory after making it (#127099, <concert@europe.com>)
|
||||||
- don't mount GFS filesystems in rc.sysinit
|
- don't mount GFS filesystems in rc.sysinit
|
||||||
|
Loading…
Reference in New Issue
Block a user