aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBill Nottingham <notting@redhat.com>2011-03-17 12:33:22 -0400
committerBill Nottingham <notting@redhat.com>2011-03-17 12:33:22 -0400
commit920db32a62a82317147d1d00f1a5c0e615ce60fe (patch)
treedb7b868424f0ea7af7e7f9ef25c4db2d6d90e541
parent22c79dd133d0e0d72667c1d9c4cfd4e82c83e7a9 (diff)
downloadinitscripts-920db32a62a82317147d1d00f1a5c0e615ce60fe.tar
initscripts-920db32a62a82317147d1d00f1a5c0e615ce60fe.tar.gz
initscripts-920db32a62a82317147d1d00f1a5c0e615ce60fe.tar.bz2
initscripts-920db32a62a82317147d1d00f1a5c0e615ce60fe.tar.xz
initscripts-920db32a62a82317147d1d00f1a5c0e615ce60fe.zip
-rw-r--r--initscripts.spec7
1 files changed, 6 insertions, 1 deletions
diff --git a/initscripts.spec b/initscripts.spec
index 9a49593d..c7d7fbe8 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.26
+Version: 9.27
# ppp-watch is GPLv2+, everything else is GPLv2
License: GPLv2 and GPLv2+
Group: System Environment/Base
@@ -312,6 +312,11 @@ rm -rf $RPM_BUILD_ROOT
/etc/profile.d/debug*
%changelog
+* Thu Mar 17 2011 Bill Nottingham <notting@redhat.com> - 9.27-1
+- init.d/functions: fix mishandled argument to fstab-decode. (#685137)
+- support ipv6 routing rules, merge route/rule code (#680872, <tobiasoed@hotmail.com>)
+- autorelabel.service, loadmodules.service: fix conditions so that they operate as OR, not AND. (#684125)
+
* Thu Mar 10 2011 Bill Nottingham <notting@redhat.com> - 9.26-1
- network-functions: fix check for unmanaged devices (#670154)
- ifup-eth: also check /dev/.run/initramfs (<harald@redhat.com>)