diff --git a/.cvsignore b/.cvsignore index 6c4212c..2aac88d 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -initscripts-8.60.tar.bz2 +initscripts-8.61.tar.bz2 diff --git a/initscripts.spec b/initscripts.spec index 80e163d..9e54f70 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.60 +Version: 8.61 # ppp-watch is GPLv2+, everything else is GPLv2 License: GPLv2 and GPLv2+ Group: System Environment/Base @@ -18,6 +18,7 @@ Requires: /etc/redhat-release, dev Requires: ethtool >= 1.8-2, /sbin/runuser Requires: udev >= 115-1 Requires: popt >= 1.12-2 +Requires: cpio, findutils Conflicts: mkinitrd < 4.0, kernel < 2.6.12 Conflicts: ypbind < 1.6-12, psacct < 6.3.2-12, kbd < 1.06-19, lokkit < 0.50-14 Conflicts: dhclient < 3.0.3-7 @@ -208,6 +209,25 @@ rm -rf $RPM_BUILD_ROOT %ghost %attr(0664,root,utmp) /var/run/utmp %changelog +* Fri Jan 18 2008 Bill Nottingham - 8.61-1 +- use lvm, not lvm.static (#429222) +- ifup-eth: don't do something odd if we find a mac address that + matches the user-set MACADDR (#251415) +- rc.sysinit: fix root fs check to catch 'rw,ordered,noatime,etc.' properly + (#334171) +- rc.sysinit: Use proper invocations for authconfig, system-config-network + (#426372, #428202) +- service: handle unreadable scripts (#427767) +- initscripts.spec: add requirements for stateless +- fix perms on /etc/profile.d (#407531, ) +- rename_device: handle quoted HWADDR, etc. in ifcfg scripts (#351291) +- minor stateless fixes +- Makefile cleanups (from OLPC, ) +- translation updates: fr, ru, nb +- don't endelessly loop on ifdown (#390271) +- rc.sysinit: - fix encrypted swap partitions with random key + () + * Tue Oct 9 2007 Bill Nottingham - 8.60-1 - don't chvt with rhgb - just kill it when needed diff --git a/sources b/sources index b8ec5f5..498c2ee 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -a0e888cc91ef6350a991985567d21366 initscripts-8.60.tar.bz2 +cc0bd193d7d50574990e298d88f0f410 initscripts-8.61.tar.bz2