--- rpms/initscripts/sme9/initscripts.spec 2017/04/05 22:43:40 1.14 +++ rpms/initscripts/sme9/initscripts.spec 2018/12/23 04:47:41 1.16 @@ -2,19 +2,14 @@ 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 +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 @@ -73,12 +68,7 @@ Currently, this consists of various memo %prep %setup -q - %patch1000 -p1 -%patch2000 -p1 -%patch2001 -p1 -%patch2002 -p1 -%patch2003 -p1 %build make @@ -260,9 +250,20 @@ rm -rf $RPM_BUILD_ROOT /etc/profile.d/debug* %changelog -* Tue Mar 21 2017 Johnny Hughes - 9.03.58-1 +* 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]