[initscripts/f14/master] 9.20-1

Bill Nottingham notting at fedoraproject.org
Thu Sep 9 21:41:27 UTC 2010


commit 6a8f8c8460da870304c3934d53755788eb0feec5
Author: Bill Nottingham <notting at redhat.com>
Date:   Thu Sep 9 17:40:03 2010 -0400

    9.20-1

 .gitignore       |    1 +
 initscripts.spec |    9 +++++++--
 sources          |    2 +-
 3 files changed, 9 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 13addfe..37f0830 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,3 +2,4 @@ initscripts-9.16.tar.bz2
 /initscripts-9.17.tar.bz2
 /initscripts-9.18.tar.bz2
 /initscripts-9.19.tar.bz2
+/initscripts-9.20.tar.bz2
diff --git a/initscripts.spec b/initscripts.spec
index 7910a0a..70315b1 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.19
+Version: 9.20
 # ppp-watch is GPLv2+, everything else is GPLv2
 License: GPLv2 and GPLv2+
 Group: System Environment/Base
@@ -19,7 +19,7 @@ Requires: /sbin/pidof, /sbin/blkid
 Requires: module-init-tools
 Requires: util-linux-ng >= 2.16
 Requires: bash >= 3.0
-Requires: sysvinit-tools >= 2.87
+Requires: sysvinit-tools >= 2.87-5
 Requires: sysvinit-userspace
 %if %{_with_upstart}
 Conflicts: upstart < 0.6.0
@@ -275,6 +275,11 @@ rm -rf $RPM_BUILD_ROOT
 /etc/profile.d/debug*
 
 %changelog
+* Thu Sep  9 2010 Bill Nottingham <notting at redhat.com> - 9.20-1
+- use new pidof -m option to avoid false positives (#632321)
+- systemd/single: set $HOME for single-user mode. (#631590)
+- systemd/killal.service: require shutdown.target (#630935, #632198)
+
 * Tue Sep  7 2010 Bill Nottingham <notting at redhat.com> - 9.19-1
 - fix packaging of prefdm, rc-local systemd units (#630952)
 - systemd/single.service: conflict with shutdown.target (#630935)
diff --git a/sources b/sources
index a5662c8..060eb04 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-35bba02e1a736bb1425271f4d5dbd078  initscripts-9.19.tar.bz2
+bf2b07f0f83e00ca3ed08cbb47f033c2  initscripts-9.20.tar.bz2


More information about the scm-commits mailing list