From 0a53e96e37864f91869820142119b40a49bd6309 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= Date: Sat, 23 May 2020 06:58:25 +0200 Subject: [PATCH] Rebuilt for Python 3.9 --- libblockdev.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/libblockdev.spec b/libblockdev.spec index be76b9b..78e32ea 100644 --- a/libblockdev.spec +++ b/libblockdev.spec @@ -125,7 +125,7 @@ Name: libblockdev Version: 2.24 -Release: 1%{?dist} +Release: 2%{?dist} Summary: A library for low-level manipulation with block devices License: LGPLv2+ URL: https://github.com/storaged-project/libblockdev @@ -983,6 +983,9 @@ find %{buildroot} -type f -name "*.la" | xargs %{__rm} %files plugins-all %changelog +* Sat May 23 2020 Miro HronĨok - 2.24-2 +- Rebuilt for Python 3.9 + * Fri May 22 2020 Vojtech Trefny - 2.24-1 - Mark VDO plugin as deprecated since 2.24 (vtrefny) - Fix multiple uninitialized values discovered by coverity (vtrefny)