From 98e00c62f5459dacada641e85c69714fa9704194 Mon Sep 17 00:00:00 2001 From: Bill Nottingham Date: Fri, 21 Jul 2006 18:43:25 +0000 Subject: 8.36-1 --- initscripts.spec | 23 ++++++++++++++++++++++- 1 file changed, 22 insertions(+), 1 deletion(-) (limited to 'initscripts.spec') diff --git a/initscripts.spec b/initscripts.spec index 18e362b4..fbce6af8 100644 --- a/initscripts.spec +++ b/initscripts.spec @@ -1,6 +1,6 @@ Summary: The inittab file and the /etc/init.d scripts. Name: initscripts -Version: 8.35 +Version: 8.36 License: GPL Group: System Environment/Base Release: 1 @@ -210,6 +210,27 @@ rm -rf $RPM_BUILD_ROOT %ghost %attr(0664,root,utmp) /var/run/utmp %changelog +* Fri Jul 21 2006 Bill Nottingham 8.36-1 +- rework automatic swapon - only run if AUTOSWAP=yes, and fix errors + (#198695, #196179, #196208) +- redo single so it starts last in runlevel 1, and doesn't kill/start + services itself +- add configurable delay for killproc() (#198429, ) +- fix loop in rename_device (#199242, ) +- rc.sysinit: stateless updates (#197972, ) +- support for copying dhcp leases from initramfs (#198601, ) +- readonly-root: SELinux works now in the kernel, allow it +- init.d/network: don't bring down network if root is on a network device +- init.d/halt: don't use -i to halt; causes problems with iscsi +- add support for routing rule-$device (#132252, ) +- fix rhgb output (#192604, ) +- fix crypttab options for LUKS (#197656, ) +- ipsec: various fixes & new features (#150682, #168972, , ) +- ipsec: add check for IKE_METHOD (#197576, ) +- rename_device: ignore alias devices, fix race (#186355) +- ifup/ifdown: don't mark as %config +- rwtab: some additions/cleanup + * Mon Jun 12 2006 Bill Nottingham 8.35-1 - readonly root enhancments (modified from , #193164) - encrypted swap, non-root filesystem support (#127378, ) -- cgit