aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBill Nottingham <notting@redhat.com>2010-09-17 14:06:41 -0400
committerBill Nottingham <notting@redhat.com>2010-09-17 14:06:41 -0400
commit69aa776c957e8fbc4de615fc5f1ebfda5cb37caf (patch)
treefaecd14c7a1f7f71ca03f33c1aab34fc5c945142
parent2cd926d80a4e0fa73c236091f49a0b0843195f58 (diff)
downloadinitscripts-69aa776c957e8fbc4de615fc5f1ebfda5cb37caf.tar
initscripts-69aa776c957e8fbc4de615fc5f1ebfda5cb37caf.tar.gz
initscripts-69aa776c957e8fbc4de615fc5f1ebfda5cb37caf.tar.bz2
initscripts-69aa776c957e8fbc4de615fc5f1ebfda5cb37caf.tar.xz
initscripts-69aa776c957e8fbc4de615fc5f1ebfda5cb37caf.zip
-rw-r--r--initscripts.spec8
1 files changed, 7 insertions, 1 deletions
diff --git a/initscripts.spec b/initscripts.spec
index 41a9e0d0..dc5affc9 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.20
+Version: 9.21
# ppp-watch is GPLv2+, everything else is GPLv2
License: GPLv2 and GPLv2+
Group: System Environment/Base
@@ -281,6 +281,12 @@ rm -rf $RPM_BUILD_ROOT
/etc/profile.d/debug*
%changelog
+* Fri Seo 17 2010 Bill Nottingham <notting@redhat.com> - 9.21-1
+- build for systemd only
+- ship a default.target link in case the one in /etc gets deleted
+- rc.sysinit: reset btmp on boot if necessary (#633768, <dmach@redhat.com>)
+- single.service: fix invocation so that 'runlevel' works (#630914)
+
* 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)