diff --git a/.cvsignore b/.cvsignore index 6d45bc4..76eb9b5 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -initscripts-8.79.tar.bz2 +initscripts-8.80.tar.bz2 diff --git a/initscripts.spec b/initscripts.spec index a5d5b2f..2ceb684 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.79 +Version: 8.80 # ppp-watch is GPLv2+, everything else is GPLv2 License: GPLv2 and GPLv2+ Group: System Environment/Base @@ -47,6 +47,17 @@ your Red Hat or Fedora system, change runlevels, and shut the system down cleanly. Initscripts also contains the scripts that activate and deactivate most network interfaces. +%package -n debugmode +Summary: Scripts for running in debugging mode +Requires: initscripts +Group: System Environment/Base + +%description -n debugmode +The debugmode package contains some basic scripts that are used to run +the system in a debugging mode. + +Currently, this consists of various memory checking code. + %prep %setup -q @@ -119,7 +130,6 @@ rm -rf $RPM_BUILD_ROOT %dir /etc/sysconfig/network-scripts %config(noreplace) %verify(not md5 mtime size) /etc/adjtime %config(noreplace) /etc/sysconfig/init -%config(noreplace) /etc/sysconfig/mcheck %config(noreplace) /etc/sysconfig/netconsole %config(noreplace) /etc/sysconfig/readonly-root /etc/sysconfig/network-scripts/ifdown @@ -194,6 +204,7 @@ rm -rf $RPM_BUILD_ROOT %config(noreplace) /etc/rc.d/rc.local %config /etc/rc.d/rc.sysinit %config(noreplace) /etc/sysctl.conf +%exclude /etc/profile.d/debug* %config /etc/profile.d/* /usr/sbin/sys-unconfig /sbin/setsysfont @@ -237,7 +248,17 @@ rm -rf $RPM_BUILD_ROOT %ghost %attr(0664,root,utmp) /var/log/wtmp %ghost %attr(0664,root,utmp) /var/run/utmp +%files -n debugmode +%config(noreplace) /etc/sysconfig/debug +%config /etc/profile.d/debug* + %changelog +* Tue Jul 29 2008 Bill Nottingham - 8.80-1 +- Fix translation typo (#455804, ) +- Turn off syncookies +- Cleanups for proper plymouth support +- Move the mcheck code to a debugmode package, make it more generic + * Mon Jul 14 2008 Bill Nottingham - 8.79-1 - fix mcheck stuff to be installed correctly - don't do an arping check for loopback interfaces diff --git a/sources b/sources index 40b861a..060449b 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -324451b12098721dccd956132a8f502d initscripts-8.79.tar.bz2 +39199fb6f326396bcdc7f6fe8dedad8b initscripts-8.80.tar.bz2