diff --git a/.gitignore b/.gitignore index 125555f..812a730 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -SOURCES/initscripts-10.11.1.tar.gz +SOURCES/initscripts-10.11.2.tar.gz diff --git a/.initscripts.metadata b/.initscripts.metadata index 7452e33..ca32836 100644 --- a/.initscripts.metadata +++ b/.initscripts.metadata @@ -1 +1 @@ -341b7a7911ab09024dee80d8534230158b2af075 SOURCES/initscripts-10.11.1.tar.gz +ee26ec5cbaf8af53ff37534bc55306740590cf20 SOURCES/initscripts-10.11.2.tar.gz diff --git a/SPECS/initscripts.spec b/SPECS/initscripts.spec index a05017a..3814507 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.11.1 +Version: 10.11.2 Release: 1%{?dist} License: GPLv2 @@ -383,6 +383,13 @@ fi # ============================================================================= %changelog +* Wed Jan 26 2022 Jan Macku - 10.11.2-1 +- ifup-routes: Revert quotes +- ifup-routes: Use `ip replace` only on type `route` +- ifup-routes: Log when using `ip $type replace` +- ifup-routes: Use `ip route repace` to avoid race +- ci: Update path to csdiff repository (#391) + * Wed Sep 01 2021 Jan Macku - 10.11.1-1 - spec: Update relation between initscripts and initscripts-service - spec: Replace not working awk command with sed