[initscripts/f16] 9.34-1 plus a patch

Bill Nottingham notting at fedoraproject.org
Tue Oct 25 19:36:51 UTC 2011


commit c9173e1a0e5d2e1acc858f8aa7176189c88bd082
Author: Bill Nottingham <notting at redhat.com>
Date:   Tue Oct 25 15:36:39 2011 -0400

    9.34-1 plus a patch

 .gitignore                                     |    1 +
 09bfb5033230e6846414bc6002aa12ce09c23687.patch |   25 ------------------------
 initscripts.spec                               |   11 ++++++++-
 sources                                        |    1 +
 4 files changed, 11 insertions(+), 27 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 885f62a..3e93db8 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 /initscripts-9.33.tar.bz2
+/initscripts-9.34.tar.bz2
diff --git a/initscripts.spec b/initscripts.spec
index 47290eb..56e208c 100644
--- a/initscripts.spec
+++ b/initscripts.spec
@@ -4,13 +4,14 @@
 
 Summary: The inittab file and the /etc/init.d scripts
 Name: initscripts
-Version: 9.33
+Version: 9.34
 # ppp-watch is GPLv2+, everything else is GPLv2
 License: GPLv2 and GPLv2+
 Group: System Environment/Base
-Release: 1%{?dist}
+Release: 2%{?dist}
 URL: http://fedorahosted.org/releases/i/n/initscripts/
 Source: http://fedorahosted.org/releases/i/n/initscripts/initscripts-%{version}.tar.bz2
+Patch: 807a7f3.patch
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
 Requires: mingetty, /bin/awk, /bin/sed, mktemp
 Requires: /sbin/sysctl
@@ -90,6 +91,7 @@ Currently, this consists of various memory checking code.
 
 %prep
 %setup -q
+%patch -p1
 
 %build
 make
@@ -316,6 +318,11 @@ rm -rf $RPM_BUILD_ROOT
 /etc/profile.d/debug*
 
 %changelog
+* Tue Oct 25 2011 Bill Nottingham <notting at redhat.com> - 9.34-2
+- read locale.conf if it exists (#706756)
+- ifdown: fix logic error with removing arp_ip_target (#745681)
+- service: don't write to stderr that's not there (#746263)
+
 * Wed Oct 12 2011 Bill Nottingham <notting at redhat.com> - 9.33-1
 - netconsole: only use the first ARP response (#744309, <doug.knight at karmix.org>)
 - udev/rules.d/88-clock.rules: drop this entirely, as it causes issues in conjunction with systemd
diff --git a/sources b/sources
index 507cca8..9af76c7 100644
--- a/sources
+++ b/sources
@@ -1 +1,2 @@
 02badee8515a3fddf853bd6316c16ced  initscripts-9.33.tar.bz2
+b0c99414b92dc6d87bef7d9f762c567c  initscripts-9.34.tar.bz2


More information about the scm-commits mailing list