aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBill Nottingham <notting@redhat.com>2012-07-06 09:18:16 -0400
committerBill Nottingham <notting@redhat.com>2012-07-06 09:18:16 -0400
commitcc325521d9280ebc617e6ab187fe5a3b3b517a39 (patch)
treee9447a9ac87e7af918c37f408b425812ef537886
parent32895a0d01ddd38160f0e77335345f2db895f448 (diff)
downloadinitscripts-cc325521d9280ebc617e6ab187fe5a3b3b517a39.tar
initscripts-cc325521d9280ebc617e6ab187fe5a3b3b517a39.tar.gz
initscripts-cc325521d9280ebc617e6ab187fe5a3b3b517a39.tar.bz2
initscripts-cc325521d9280ebc617e6ab187fe5a3b3b517a39.tar.xz
initscripts-cc325521d9280ebc617e6ab187fe5a3b3b517a39.zip
-rw-r--r--initscripts.spec7
1 files changed, 6 insertions, 1 deletions
diff --git a/initscripts.spec b/initscripts.spec
index 8bb90e3a..43d1be09 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.34.2
+Version: 9.34.3
# ppp-watch is GPLv2+, everything else is GPLv2
License: GPLv2 and GPLv2+
Group: System Environment/Base
@@ -319,6 +319,11 @@ rm -rf $RPM_BUILD_ROOT
/etc/profile.d/debug*
%changelog
+* Fri Jul 6 2012 Bill Nottingham <notting@redhat.com> - 9.34.3-1
+- assorted documentation cleanups
+- service: add support for legacy custom actions packaged in
+ /usr/libexec/initscripts/legacy-actions/<script>/<action>
+
* Mon Mar 12 2012 Bill Nottingham <notting@redhat.com> - 9.34.2-1
- ifup-aliases: fix IFS usage mangling of device names (#802119)
- ifup/ifdown: fix typo (#802055, <lubek@users.sourceforge.net>)