From fe9adf259c0db76acb26b78913c48696b0c6031f Mon Sep 17 00:00:00 2001 From: John Kacur Date: Wed, 22 Mar 2023 10:13:53 -0400 Subject: [PATCH] Build with fix for rt-setup post script Resolves: rhbz#2168478 Signed-off-by: John Kacur --- rt-setup.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/rt-setup.spec b/rt-setup.spec index 1c42dee..6432d0f 100644 --- a/rt-setup.spec +++ b/rt-setup.spec @@ -1,6 +1,6 @@ Name: rt-setup Version: 2.1 -Release: 4%{?dist} +Release: 5%{?dist} License: GPL+ Summary: Setup RHEL-RT environment details Group: System Environment/Base @@ -98,6 +98,10 @@ rm -rf %{buildroot} %attr(0644, root, root) %{_unitdir}/rt-entsk.service %changelog +* Wed Mar 22 2023 John Kacur - 2.1-5 +- Build with fix for rt-setup post script +Resolves: rhbz#2168478 + * Thu May 19 2022 John Kacur - 2.1-4 - Remove '-s' argument to install to prevent stripping of rt-entsk Resolves: rhbz#2068537