8.61-1
Resolves: bug #429222, bug #251415, bug #334171, bug #426372, bug #428202 Resolves: bug #427767, bug #407531, bug #351291, bug #390271
This commit is contained in:
parent
56704df0f8
commit
c5d8010e50
@ -1 +1 @@
|
||||
initscripts-8.60.tar.bz2
|
||||
initscripts-8.61.tar.bz2
|
||||
|
@ -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 <notting@redhat.com> - 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, <ville.skytta@iki.fi>)
|
||||
- rename_device: handle quoted HWADDR, etc. in ifcfg scripts (#351291)
|
||||
- minor stateless fixes
|
||||
- Makefile cleanups (from OLPC, <cscott@cscott.net>)
|
||||
- translation updates: fr, ru, nb
|
||||
- don't endelessly loop on ifdown (#390271)
|
||||
- rc.sysinit: - fix encrypted swap partitions with random key
|
||||
(<harald@redhat.com>)
|
||||
|
||||
* Tue Oct 9 2007 Bill Nottingham <notting@redhat.com> - 8.60-1
|
||||
- don't chvt with rhgb - just kill it when needed
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user