This commit is contained in:
Bill Nottingham 2009-01-19 22:10:05 +00:00
parent f0251ff5dd
commit 55eaf2ae0a
3 changed files with 25 additions and 4 deletions

View File

@ -1 +1 @@
initscripts-8.85.tar.bz2 initscripts-8.87.tar.bz2

View File

@ -2,7 +2,7 @@
Summary: The inittab file and the /etc/init.d scripts Summary: The inittab file and the /etc/init.d scripts
Name: initscripts Name: initscripts
Version: 8.85 Version: 8.87
# ppp-watch is GPLv2+, everything else is GPLv2 # ppp-watch is GPLv2+, everything else is GPLv2
License: GPLv2 and GPLv2+ License: GPLv2 and GPLv2+
Group: System Environment/Base Group: System Environment/Base
@ -142,7 +142,7 @@ rm -rf $RPM_BUILD_ROOT
/etc/sysconfig/network-scripts/network-functions /etc/sysconfig/network-scripts/network-functions
/etc/sysconfig/network-scripts/network-functions-ipv6 /etc/sysconfig/network-scripts/network-functions-ipv6
/etc/sysconfig/network-scripts/init.ipv6-global /etc/sysconfig/network-scripts/init.ipv6-global
/etc/sysconfig/network-scripts/ifcfg-lo %config(noreplace) /etc/sysconfig/network-scripts/ifcfg-lo
/etc/sysconfig/network-scripts/ifup-ipx /etc/sysconfig/network-scripts/ifup-ipx
/etc/sysconfig/network-scripts/ifup-post /etc/sysconfig/network-scripts/ifup-post
/etc/sysconfig/network-scripts/ifdown-ppp /etc/sysconfig/network-scripts/ifdown-ppp
@ -250,6 +250,27 @@ rm -rf $RPM_BUILD_ROOT
/etc/profile.d/debug* /etc/profile.d/debug*
%changelog %changelog
* Mon Jan 19 2009 Bill Nottingham <notting@redhat.com> - 8.87-1
- rename_device: be much faster in the presence of many devices (#480687, <danms@us.ibm.com>)
- fix switching from targeted to MLS policy (#479054, <dwalsh@redhat.com>)
- rc.sysinit: don't set $(uname -r) or $(uname -m); they're not used
- network-functions-ipv6: set MTU correctly for 6to4. (#477976, <ackistler@yahoo.com>)
- add more entries to rwtab (#476799, <harald@redhat.com>)
- net.hotplug: Bail out sooner if the network service isn't running
- init.d/halt: determine reboot/halt via existing INIT_HALT environment variable. (#475227)
- event.d/serial: add some docs
- init.d/functions: __pids_var_run: Handle multi-line pid files correctly (#473287)
- remove support for no longer existing 'brctl setgcint' command. (#360471)
- add %config back for ifcfg-lo (#472761)
- rcS/rcS-sulogin: don't match commented lines when finding runlevel (#472717)
- updated translations: de, sk
* 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 * Fri Oct 31 2008 Bill Nottingham <notting@redhat.com> - 8.85-1
- add some error handling/hiding to netfs NM dispatcher script (#469197) - add some error handling/hiding to netfs NM dispatcher script (#469197)
- halt: fix code that causes a syntax error on multiple sound cards (#469156) - halt: fix code that causes a syntax error on multiple sound cards (#469156)

View File

@ -1 +1 @@
1b7863eca343cc9eb54ef86182b36422 initscripts-8.85.tar.bz2 44aa49864ab9f4ea65d09a7ec1040ef0 initscripts-8.87.tar.bz2