aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBill Nottingham <notting@redhat.com>2008-11-11 11:51:14 -0500
committerBill Nottingham <notting@redhat.com>2008-11-11 11:51:14 -0500
commitf3ca79d10c6794a8d915962ebce3eea2d0559742 (patch)
tree87454c449591665330f915cb66fc6f4dad51b71b
parenteeed550077ee4172c672af100f8b077b016d22e3 (diff)
downloadinitscripts-f3ca79d10c6794a8d915962ebce3eea2d0559742.tar
initscripts-f3ca79d10c6794a8d915962ebce3eea2d0559742.tar.gz
initscripts-f3ca79d10c6794a8d915962ebce3eea2d0559742.tar.bz2
initscripts-f3ca79d10c6794a8d915962ebce3eea2d0559742.tar.xz
initscripts-f3ca79d10c6794a8d915962ebce3eea2d0559742.zip
-rw-r--r--initscripts.spec8
1 files changed, 7 insertions, 1 deletions
diff --git a/initscripts.spec b/initscripts.spec
index 260bd8a4..c3889a44 100644
--- a/initscripts.spec
+++ b/initscripts.spec
@@ -2,7 +2,7 @@
Summary: The inittab file and the /etc/init.d scripts
Name: initscripts
-Version: 8.85
+Version: 8.86
# ppp-watch is GPLv2+, everything else is GPLv2
License: GPLv2 and GPLv2+
Group: System Environment/Base
@@ -250,6 +250,12 @@ rm -rf $RPM_BUILD_ROOT
/etc/profile.d/debug*
%changelog
+* Tue Nov 11 2008 Bill Nottingham <notting@redhat.com> - 8.86-1
+- stop plymouth before stopping the runlevel (#467207)
+- fix get_config_by_subchannel (#459044, <harald@redhat.com>)
+- use blkid -l to pick a single most appropriate device (#470027)
+- don't mkswap on halt, as it breaks swap-by-label/UUID (#469823)
+
* Fri Oct 31 2008 Bill Nottingham <notting@redhat.com> - 8.85-1
- add some error handling/hiding to netfs NM dispatcher script (#469197)
- halt: fix code that causes a syntax error on multiple sound cards (#469156)