diff options
author | Jan Macku <jamacku@redhat.com> | 2022-01-24 15:46:56 +0100 |
---|---|---|
committer | Jan Macku <jamacku@redhat.com> | 2022-01-24 15:46:56 +0100 |
commit | c4ee2afdd08708fd1fb72734001e01a0e69e461f (patch) | |
tree | 0b8373932c20878a48cf6bc47d5b9c8e3c568b6a | |
parent | f394ff7d57d8a2a1197fa76bd689b68956d44965 (diff) | |
download | initscripts-10.00.17.tar initscripts-10.00.17.tar.gz initscripts-10.00.17.tar.bz2 initscripts-10.00.17.tar.xz initscripts-10.00.17.zip |
10.00.1710.00.17
-rw-r--r-- | initscripts.spec | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/initscripts.spec b/initscripts.spec index 94046feb..7acdc8a3 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.00.16 +Version: 10.00.17 Release: 1%{?dist} License: GPLv2 @@ -346,6 +346,13 @@ fi # ============================================================================= %changelog +* Mon Jan 24 2022 Jan Macku <jamacku@redhat.com> - 10.00.17-1 +- ifup-routes: Revert quotes +- ifup-routes: Use `ip replace` only on type `route` +- ci: introduce GA ci from master to rhel8-branch +- ci: Setup packit for RHEL8 branch +- ci: Get rid of old ci files (travis and zanata) + * Fri Jan 14 2022 Jan Macku <jamacku@redhat.com> - 10.00.16-1 - rename_device: also support dracut-style kernel cmdline configuration - ifup-routes: Log when using `ip $type replace` |