From 13036cee6ca0eeb1b251c0a70af9d75dd1b88034 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= Date: Sat, 23 May 2020 07:17:39 +0200 Subject: [PATCH] Rebuilt for Python 3.9 --- python-blivet.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/python-blivet.spec b/python-blivet.spec index 8d6e6c8..c51228b 100644 --- a/python-blivet.spec +++ b/python-blivet.spec @@ -23,7 +23,7 @@ Version: 3.2.2 #%%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 @@ -191,6 +191,9 @@ configuration. %endif %changelog +* Sat May 23 2020 Miro HronĨok - 1:3.2.2-2 +- Rebuilt for Python 3.9 + * Thu May 21 2020 Jan Pokorny - 3.2.2-1 - Allow setting size for non-existing LUKS devices (vtrefny) - Fix toggling container encryption in devicefactory (#1827254) (vtrefny)