diff --git a/libblockdev.spec b/libblockdev.spec index c08ec38..024500d 100644 --- a/libblockdev.spec +++ b/libblockdev.spec @@ -13,7 +13,7 @@ Name: libblockdev Version: 2.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 @@ -603,6 +603,9 @@ find %{buildroot} -type f -name "*.la" | xargs %{__rm} %files plugins-all %changelog +* Wed Feb 15 2017 Vratislav Podzimek - 2.3-3 +- Rebuild with changelog fixed up + * Tue Feb 14 2017 Vratislav Podzimek - 2.3-1 - Allow specifying raid 'name' in multiple way when calling md functions (vtrefny) - Allow using both path and raid name in bd_md_set_bitmap_location (vtrefny)