diff options
author | Bill Nottingham <notting@redhat.com> | 2006-09-05 13:52:32 +0000 |
---|---|---|
committer | Bill Nottingham <notting@redhat.com> | 2006-09-05 13:52:32 +0000 |
commit | 6bf96a5e6b5e3a8f5affe457cba6a40c18963100 (patch) | |
tree | 0dab1f74a7c0aefc11b595df7618d6144501b28d /initscripts.spec | |
parent | 2322ae81be9fd499675a6166b4a29de30e95dccb (diff) | |
download | initscripts-6bf96a5e6b5e3a8f5affe457cba6a40c18963100.tar initscripts-6bf96a5e6b5e3a8f5affe457cba6a40c18963100.tar.gz initscripts-6bf96a5e6b5e3a8f5affe457cba6a40c18963100.tar.bz2 initscripts-6bf96a5e6b5e3a8f5affe457cba6a40c18963100.tar.xz initscripts-6bf96a5e6b5e3a8f5affe457cba6a40c18963100.zip |
8.39-1r8-39
Diffstat (limited to 'initscripts.spec')
-rw-r--r-- | initscripts.spec | 17 |
1 files changed, 15 insertions, 2 deletions
diff --git a/initscripts.spec b/initscripts.spec index 132d8163..822c09a4 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.38 +Version: 8.39 License: GPL Group: System Environment/Base Release: 1 @@ -15,7 +15,7 @@ Requires: util-linux >= 2.10s-11, mount >= 2.11l Requires: bash >= 3.0, SysVinit >= 2.85-38 Requires: /sbin/ip, /sbin/arping, net-tools Requires: /etc/redhat-release, dev -Requires: ethtool >= 1.8-2, /sbin/nash, /sbin/runuser +Requires: ethtool >= 1.8-2, /sbin/runuser Requires: udev >= 078-1 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 @@ -194,6 +194,19 @@ rm -rf $RPM_BUILD_ROOT %ghost %attr(0664,root,utmp) /var/run/utmp %changelog +* Tue Sep 5 2006 Bill Nottingham <notting@redhat.com> 8.39-1 +- translation updates +- Handle partitions on multipath/dmraid better (<pjones@redhat.com>) +- make /dev/mapper/control ourselves (<pjones@redhat.com>) +- init.d/network: simplify 'status' call +- fix actual 169.254 networks (#203591) +- rc.sysinit: don't run vgscan (#191879) +- init.d/halt: don't umount /dev/root<foo> (<oblin@mandriva.com>) +- rc.sysinit: catch more dmraid errors (#200683) +- support 'tmp' option in /etc/crypttab (#201382, <mitr@redhat.com>, + <lv@lekv.de>) +- IPv6 updates (<pb@bieringer.de>, includes a fix for #143452) + * Tue Aug 1 2006 Bill Nottingham <notting@redhat.com> 8.38-1 - translation updates - bring down bonding slaves on ifdown (#199706) |