[initscripts] Update to 9.30

Bill Nottingham notting at fedoraproject.org
Wed Apr 27 17:25:18 UTC 2011


commit 748d26b54a3ca978690632bdae7464992900cd1e
Author: Bill Nottingham <notting at redhat.com>
Date:   Wed Apr 27 13:24:51 2011 -0400

    Update to 9.30

 .gitignore       |    2 +-
 initscripts.spec |   13 ++++++++++++-
 sources          |    2 +-
 3 files changed, 14 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 493f3a3..bed8bc2 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1 @@
-/initscripts-9.29.tar.bz2
+/initscripts-9.30.tar.bz2
diff --git a/initscripts.spec b/initscripts.spec
index 7844440..858afd1 100644
--- a/initscripts.spec
+++ b/initscripts.spec
@@ -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 at 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 at 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 at redhat.com>)
+- ifup/down-eth: properly handle apr_ip_target, when used with module options (#604669, <harald at redhat.com>)
+- ifup-eth: ensure bond exists before bringing up slaves (#694501)
+
 * Wed Apr 06 2011 Bill Nottingham <notting at redhat.com> - 9.29-1
 - systemd: add a storage setup service after cryptsetup.target (#692198)
 - fix /.autorelabel handling (<mschimdt at redhat.com>)
diff --git a/sources b/sources
index 24fdf16..a6e7960 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-7c0674c69e389f4855c0a3bdde31b73d  initscripts-9.29.tar.bz2
+504d559c387e9d81101a7422fa933820  initscripts-9.30.tar.bz2


More information about the scm-commits mailing list