From 6cf6f4b04ce53f3a752637a6de7da60928558922 Mon Sep 17 00:00:00 2001 From: anolis-bot Date: Thu, 10 Nov 2022 14:38:12 +0800 Subject: [PATCH] update to initscripts-10.00.18-1.el8 Signed-off-by: anolis-bot --- dist | 1 + download | 2 +- initscripts.spec | 6 +++++- 3 files changed, 7 insertions(+), 2 deletions(-) create mode 100644 dist diff --git a/dist b/dist new file mode 100644 index 0000000..9c0e36e --- /dev/null +++ b/dist @@ -0,0 +1 @@ +an8 diff --git a/download b/download index 942f355..4e876cb 100644 --- a/download +++ b/download @@ -1 +1 @@ -da2493c1c9df75441fc007c100ebbfe7 initscripts-10.00.17.tar.gz +5467bfd926add4da4efd9b856e2bb635 initscripts-10.00.18.tar.gz diff --git a/initscripts.spec b/initscripts.spec index 7acdc8a..9879d3c 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.17 +Version: 10.00.18 Release: 1%{?dist} License: GPLv2 @@ -346,6 +346,10 @@ fi # ============================================================================= %changelog +* Wed Aug 10 2022 Jan Macku - 10.00.18-1 +- ci: Update `.packit.yml` to run on `c8s` +- ci: Use Differential ShellCheck action + * Mon Jan 24 2022 Jan Macku - 10.00.17-1 - ifup-routes: Revert quotes - ifup-routes: Use `ip replace` only on type `route` -- Gitee