aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBill Nottingham <notting@redhat.com>2009-12-09 16:24:11 -0500
committerBill Nottingham <notting@redhat.com>2009-12-09 16:24:11 -0500
commitcba4e4abf71e4290ba4d41532c6b9dd6c906e241 (patch)
tree421360302c92fec71f4c73a31bfe1df92e38fb79
parent12dcbfe79bbc89b23f775bfd847eb53ec17b2971 (diff)
downloadinitscripts-9.03-1.tar
initscripts-9.03-1.tar.gz
initscripts-9.03-1.tar.bz2
initscripts-9.03-1.tar.xz
initscripts-9.03-1.zip
-rw-r--r--initscripts.spec14
1 files changed, 13 insertions, 1 deletions
diff --git a/initscripts.spec b/initscripts.spec
index c5f404e3..3bedab17 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.02
+Version: 9.03
# ppp-watch is GPLv2+, everything else is GPLv2
License: GPLv2 and GPLv2+
Group: System Environment/Base
@@ -243,6 +243,18 @@ rm -rf $RPM_BUILD_ROOT
/etc/profile.d/debug*
%changelog
+* Wed Dec 9 2009 Bill Nottingham <notting@redhat.com> - 9.03-1
+- migrate to upstart 0.6.x (<notting@redhat.com>, <plautrba@redhat.com>)
+-- jobs move to /etc/init
+-- collapse rcX and ttyX jobs into single job definitions
+-- jobs are no longer %%config
+- remove obsolete doexec command
+- rc.sysinit: handle yet another random return string from dmraid
+- remove never-used 'sulogin' upstart event
+- fix time-setting udev rules for old-style RTC devices (#537595)
+- init.d/network: keep error codes limited to '1'. (#537841)
+- add initial ifup/ifdown man pages. (#529328, <plautrba@redhat.com>)
+
* Tue Oct 27 2009 Bill Nottingham <notting@redhat.com> - 9.02-1
- remove long-since deprecated initlog
- remove IUCV support (#507217)