aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBill Nottingham <notting@redhat.com>2010-02-11 16:30:59 -0500
committerBill Nottingham <notting@redhat.com>2010-02-11 16:30:59 -0500
commitc1e1d25537379ea51d5bdaf4a8cfe04b6f3deb32 (patch)
treeb0cfb37edf834de01d5d848eab71300383b4629b
parent4d178d2e2b61138c83349402a12f2718b5b5a648 (diff)
downloadinitscripts-c1e1d25537379ea51d5bdaf4a8cfe04b6f3deb32.tar
initscripts-c1e1d25537379ea51d5bdaf4a8cfe04b6f3deb32.tar.gz
initscripts-c1e1d25537379ea51d5bdaf4a8cfe04b6f3deb32.tar.bz2
initscripts-c1e1d25537379ea51d5bdaf4a8cfe04b6f3deb32.tar.xz
initscripts-c1e1d25537379ea51d5bdaf4a8cfe04b6f3deb32.zip
-rw-r--r--initscripts.spec10
1 files changed, 9 insertions, 1 deletions
diff --git a/initscripts.spec b/initscripts.spec
index d809a956..81f1002a 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.2
+Version: 9.03.3
# ppp-watch is GPLv2+, everything else is GPLv2
License: GPLv2 and GPLv2+
Group: System Environment/Base
@@ -240,6 +240,14 @@ rm -rf $RPM_BUILD_ROOT
/etc/profile.d/debug*
%changelog
+* Thu Feb 11 2010 Bill Nottingham <notting@redhat.com> - 9.03.3-1
+- pass -m to runuser to not clear environment (#564105)
+- don't use deprecated udev syntax in clock rules (#560801)
+- don't quote regex argument to bash's =~ (#558575, <ville.skytta@iki.fi>)
+- if HWADDR is set and DEVICE is not, use HWADDR to determine DEVICE. (#557941)
+- don't HUP init when messagebus starts (#557821)
+- setsysfont: use UNIMAP rather than SYSFONTACM when calling /bin/unicode_start. (#557173)
+
* Fri Jan 15 2010 Bill Nottingham <notting@redhat.com> - 9.03.2-1
- ifup-eth: use dhclient's -H option instead of munging dhclient config files
- rc.sysinit: move mdadm after dmraid (#554423)