From ba97e2bb37afaea8c7cfc36afe2b9dba635e9156 Mon Sep 17 00:00:00 2001 From: Python Maint Date: Wed, 28 Jun 2023 20:15:14 +0200 Subject: [PATCH] Bootstrap for Python 3.12 --- freeipa-healthcheck.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/freeipa-healthcheck.spec b/freeipa-healthcheck.spec index f64fb60..493729e 100644 --- a/freeipa-healthcheck.spec +++ b/freeipa-healthcheck.spec @@ -1,3 +1,4 @@ +%global _without_tests 1 %if 0%{?rhel} %global prefix ipa %global productname IPA @@ -17,7 +18,7 @@ Name: %{prefix}-healthcheck Version: 0.12 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Health check tool for %{productname} BuildArch: noarch License: GPL-3.0-or-later @@ -156,6 +157,9 @@ PYTHONPATH=src PATH=$PATH:$RPM_BUILD_ROOT/usr/bin pytest-3 tests/test_* %changelog +* Wed Jun 28 2023 Python Maint - 0.12-4 +- Bootstrap for Python 3.12 + * Wed Mar 29 2023 Rob Crittenden - 0.12-3 - Migrated to SPDX license