Update to 9.30

This commit is contained in:
Bill Nottingham 2011-04-27 13:24:51 -04:00
parent 5c23e7c369
commit 748d26b54a
3 changed files with 14 additions and 3 deletions

2
.gitignore vendored
View File

@ -1 +1 @@
/initscripts-9.29.tar.bz2
/initscripts-9.30.tar.bz2

View File

@ -4,7 +4,7 @@
Summary: The inittab file and the /etc/init.d scripts
Name: initscripts
Version: 9.29
Version: 9.30
# ppp-watch is GPLv2+, everything else is GPLv2
License: GPLv2 and GPLv2+
Group: System Environment/Base
@ -245,6 +245,7 @@ rm -rf $RPM_BUILD_ROOT
/etc/rc.d/init.d/*
%exclude /etc/rc.d/init.d/halt
%exclude /etc/rc.d/init.d/reboot
%exclude /etc/rc.d/init.d/single
%config(noreplace) /etc/rc.d/rc.local
%config(noreplace) /etc/sysctl.conf
%exclude /etc/profile.d/debug*
@ -313,6 +314,16 @@ rm -rf $RPM_BUILD_ROOT
/etc/profile.d/debug*
%changelog
* Wed Apr 27 2011 Bill Nottingham <notting@redhat.com> - 9.30-1
- ifup-eth: handle IPADDRx correctly for static addresses (#697838)
- systemd: fix storage setup service after cryptsetup.target (#699918)
- prefdm: tweak how plymouth is quit in the gdm/kdm case (<rstrode@redhat.com>)
- support /etc/hostname as an override for hostname in /etc/sysconfig/network
- init.d/single: only ship this in -legacy
- network-functions: fix IPADDRx index handling (<jklimes@redhat.com>)
- ifup/down-eth: properly handle apr_ip_target, when used with module options (#604669, <harald@redhat.com>)
- ifup-eth: ensure bond exists before bringing up slaves (#694501)
* Wed Apr 06 2011 Bill Nottingham <notting@redhat.com> - 9.29-1
- systemd: add a storage setup service after cryptsetup.target (#692198)
- fix /.autorelabel handling (<mschimdt@redhat.com>)

View File

@ -1 +1 @@
7c0674c69e389f4855c0a3bdde31b73d initscripts-9.29.tar.bz2
504d559c387e9d81101a7422fa933820 initscripts-9.30.tar.bz2