From 08cd972d301d19c80536ee2d02658ca244d55841 Mon Sep 17 00:00:00 2001 From: Python Maint Date: Mon, 13 Jun 2022 14:57:52 +0200 Subject: [PATCH] Rebuilt for Python 3.11 --- python-blivet.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/python-blivet.spec b/python-blivet.spec index 79cb51e..5f0685d 100644 --- a/python-blivet.spec +++ b/python-blivet.spec @@ -23,7 +23,7 @@ Version: 3.4.4 #%%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: LGPLv2+ %global realname blivet @@ -196,6 +196,9 @@ configuration. %endif %changelog +* Mon Jun 13 2022 Python Maint - 1:3.4.4-2 +- Rebuilt for Python 3.11 + * Mon May 16 2022 Vojtech Trefny - 3.4.4-1 - Use LVM PV format current_size in LVMVolumeGroupDevice._remove (vtrefny) - Correctly set vg_name after adding/removing a PV from a VG (vtrefny)