From ffe76f63bf72e1001be6a58793663125b114367a Mon Sep 17 00:00:00 2001 From: Bill Nottingham Date: Fri, 27 Oct 2006 17:02:15 +0000 Subject: [PATCH] 8.46-1 Resolves: bug #209377, bug #210836, bug #120819, bug #202443, bug #211297 Resolves: bug #211839, bug #212219, bug #204803 --- .cvsignore | 2 +- initscripts.spec | 28 +++++++++++++++++----------- sources | 2 +- 3 files changed, 19 insertions(+), 13 deletions(-) diff --git a/.cvsignore b/.cvsignore index 36c6a4d..285f5e4 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -initscripts-8.45.3.tar.bz2 +initscripts-8.46.tar.bz2 diff --git a/initscripts.spec b/initscripts.spec index bfcb117..34942b0 100644 --- a/initscripts.spec +++ b/initscripts.spec @@ -1,6 +1,6 @@ Summary: The inittab file and the /etc/init.d scripts. Name: initscripts -Version: 8.45.3 +Version: 8.46 License: GPL Group: System Environment/Base Release: 1 @@ -69,12 +69,11 @@ chmod 600 /var/log/btmp /sbin/chkconfig --add netfs /sbin/chkconfig --add network -# Handle converting prefdm to run-once -if fgrep -q "x:5:respawn:/etc/X11/prefdm -nodaemon" /etc/inittab ; then - sed --in-place=.rpmsave 's|^x:5:respawn:/etc/X11/prefdm -nodaemon|x:5:once:/etc/X11/prefdm -nodaemon|g' /etc/inittab +# Handle converting prefdm back to respawn +if fgrep -q "x:5:once:/etc/X11/prefdm -nodaemon" /etc/inittab ; then + sed --in-place=.rpmsave 's|^x:5:once:/etc/X11/prefdm -nodaemon|x:5:respawn:/etc/X11/prefdm -nodaemon|g' /etc/inittab fi - %preun if [ $1 = 0 ]; then /sbin/chkconfig --del netfs @@ -145,6 +144,8 @@ rm -rf $RPM_BUILD_ROOT %endif /etc/rwtab %dir /etc/rwtab.d +/etc/statetab +%dir /etc/statetab.d /etc/udev/rules.d/* %config /etc/X11/prefdm %config(noreplace) /etc/inittab @@ -199,12 +200,17 @@ rm -rf $RPM_BUILD_ROOT %ghost %attr(0664,root,utmp) /var/run/utmp %changelog -* Wed Oct 11 2006 Bill Nottingham 8.45.2-1 -- Handle "nodmraid" and "nompath" command line options (#209377, ) -- translation updates: da, fi, zh_CN, ja - -* Mon Oct 9 2006 Bill Nottingham 8.45.1-1 -- restorecon on moved dhclient lease file (#209853) +* Fri Oct 27 2006 Bill Nottingham 8.46-1 +- ifup-eth: restorecon on moved lease file +- rc.sysinit: handle "nodmraid" and "nompath" command line options (#209377, ) +- revert early-login support (#210836, essentially) +- blacklist CJKI on the virtual console (#120819) +- rc.sysinit: use dmraid.static (#211297) +- use sysfs interface for bonding (#202443, ) +- use /etc/statetab, /etc/statetab.d for local state (#211839, ) +- fix or_IN and similar locales (#212219) +- use SUBCHANNELS as the primary key for s390 network devices (#204803) +- translation updates * Fri Oct 6 2006 Bill Nottingham 8.45-1 - lang.csh/lang.sh - do *not* stty iutf8; too much chaos with SIGTTOU diff --git a/sources b/sources index bd182cd..3c4f0b6 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -d7189b3c721e3c7356cd70eb36e57ccd initscripts-8.45.3.tar.bz2 +e9cecc4cbfbd3a3e44e2276ad135e8f0 initscripts-8.46.tar.bz2