diff options
author | Jan Macku <jamacku@redhat.com> | 2021-09-01 14:13:18 +0200 |
---|---|---|
committer | Jan Macku <jamacku@redhat.com> | 2021-09-01 14:13:18 +0200 |
commit | 0aeecdccb2b2cadcbc2dcf2ba045f002280e4689 (patch) | |
tree | e5b64a8ddd5e0cac003a0c5ec921d4fe6a0932b5 | |
parent | 05a725a131ca5018a0d9bc09e4ac6738aaa05269 (diff) | |
download | initscripts-0aeecdccb2b2cadcbc2dcf2ba045f002280e4689.tar initscripts-0aeecdccb2b2cadcbc2dcf2ba045f002280e4689.tar.gz initscripts-0aeecdccb2b2cadcbc2dcf2ba045f002280e4689.tar.bz2 initscripts-0aeecdccb2b2cadcbc2dcf2ba045f002280e4689.tar.xz initscripts-0aeecdccb2b2cadcbc2dcf2ba045f002280e4689.zip |
10.11.110.11.1
-rw-r--r-- | initscripts.spec | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/initscripts.spec b/initscripts.spec index 6d3ca423..73737630 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 +Version: 10.11.1 Release: 1%{?dist} License: GPLv2 @@ -383,6 +383,11 @@ fi # ============================================================================= %changelog +* 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 +- use downstream version style + * Fri Aug 27 2021 Jan Macku <jamacku@redhat.com> - 10.11-1 - specfile: Update obsoletes to allow upgrades (#385) |