From 16e1ffcb3c55843c173abfb1a606e68ec1dd1760 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= Date: Fri, 15 Jun 2018 23:32:07 +0200 Subject: [PATCH] Rebuilt for Python 3.7 --- libblockdev.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/libblockdev.spec b/libblockdev.spec index fe6db85..5fb2897 100644 --- a/libblockdev.spec +++ b/libblockdev.spec @@ -93,7 +93,7 @@ Name: libblockdev Version: 2.17 -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 @@ -868,6 +868,9 @@ find %{buildroot} -type f -name "*.la" | xargs %{__rm} %files plugins-all %changelog +* Fri Jun 15 2018 Miro HronĨok - 2.17-2 +- Rebuilt for Python 3.7 + * Tue Apr 24 2018 Vojtech Trefny - 2.17-1 - Redirect cryptsetup log to libblockdev log (vtrefny) - Add a generic logging function for libblockdev (vtrefny)