diff --git a/.gitignore b/.gitignore index a1e0faf..c329445 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -SOURCES/initscripts-10.00.4.tar.gz +SOURCES/initscripts-10.00.6.tar.gz diff --git a/.initscripts.metadata b/.initscripts.metadata index 14924a8..403f860 100644 --- a/.initscripts.metadata +++ b/.initscripts.metadata @@ -1 +1 @@ -da8a69d5fc07799718b03ac43cc7675a981bd8b7 SOURCES/initscripts-10.00.4.tar.gz +8b9b2a8c9ec45039da9795b25ab8e314b129c916 SOURCES/initscripts-10.00.6.tar.gz diff --git a/SPECS/initscripts.spec b/SPECS/initscripts.spec index 120953d..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.4 +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,17 @@ 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