aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBill Nottingham <notting@redhat.com>2012-07-06 09:04:52 -0400
committerBill Nottingham <notting@redhat.com>2012-07-06 09:04:52 -0400
commitce0d4c7c3026d4481e0d33a5ff8fde900a86a215 (patch)
treeb725988c6327a5f9dd419967281ad1222387755b
parentec4d82f6aeaee640836dbb50e7ee9b05b082139b (diff)
downloadinitscripts-9.37.1-1.tar
initscripts-9.37.1-1.tar.gz
initscripts-9.37.1-1.tar.bz2
initscripts-9.37.1-1.tar.xz
initscripts-9.37.1-1.zip
-rw-r--r--initscripts.spec9
1 files changed, 8 insertions, 1 deletions
diff --git a/initscripts.spec b/initscripts.spec
index 01c59324..7f2f5b7f 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.37
+Version: 9.37.1
# ppp-watch is GPLv2+, everything else is GPLv2
License: GPLv2 and GPLv2+
Group: System Environment/Base
@@ -329,6 +329,13 @@ rm -rf $RPM_BUILD_ROOT
/etc/profile.d/debug*
%changelog
+* Fri Jul 6 2012 Bill Nottingham <notting@redhat.com> - 9.37.1-1
+- assorted documentation cleanups
+- service: add support for legacy custom actions packaged in
+ /usr/libexec/initscripts/legacy-actions/<script>/<action>
+- fedora-readonly: assorted minor fixes (#808907)
+- match bonding devices correctly (#824175)
+
* Fri Mar 16 2012 Bill Nottingham <notting@redhat.com> - 9.37-1
- Add support for firewalld zones (#802415, from <jpopelka@redhat.com>)