From 079410c56429b8944aa696d3845a8f0108a4eac2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= Date: Fri, 16 Aug 2019 11:47:46 +0200 Subject: [PATCH] Rebuilt for Python 3.8 --- python-blivet.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/python-blivet.spec b/python-blivet.spec index 49dcada..d286064 100644 --- a/python-blivet.spec +++ b/python-blivet.spec @@ -23,7 +23,7 @@ Version: 3.1.5 #%%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 @@ -192,6 +192,9 @@ configuration. %endif %changelog +* Fri Aug 16 2019 Miro HronĨok - 1:3.1.5-2 +- Rebuilt for Python 3.8 + * Thu Aug 15 2019 Vojtech Trefny - 3.1.5-1 - Move dependencies code from StorageDevice to Device (vtrefny) - Always use luks_data.min_entropy as a default minimum entropy (vponcova)