From b688eafcbf54d50ff4cfc02fcfeb4ce1302597b6 Mon Sep 17 00:00:00 2001 From: Python Maint Date: Thu, 3 Jun 2021 11:15:27 +0200 Subject: [PATCH] Rebuilt for Python 3.10 --- python-blivet.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/python-blivet.spec b/python-blivet.spec index ae96476..efd387a 100644 --- a/python-blivet.spec +++ b/python-blivet.spec @@ -23,7 +23,7 @@ Version: 3.4.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: LGPLv2+ %global realname blivet @@ -196,6 +196,9 @@ configuration. %endif %changelog +* Thu Jun 03 2021 Python Maint - 1:3.4.0-2 +- Rebuilt for Python 3.10 + * Fri May 07 2021 Vojtech Trefny - 3.4.0-1 - Fix setting SELinux flag in SELinuxContextTestCase (vtrefny) - Allow running blivet without Python SELinux module (vtrefny)