Compare commits
1 commit
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
9ff1cd831a |
3 changed files with 18 additions and 9 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -32,3 +32,4 @@
|
||||||
/initscripts-9.77.tar.gz
|
/initscripts-9.77.tar.gz
|
||||||
/initscripts-9.78.tar.gz
|
/initscripts-9.78.tar.gz
|
||||||
/initscripts-9.79.tar.gz
|
/initscripts-9.79.tar.gz
|
||||||
|
/initscripts-9.80.tar.gz
|
||||||
|
|
|
||||||
|
|
@ -1,9 +1,9 @@
|
||||||
Summary: Scripts to bring up network interfaces and legacy utilities
|
Summary: Scripts to bring up network interfaces and legacy utilities
|
||||||
Name: initscripts
|
Name: initscripts
|
||||||
Version: 9.79
|
Version: 9.80
|
||||||
License: GPLv2
|
License: GPLv2
|
||||||
Group: System Environment/Base
|
Group: System Environment/Base
|
||||||
Release: 3%{?dist}
|
Release: 1%{?dist}
|
||||||
URL: https://github.com/fedora-sysv/initscripts
|
URL: https://github.com/fedora-sysv/initscripts
|
||||||
Source: https://github.com/fedora-sysv/initscripts/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz
|
Source: https://github.com/fedora-sysv/initscripts/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz
|
||||||
Requires: /bin/awk, sed, coreutils
|
Requires: /bin/awk, sed, coreutils
|
||||||
|
|
@ -28,7 +28,7 @@ Requires(pre): /usr/sbin/groupadd
|
||||||
Requires(post): /sbin/chkconfig, coreutils
|
Requires(post): /sbin/chkconfig, coreutils
|
||||||
Requires(preun): /sbin/chkconfig
|
Requires(preun): /sbin/chkconfig
|
||||||
%{?systemd_requires}
|
%{?systemd_requires}
|
||||||
BuildRequires: glib2-devel popt-devel gettext pkgconfig systemd
|
BuildRequires: gcc glib2-devel popt-devel gettext pkgconfig systemd
|
||||||
Provides: /sbin/service
|
Provides: /sbin/service
|
||||||
|
|
||||||
%description
|
%description
|
||||||
|
|
@ -159,11 +159,19 @@ fi
|
||||||
%dir %{_libexecdir}/initscripts/legacy-actions
|
%dir %{_libexecdir}/initscripts/legacy-actions
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Fri Feb 09 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 9.79-3
|
* Fri May 25 2018 David Kaspar [Dee'Kej] <dkaspar@redhat.com> - 9.80-1
|
||||||
- Escape macros in %%changelog
|
- sysconfig/readonly-root: Clarify the usage of readonly-root
|
||||||
|
- use proper shebang where appropriate
|
||||||
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 9.79-2
|
- specfile: remove the systemctl call in the %postun phase
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
- network-functions: use tr to upper case strings rather than awk
|
||||||
|
- network-functions: add error messages for bonding installation
|
||||||
|
- ifdown-eth: no longer needed 'pidof -x dhclient' condition removed
|
||||||
|
- netconsole: LSB header added
|
||||||
|
- po/xgettext_sh*: converted to use to python3
|
||||||
|
- network.service: 'reload' removed
|
||||||
|
- ifup-tunnel: Support 'external' tunnels
|
||||||
|
- spec: add gcc to BuildRequires
|
||||||
|
- init.d/functions: fix sourcing for ksh
|
||||||
|
|
||||||
* Tue Jan 02 2018 David Kaspar [Dee'Kej] <dkaspar@redhat.com> - 9.79-1
|
* Tue Jan 02 2018 David Kaspar [Dee'Kej] <dkaspar@redhat.com> - 9.79-1
|
||||||
- ifdown-post: fix logical error in commit 5d61564
|
- ifdown-post: fix logical error in commit 5d61564
|
||||||
|
|
|
||||||
2
sources
2
sources
|
|
@ -1 +1 @@
|
||||||
SHA512 (initscripts-9.79.tar.gz) = 359c51dcb8aa0a745a3dd3bb67386f41d33eabc781ff2de9b211aab2706dd5e84e885e9e237b88a33fc6cb3e5dd1dbccf7c4ab32f288de76ca16d1118144abd4
|
SHA512 (initscripts-9.80.tar.gz) = 68405a89840bfe339ff5810216c94ab83af7bb189cf5d75c90854e599147e0b6c2c15b695a5498407fb5b972c451d5b4c8f73bd61e5f23cfb887e889ee512f97
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue