[initscripts/f16] 9.34.3-1

Bill Nottingham notting at fedoraproject.org
Fri Jul 6 13:20:38 UTC 2012


commit 5d10181e6e3bf7fa155f2cb3d1728090c8bf82c2
Author: Bill Nottingham <notting at redhat.com>
Date:   Fri Jul 6 09:19:36 2012 -0400

    9.34.3-1

 .gitignore       |    1 +
 initscripts.spec |    8 +++++++-
 sources          |    1 +
 3 files changed, 9 insertions(+), 1 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 96f7a09..c7a6e54 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 /initscripts-9.34.2.tar.bz2
+/initscripts-9.34.3.tar.bz2
diff --git a/initscripts.spec b/initscripts.spec
index e4194d8..43d1be0 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
@@ -292,6 +292,7 @@ rm -rf $RPM_BUILD_ROOT
 %ghost %verify(not md5 size mtime) %config(noreplace,missingok) /etc/crypttab
 %dir /etc/tmpfiles.d
 /etc/tmpfiles.d/initscripts.conf
+%dir /usr/libexec/initscripts/legacy-actions
 
 %files legacy
 %defattr(-,root,root)
@@ -318,6 +319,11 @@ rm -rf $RPM_BUILD_ROOT
 /etc/profile.d/debug*
 
 %changelog
+* Fri Jul  6 2012 Bill Nottingham <notting at 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 at redhat.com> - 9.34.2-1
 - ifup-aliases: fix IFS usage mangling of device names (#802119)
 - ifup/ifdown: fix typo (#802055, <lubek at users.sourceforge.net>)
diff --git a/sources b/sources
index 439d974..b017bcb 100644
--- a/sources
+++ b/sources
@@ -1 +1,2 @@
 0bcc863dacb43e1080a09d5871dda3b4  initscripts-9.34.2.tar.bz2
+c25a973076ace6a0b2006d18019cd183  initscripts-9.34.3.tar.bz2


More information about the scm-commits mailing list