--- rpms/initscripts/sme9/initscripts.spec 2013/12/14 23:48:35 1.1.2.3 +++ rpms/initscripts/sme9/initscripts.spec 2014/11/11 21:49:45 1.8 @@ -6,9 +6,12 @@ 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.3%{?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 +Patch2002: initscripts-9.03.40-slapd_alias_ldap.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root Requires: mingetty, /bin/awk, /bin/sed, mktemp Requires: /sbin/sysctl @@ -51,7 +54,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 +72,9 @@ Currently, this consists of various memo %prep %setup -q %patch0 -p1 +%patch2000 -p1 +%patch2001 -p1 +%patch2002 -p1 %build make @@ -249,6 +255,21 @@ rm -rf $RPM_BUILD_ROOT /etc/profile.d/debug* %changelog +* Tue Nov 11 2014 Daniel Berteaud - 9.03.40-2.3.sme +- Make slapd service an alias for ldap [SME: 8635] + +* 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)