diff options
author | Jan Macku <jamacku@redhat.com> | 2022-01-24 12:25:25 +0100 |
---|---|---|
committer | Jan Macku <jamacku@redhat.com> | 2022-01-24 12:25:25 +0100 |
commit | 30eef3bfd0eea1631598c1832af0889e9c0e269d (patch) | |
tree | 0fe8e83aa2126eed9b746eb5569684daf820c070 | |
parent | f0171b8449033400db59a47a610124fc285dfe06 (diff) | |
download | initscripts-30eef3bfd0eea1631598c1832af0889e9c0e269d.tar initscripts-30eef3bfd0eea1631598c1832af0889e9c0e269d.tar.gz initscripts-30eef3bfd0eea1631598c1832af0889e9c0e269d.tar.bz2 initscripts-30eef3bfd0eea1631598c1832af0889e9c0e269d.tar.xz initscripts-30eef3bfd0eea1631598c1832af0889e9c0e269d.zip |
10.1410.14
-rw-r--r-- | initscripts.spec | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/initscripts.spec b/initscripts.spec index a0f5d5f1..a5685d7c 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.13 +Version: 10.14 Release: 1%{?dist} License: GPLv2 @@ -383,6 +383,12 @@ fi # ============================================================================= %changelog +* Mon Jan 24 2022 Jan Macku <jamacku@redhat.com> - 10.14-1 +- ifup-routes: Revert quotes +- ifup-routes: Use `ip replace` only on type `route` +- ci(Mergify): configuration update +- ci: remove testing branch from `shellcheck_test.yml` + * Thu Jan 13 2022 Jan Macku <jamacku@redhat.com> - 10.13-1 - ifup-routes: Log when using `ip $type replace` - ifup-routes: Use `ip route repace` to avoid race |