--- rpms/initscripts/sme9/initscripts.spec 2013/12/14 23:48:35 1.1.2.3 +++ rpms/initscripts/sme9/initscripts.spec 2014/03/17 05:44:10 1.6 @@ -6,9 +6,10 @@ Version: 9.03.40 # ppp-watch is GPLv2+, everything else is GPLv2 License: GPLv2 and GPLv2+ Group: System Environment/Base -Release: 2%{?dist} +Release: 2.1%{?dist} URL: http://fedorahosted.org/releases/i/n/initscripts/ Source: http://fedorahosted.org/releases/i/n/initscripts/initscripts-%{version}.tar.bz2 +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 +52,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 +70,7 @@ Currently, this consists of various memo %prep %setup -q %patch0 -p1 +%patch2000 -p1 %build make @@ -249,6 +251,14 @@ rm -rf $RPM_BUILD_ROOT /etc/profile.d/debug* %changelog +* Sun Mar 16 2014 Ian Wells - 9.03.40-2.1.sme +- Correct offest in runlevel7 patch to avoid .orig file [SME: 8277] +- Remove CentOS Branding patch + +* 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)