--- rpms/initscripts/sme9/initscripts.spec 2017/04/05 22:43:40 1.14 +++ rpms/initscripts/sme9/initscripts.spec 2018/12/23 05:12:38 1.17 @@ -2,14 +2,15 @@ Summary: The inittab file and the /etc/init.d scripts Name: initscripts -Version: 9.03.58 +Version: 9.03.61 # ppp-watch is GPLv2+, everything else is GPLv2 License: GPLv2 and GPLv2+ Group: System Environment/Base -Release: 1%{?dist} -URL: http://fedorahosted.org/releases/i/n/initscripts/ -Source: http://fedorahosted.org/releases/i/n/initscripts/initscripts-%{version}.tar.bz2 +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 @@ -73,7 +74,6 @@ Currently, this consists of various memo %prep %setup -q - %patch1000 -p1 %patch2000 -p1 %patch2001 -p1 @@ -260,9 +260,29 @@ rm -rf $RPM_BUILD_ROOT /etc/profile.d/debug* %changelog -* Tue Mar 21 2017 Johnny Hughes - 9.03.58-1 +* 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 +* Thu Apr 27 2018 David Kaspar [Dee'Kej] - 9.03.61-1 +- Move Source & URL to Github + +* Thu Apr 26 2018 David Kaspar [Dee'Kej] - 9.03.60-1 +- cryptsetup: do not forward STDERR to /dev/null when promting for passphrase + +* Tue Feb 13 2018 David Kaspar [Dee'Kej] - 9.03.59-1 +- init.d/network: start vpninterfaces +- ARPUPDATE option introduced +- init.d/functions: sourcing for ksh fixed + * Wed Jan 18 2017 David Kaspar [Dee'Kej] - 9.03.58-1 - regression in commit bab72274889 fixed [missing $() for DAD detection]