From 79c11ed421bec467d38be51dad39d4eada1d44e8 Mon Sep 17 00:00:00 2001 From: CentOS Sources Date: Jan 21 2020 18:28:10 +0000 Subject: import initscripts-10.00.6-1.el8 --- diff --git a/.gitignore b/.gitignore index 6abb468..c329445 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -SOURCES/initscripts-10.00.2.tar.gz +SOURCES/initscripts-10.00.6.tar.gz diff --git a/.initscripts.metadata b/.initscripts.metadata index 28c5a71..403f860 100644 --- a/.initscripts.metadata +++ b/.initscripts.metadata @@ -1 +1 @@ -5522991527dbcd0bb1c56cc0eb514a16dfd8b5f0 SOURCES/initscripts-10.00.2.tar.gz +8b9b2a8c9ec45039da9795b25ab8e314b129c916 SOURCES/initscripts-10.00.6.tar.gz diff --git a/SPECS/initscripts.spec b/SPECS/initscripts.spec index 81e6f5d..d2d22fc 100644 --- a/SPECS/initscripts.spec +++ b/SPECS/initscripts.spec @@ -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 - 10.00.6-1 +- Fix service network stop cmd +- Fix missing python3 during build phase + +* Wed Oct 30 2019 Jan Macku - 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 - 10.00.4-1 +- ifup-eth: Fix bridge setting stp option + +* Wed Aug 07 2019 Jan Macku - 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 - 10.00.2-1 - ifup-post: fix incorrect condition for RESOLV_MODS