diff --git a/.cvsignore b/.cvsignore index f9d804a..7f065ad 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -initscripts-8.85.tar.bz2 +initscripts-8.87.tar.bz2 diff --git a/initscripts.spec b/initscripts.spec index 260bd8a..dbd6e5f 100644 --- a/initscripts.spec +++ b/initscripts.spec @@ -2,7 +2,7 @@ Summary: The inittab file and the /etc/init.d scripts Name: initscripts -Version: 8.85 +Version: 8.87 # ppp-watch is GPLv2+, everything else is GPLv2 License: GPLv2 and GPLv2+ 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-ipv6 /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-post /etc/sysconfig/network-scripts/ifdown-ppp @@ -250,6 +250,27 @@ rm -rf $RPM_BUILD_ROOT /etc/profile.d/debug* %changelog +* Mon Jan 19 2009 Bill Nottingham - 8.87-1 +- rename_device: be much faster in the presence of many devices (#480687, ) +- fix switching from targeted to MLS policy (#479054, ) +- rc.sysinit: don't set $(uname -r) or $(uname -m); they're not used +- network-functions-ipv6: set MTU correctly for 6to4. (#477976, ) +- add more entries to rwtab (#476799, ) +- 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 - 8.86-1 +- stop plymouth before stopping the runlevel (#467207) +- fix get_config_by_subchannel (#459044, ) +- 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 - 8.85-1 - add some error handling/hiding to netfs NM dispatcher script (#469197) - halt: fix code that causes a syntax error on multiple sound cards (#469156) diff --git a/sources b/sources index 20b8633..a28c79e 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -1b7863eca343cc9eb54ef86182b36422 initscripts-8.85.tar.bz2 +44aa49864ab9f4ea65d09a7ec1040ef0 initscripts-8.87.tar.bz2