diff options
author | Jan Macku <jamacku@redhat.com> | 2022-01-26 10:42:50 +0100 |
---|---|---|
committer | Jan Macku <jamacku@redhat.com> | 2022-01-26 10:42:50 +0100 |
commit | b519893b9aa52ec08c6b112271c666f4a6384b12 (patch) | |
tree | c51be0bc9396ebb7d31f796a6246a235cb0aa5b2 | |
parent | 229fff12282bf40e8de3f64d9e32c452d6cc78e1 (diff) | |
download | initscripts-10.11.2.tar initscripts-10.11.2.tar.gz initscripts-10.11.2.tar.bz2 initscripts-10.11.2.tar.xz initscripts-10.11.2.zip |
10.11.210.11.2
-rw-r--r-- | initscripts.spec | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/initscripts.spec b/initscripts.spec index 73737630..887794f6 100644 --- a/initscripts.spec +++ b/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 <jamacku@redhat.com> - 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 <jamacku@redhat.com> - 10.11.1-1 - spec: Update relation between initscripts and initscripts-service - spec: Replace not working awk command with sed |