From dff14f0111c47e789120ee2b9ad60145b4984fc8 Mon Sep 17 00:00:00 2001 From: Jake Hunsaker Date: Thu, 2 Jun 2022 11:14:13 -0400 Subject: [PATCH] Fix broken changelog Previous changelog broke parsing during rpminspect gating. Fix that so the gating tests pass. Related: RHBZ#2077096 Signed-off-by: Jake Hunsaker --- rig.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rig.spec b/rig.spec index facfb5a..cb5622b 100644 --- a/rig.spec +++ b/rig.spec @@ -1,7 +1,7 @@ Name: rig Summary: Monitor a system for events and trigger specific actions Version: 1.1 -Release: 3%{?dist} +Release: 4%{?dist} Url: https://github.com/TurboTurtle/rig Source0: %{url}/archive/%{name}-%{version}.tar.gz License: GPLv2 @@ -43,7 +43,7 @@ install -p -m644 man/en/rig.1 ${RPM_BUILD_ROOT}%{_mandir}/man1/ %doc README.md %changelog -Tue May 31 2022 Jake Hunsaker - 1.1-3 +* Thu Jun 02 2022 Jake Hunsaker - 1.1-4 - Backport fix for rig list race condition * Fri May 04 2022 Jake Hunsaker - 1.1-2