import initscripts-10.00.6-1.el8

This commit is contained in:
CentOS Sources 2020-01-21 13:28:10 -05:00 committed by Stepan Oksanichenko
parent 018481b9bf
commit dec6318881
3 changed files with 22 additions and 6 deletions

2
.gitignore vendored
View File

@ -1 +1 @@
SOURCES/initscripts-10.00.2.tar.gz
SOURCES/initscripts-10.00.6.tar.gz

View File

@ -1 +1 @@
5522991527dbcd0bb1c56cc0eb514a16dfd8b5f0 SOURCES/initscripts-10.00.2.tar.gz
8b9b2a8c9ec45039da9795b25ab8e314b129c916 SOURCES/initscripts-10.00.6.tar.gz

View File

@ -18,7 +18,7 @@ Requires: gawk \
Name: initscripts
Summary: Basic support for legacy System V init scripts
Version: 10.00.2
Version: 10.00.6
Release: 1%{?dist}
License: GPLv2
@ -182,7 +182,7 @@ support. Additional configuration is required after installation.
# ---------------
%build
%make_build
%make_build PYTHON=%{__python3}
# ---------------
@ -275,8 +275,6 @@ fi
# ---------------
%ghost %config(noreplace, missingok) %verify(not md5 size mtime) %{_sysconfdir}/rc.d/rc.local
%{_sysconfdir}/rc.d/init.d/functions
# RC symlinks:
@ -346,6 +344,24 @@ fi
# =============================================================================
%changelog
* Tue Dec 10 2019 Jan Macku <jamacku@redhat.com> - 10.00.6-1
- Fix service network stop cmd
- Fix missing python3 during build phase
* Wed Oct 30 2019 Jan Macku <jamacku@redhat.com> - 10.00.5-1
- network-function: bridges are created by ifup-eth
- network: don't fail with IFDOWN_ON_SHUTDOWN
- Add ip6gre tunnel option
- ifup-eth: Check that device name is set
- Initscripts no longer care about rc.local
* Fri Aug 23 2019 Lukas Nykryn <lnykryn@redhat.com> - 10.00.4-1
- ifup-eth: Fix bridge setting stp option
* Wed Aug 07 2019 Jan Macku <jamacku@redhat.com> - 10.00.3-1
- rc.d/functions: fix escape sequence being output under systemd service units
- Replace not working awk command with sed
* Thu Jun 06 2019 Jan Macku <jamacku@redhat.com> - 10.00.2-1
- ifup-post: fix incorrect condition for RESOLV_MODS