From 22621173dbb06c6ba0befe6fbce840bd63bbfe5b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= Date: Thu, 3 Oct 2019 14:04:41 +0200 Subject: [PATCH] Rebuilt for Python 3.8.0rc1 (#1748018) --- python-blivet.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/python-blivet.spec b/python-blivet.spec index 0f3377d..1d4c95d 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: 3%{?prerelease}%{?dist} +Release: 4%{?prerelease}%{?dist} Epoch: 1 License: LGPLv2+ %global realname blivet @@ -193,6 +193,9 @@ configuration. %endif %changelog +* Thu Oct 03 2019 Miro HronĨok - 1:3.1.5-4 +- Rebuilt for Python 3.8.0rc1 (#1748018) + * Tue Aug 27 2019 Vojtech Trefny - 3.1.5-3 - Do not try to normalize size for zero size device factories (#1743753)