--- rpms/initscripts/sme9/initscripts.spec 2018/12/23 04:47:41 1.16 +++ rpms/initscripts/sme9/initscripts.spec 2018/12/23 05:12:38 1.17 @@ -6,10 +6,16 @@ Version: 9.03.61 # ppp-watch is GPLv2+, everything else is GPLv2 License: GPLv2 and GPLv2+ Group: System Environment/Base -Release: 1%{?dist} +Release: 2%{?dist} URL: https://github.com/fedora-sysv/initscripts Source: https://github.com/fedora-sysv/initscripts/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz Patch1000: centos-initscripts.patch + +Patch2000: initscripts-9.03.31-runlevel7.patch +Patch2001: initscripts-9.03.40-dmesg.patch +Patch2002: initscripts-9.03.40-slapd_alias_ldap.patch +Patch2003: initscripts-9.03.46-dont_run_plymouth_if_disabled.patch + BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root Requires: mingetty, /bin/awk, /bin/sed, mktemp Requires: /sbin/sysctl @@ -69,6 +75,10 @@ Currently, this consists of various memo %prep %setup -q %patch1000 -p1 +%patch2000 -p1 +%patch2001 -p1 +%patch2002 -p1 +%patch2003 -p1 %build make @@ -250,6 +260,15 @@ rm -rf $RPM_BUILD_ROOT /etc/profile.d/debug* %changelog +* Sun Dec 23 2018 Jean-Philipe Pialasse 9.03.61-2.sme +- Rebase on upstream 9.03.61 [SME: 10615] +- Don't try to run plymouth if disabled [SME: 8375] + Code from Charlie Brady +- Make slapd service an alias for ldap [SME: 8635] +- Add -n 1 to the dmesg line in rc.sysinit to prevent unwanted + messages appearing on the console [SME: 8277] +- Add hack for running rc7.d script during runlevel 4 [SME: 7217] + * Tue Jun 19 2018 Johnny Hughes - Roll in CentOS Branding