From 80e53b307f1832b5c2bebafb6a21093f6ae0103a Mon Sep 17 00:00:00 2001 From: Vojtech Polasek Date: Thu, 27 Feb 2025 11:11:55 +0100 Subject: [PATCH] bump release only to force rebuild the previous build got created with wrong parameters Resolves: RHEL-74239 --- scap-security-guide.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/scap-security-guide.spec b/scap-security-guide.spec index 5d04887..f558852 100644 --- a/scap-security-guide.spec +++ b/scap-security-guide.spec @@ -5,7 +5,7 @@ Name: scap-security-guide Version: 0.1.76 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Security guidance and baselines in SCAP formats License: BSD-3-Clause URL: https://github.com/ComplianceAsCode/content/ @@ -99,6 +99,9 @@ rm %{buildroot}/%{_docdir}/%{name}/Contributors.md %endif %changelog +* Thu Feb 27 2025 Vojtech Polasek - 0.1.76-2 +- rebuilt + * Tue Feb 25 2025 Vojtech Polasek - 0.1.76-1 - rebase scap-security-guide to the latest upstream version 0.1.76 (RHEL-74239)