--- rpms/initscripts/sme9/initscripts.spec 2013/12/14 23:48:35 1.1.2.3 +++ rpms/initscripts/sme9/initscripts.spec 2013/12/15 01:17:14 1.5 @@ -9,6 +9,8 @@ Group: System Environment/Base Release: 2%{?dist} URL: http://fedorahosted.org/releases/i/n/initscripts/ Source: http://fedorahosted.org/releases/i/n/initscripts/initscripts-%{version}.tar.bz2 +Patch1000: centos-initscripts.patch +Patch2000: initscripts-9.03.31-runlevel7.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root Requires: mingetty, /bin/awk, /bin/sed, mktemp Requires: /sbin/sysctl @@ -51,7 +53,7 @@ Patch0: 0001-remove-duplicit-then.patch %description The initscripts package contains the basic system scripts used to boot -your Red Hat or Fedora system, change runlevels, and shut the system down +your SME Server system, change runlevels, and shut the system down cleanly. Initscripts also contains the scripts that activate and deactivate most network interfaces. @@ -69,6 +71,8 @@ Currently, this consists of various memo %prep %setup -q %patch0 -p1 +%patch1000 -p1 +%patch2000 -p1 %build make @@ -249,6 +253,10 @@ rm -rf $RPM_BUILD_ROOT /etc/profile.d/debug* %changelog +* Sat Dec 14 2013 Ian Wells - 9.03.40-2.sme +- Add hack for running rc7.d script during runlevel 4 [SME: 7217] +- Roll in CentOS Branding + * Thu Oct 10 2013 Lukas Nykryn - 9.03.40-2 - fix duplicit then (#1015065)