diff --git a/libblockdev.spec b/libblockdev.spec index 64c69ef..bf5f1df 100644 --- a/libblockdev.spec +++ b/libblockdev.spec @@ -1,6 +1,6 @@ Name: libblockdev Version: 2.1 -Release: 2%{?dist} +Release: 3%{?dist} Summary: A library for low-level manipulation with block devices License: LGPLv2+ URL: https://github.com/rhinstaller/libblockdev @@ -578,6 +578,9 @@ find %{buildroot} -type f -name "*.la" | xargs %{__rm} %files plugins-all %changelog +* Mon Dec 12 2016 Charalampos Stratakis - 2.1-3 +- Rebuild for Python 3.6 + * Tue Nov 15 2016 Vratislav Podzimek - 2.1-2 - Rebuild for a chain-build with storaged (vpodzime)