diff options
author | Bill Nottingham <notting@redhat.com> | 2009-10-27 16:11:39 -0400 |
---|---|---|
committer | Bill Nottingham <notting@redhat.com> | 2009-10-27 16:11:39 -0400 |
commit | 5686d5afd4f5236ddca88884b6c466e63c5c0d72 (patch) | |
tree | 397247bb7aea6f355e3f59c971a6c6058b8741f3 /initscripts.spec | |
parent | 5cce9126aa1d13dd2fc6013a53dcded6061d3f14 (diff) | |
download | initscripts-5686d5afd4f5236ddca88884b6c466e63c5c0d72.tar initscripts-5686d5afd4f5236ddca88884b6c466e63c5c0d72.tar.gz initscripts-5686d5afd4f5236ddca88884b6c466e63c5c0d72.tar.bz2 initscripts-5686d5afd4f5236ddca88884b6c466e63c5c0d72.tar.xz initscripts-5686d5afd4f5236ddca88884b6c466e63c5c0d72.zip |
9.02-1initscripts-9.02-1
Diffstat (limited to 'initscripts.spec')
-rw-r--r-- | initscripts.spec | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/initscripts.spec b/initscripts.spec index ea8bc0a7..60fa8a95 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.01 +Version: 9.02 # ppp-watch is GPLv2+, everything else is GPLv2 License: GPLv2 and GPLv2+ Group: System Environment/Base @@ -248,6 +248,14 @@ rm -rf $RPM_BUILD_ROOT /etc/profile.d/debug* %changelog +* Tue Oct 27 2009 Bill Nottingham <notting@redhat.com> - 9.02-1 +- remove long-since deprecated initlog +- remove IUCV support (#507217) +- halt: put a wrapper around killall5 to account for retval 2 not being an error (#526539, <hdegoede@redhat.com>) +- ifup-eth: honor DEFROUTE=yes|no for 'all' connection types. (#528822) +- network-functions: load bonding driver if BONDING_OPTS is defined. (#516569) +- rc.sysinit: put /dev/shm in mtab too, as dracut now mounts it. (#528667) + * Fri Oct 9 2009 Bill Nottingham <notting@redhat.com> - 9.01-1 - rc.sysinit: fix handling of dmraid output to avoid error messages (#527726, <mschmidt@redhat.com>) - rwtab: add /var/lib/xend (#526046) |