From 5271bf024d8a492c45aa6942364a2bf52512d5f3 Mon Sep 17 00:00:00 2001 From: Robert Kuska Date: Thu, 5 Nov 2015 09:35:58 +0100 Subject: [PATCH] Rebuilt for Python3.5 rebuild --- libblockdev.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/libblockdev.spec b/libblockdev.spec index 8e02fa0..3061c42 100644 --- a/libblockdev.spec +++ b/libblockdev.spec @@ -1,6 +1,6 @@ Name: libblockdev Version: 1.3 -Release: 2%{?dist} +Release: 3%{?dist} Summary: A library for low-level manipulation with block devices License: LGPLv2+ URL: https://github.com/rhinstaller/libblockdev @@ -477,6 +477,9 @@ find %{buildroot} -type f -name "*.la" | xargs %{__rm} %files plugins-all %changelog +* Thu Nov 05 2015 Robert Kuska - 1.3-3 +- Rebuilt for Python3.5 rebuild + * Wed Nov 04 2015 Vratislav Podzimek - 1.3-2 - Fix the annotation of bd_try_init in blockdev.c (vpodzime)