diff options
author | David Kaspar [Dee'Kej] <dkaspar@redhat.com> | 2018-04-27 12:50:09 +0200 |
---|---|---|
committer | Dee'Kej <deekej@linuxmail.org> | 2018-04-27 12:58:23 +0200 |
commit | 70642aeef31025f451fa3ae0fb249aa3c28d6240 (patch) | |
tree | b1445c72ab248d452444c70f10944ec447c5e61d | |
parent | 4c3b24b4f9da8b85b52ad1ad22e46b7932123973 (diff) | |
download | initscripts-70642aeef31025f451fa3ae0fb249aa3c28d6240.tar initscripts-70642aeef31025f451fa3ae0fb249aa3c28d6240.tar.gz initscripts-70642aeef31025f451fa3ae0fb249aa3c28d6240.tar.bz2 initscripts-70642aeef31025f451fa3ae0fb249aa3c28d6240.tar.xz initscripts-70642aeef31025f451fa3ae0fb249aa3c28d6240.zip |
9.03.619.03.61
Sources & URL moved to Github...
-rw-r--r-- | initscripts.spec | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/initscripts.spec b/initscripts.spec index fe39541a..16f4c653 100644 --- a/initscripts.spec +++ b/initscripts.spec @@ -2,13 +2,13 @@ Summary: The inittab file and the /etc/init.d scripts Name: initscripts -Version: 9.03.60 +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 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root Requires: mingetty, /bin/awk, /bin/sed, mktemp Requires: /sbin/sysctl @@ -248,6 +248,9 @@ rm -rf $RPM_BUILD_ROOT /etc/profile.d/debug* %changelog +* Thu Apr 27 2018 David Kaspar [Dee'Kej] <dkaspar@redhat.com> - 9.03.61-1 +- Move Source & URL to Github + * Thu Apr 26 2018 David Kaspar [Dee'Kej] <dkaspar@redhat.com> - 9.03.60-1 - cryptsetup: do not forward STDERR to /dev/null when promting for passphrase |