--- rpms/initscripts/sme9/initscripts.spec 2014/03/17 06:04:27 1.7 +++ rpms/initscripts/sme9/initscripts.spec 2014/11/11 21:49:45 1.8 @@ -6,11 +6,12 @@ Version: 9.03.40 # ppp-watch is GPLv2+, everything else is GPLv2 License: GPLv2 and GPLv2+ Group: System Environment/Base -Release: 2.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 @@ -73,6 +74,7 @@ Currently, this consists of various memo %patch0 -p1 %patch2000 -p1 %patch2001 -p1 +%patch2002 -p1 %build make @@ -253,6 +255,9 @@ 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]