From 50a7b6314aed98790c3eb3c54dfe2f7589b8e17d Mon Sep 17 00:00:00 2001 From: Python Maint Date: Thu, 29 Jun 2023 23:31:09 +0200 Subject: [PATCH] Rebuilt for Python 3.12 --- python-blivet.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/python-blivet.spec b/python-blivet.spec index 299add5..367a308 100644 --- a/python-blivet.spec +++ b/python-blivet.spec @@ -5,7 +5,7 @@ Version: 3.8.0 #%%global prerelease .b2 # prerelease, if defined, should be something like .a1, .b1, .b2.dev1, or .c2 -Release: 1%{?prerelease}%{?dist} +Release: 2%{?prerelease}%{?dist} Epoch: 1 License: LGPL-2.1-or-later %global realname blivet @@ -111,6 +111,9 @@ make DESTDIR=%{buildroot} install %{python3_sitelib}/* %changelog +* Thu Jun 29 2023 Python Maint - 1:3.8.0-2 +- Rebuilt for Python 3.12 + * Thu Jun 29 2023 Vojtech Trefny - 3.8.0-1 - Revert "Makefile cleanup" (blivet-ci) - Require libblockdev 3.0 when importing from GI (vtrefny)