aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--initscripts.spec5
1 files changed, 4 insertions, 1 deletions
diff --git a/initscripts.spec b/initscripts.spec
index 34bc7e19..f6cc15cc 100644
--- a/initscripts.spec
+++ b/initscripts.spec
@@ -1,6 +1,6 @@
Summary: The inittab file and the /etc/init.d scripts.
Name: initscripts
-Version: 8.45.22
+Version: 8.45.23
# ppp-watch is GPLv2+, everything else is GPLv2
License: GPLv2 and GPLv2+
Group: System Environment/Base
@@ -198,6 +198,9 @@ rm -rf $RPM_BUILD_ROOT
%ghost %attr(0664,root,utmp) /var/run/utmp
%changelog
+* Wed Nov 12 2008 Harald Hoyer <harald@redhat.com> 8.45.23-1
+- fixed SUBCHANNEL grep statement (bug #459044)
+
* Mon Nov 10 2008 Harald Hoyer <harald@redhat.com> 8.45.22-1
- refined SUBCHANNEL grep statement (bug #459044)
- blkid has a -l option to pick a single device. Use it. (#470027)