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-09 17:37:46 -0400
commit0976a9102e9ed9dd858fcbe734b6c88552f2907a (patch)
tree83f81f63659b0a1318d0ffe61b895d341972aaa5
parentc92f7fc619d764e576f15569fc0f41dc6fb37cea (diff)
downloadinitscripts-0976a9102e9ed9dd858fcbe734b6c88552f2907a.tar
initscripts-0976a9102e9ed9dd858fcbe734b6c88552f2907a.tar.gz
initscripts-0976a9102e9ed9dd858fcbe734b6c88552f2907a.tar.bz2
initscripts-0976a9102e9ed9dd858fcbe734b6c88552f2907a.tar.xz
initscripts-0976a9102e9ed9dd858fcbe734b6c88552f2907a.zip
-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)