From 1b0b99ce3f070bcfc492d951138e7f1f009ed3d6 Mon Sep 17 00:00:00 2001 From: Python Maint Date: Wed, 5 Jul 2023 14:38:14 +0200 Subject: [PATCH] Rebuilt for Python 3.12 --- openscap-report.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/openscap-report.spec b/openscap-report.spec index fe7af0a..4df2697 100644 --- a/openscap-report.spec +++ b/openscap-report.spec @@ -2,7 +2,7 @@ Name: openscap-report Version: 0.2.4 -Release: 1%{?dist} +Release: 2%{?dist} Summary: A tool for generating human-readable reports from (SCAP) XCCDF and ARF results # The entire source code is LGPL-2.1+ and GPL-2.0+ and MIT except schemas/ and assets/, which are Public Domain @@ -60,6 +60,9 @@ install -m 0644 -Dt %{buildroot}%{_mandir}/man1 _build_docs/oscap-report.1 %changelog +* Wed Jul 05 2023 Python Maint - 0.2.4-2 +- Rebuilt for Python 3.12 + * Wed Jul 05 2023 Packit - 0.2.4-1 - 0.2.4 (Jan Rodak) - Rename field Result explained to Class explained (Jan Rodak)