aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBill Nottingham <notting@redhat.com>2010-06-09 15:02:35 -0400
committerBill Nottingham <notting@redhat.com>2010-06-09 15:02:35 -0400
commit2b4e7e738c9385e20468f071b37a48f51cfee89f (patch)
treea3e80a68fd142000fc9429d37c4aaf0d48eea3f5
parentad7409b6f2a656a384044709d993280a2c4b1834 (diff)
downloadinitscripts-9.03.9-1.tar
initscripts-9.03.9-1.tar.gz
initscripts-9.03.9-1.tar.bz2
initscripts-9.03.9-1.tar.xz
initscripts-9.03.9-1.zip
-rw-r--r--initscripts.spec8
1 files changed, 7 insertions, 1 deletions
diff --git a/initscripts.spec b/initscripts.spec
index 0754456c..30bb1973 100644
--- a/initscripts.spec
+++ b/initscripts.spec
@@ -2,7 +2,7 @@
Summary: The inittab file and the /etc/init.d scripts
Name: initscripts
-Version: 9.03.8
+Version: 9.03.9
# ppp-watch is GPLv2+, everything else is GPLv2
License: GPLv2 and GPLv2+
Group: System Environment/Base
@@ -238,6 +238,12 @@ rm -rf $RPM_BUILD_ROOT
/etc/profile.d/debug*
%changelog
+* Wed Jun 9 2010 Bill Nottingham <notting@redhat.com> - 9.03.9-1
+- check NM_CONTROLLED before deciding to use NM for a connection. (#600454)
+- always reboot on autorelabel. (#599879)
+- correct the fix for not clearing environment with runuser. (#564105)
+- properly handle permission denied on pid file (#595597)
+
* Wed May 19 2010 Bill Nottingham <notting@redhat.com> - 9.03.8-1
- clean up plymouth shtudown splash (#590103, <rstrode@redhat.com>)
- rc.sysinit: use lvm2 --sysinit option (#588777)