--- rpms/initscripts/sme9/initscripts.spec 2013/12/14 23:48:35 1.1.2.3 +++ rpms/initscripts/sme9/initscripts.spec 2014/03/17 06:04:27 1.7 @@ -6,9 +6,11 @@ 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.2%{?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 +Patch2001: initscripts-9.03.40-dmesg.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 +%patch2000 -p1 +%patch2001 -p1 %build make @@ -249,6 +253,18 @@ rm -rf $RPM_BUILD_ROOT /etc/profile.d/debug* %changelog +* Sun Mar 16 2014 Ian Wells - 9.03.40-2.2.sme +- Add -n 1 to the dmesg line in rc.sysinit to prevent unwanted + messages appearing on the console [SME: 8277] + +* 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)