aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBill Nottingham <notting@redhat.com>2010-09-09 17:37:46 -0400
committerBill Nottingham <notting@redhat.com>2010-09-14 10:57:27 -0400
commit9e70e2eac183522d04314f7e3772e2b1ec1de198 (patch)
tree442e8b7dd3fbabdfd04c99ed268e7ca0ef657642
parent0e3b51151772e767bc7bff4e5fb7295ecc5e8217 (diff)
downloadinitscripts-9e70e2eac183522d04314f7e3772e2b1ec1de198.tar
initscripts-9e70e2eac183522d04314f7e3772e2b1ec1de198.tar.gz
initscripts-9e70e2eac183522d04314f7e3772e2b1ec1de198.tar.bz2
initscripts-9e70e2eac183522d04314f7e3772e2b1ec1de198.tar.xz
initscripts-9e70e2eac183522d04314f7e3772e2b1ec1de198.zip
9.20
-rw-r--r--initscripts.spec7
1 files changed, 6 insertions, 1 deletions
diff --git a/initscripts.spec b/initscripts.spec
index 5ddb58ab..70315b10 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
@@ -275,6 +275,11 @@ rm -rf $RPM_BUILD_ROOT
/etc/profile.d/debug*
%changelog
+* Thu Sep 9 2010 Bill Nottingham <notting@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@redhat.com> - 9.19-1
- fix packaging of prefdm, rc-local systemd units (#630952)
- systemd/single.service: conflict with shutdown.target (#630935)