diff --git a/.gitignore b/.gitignore index f6a6191..6417b1d 100644 --- a/.gitignore +++ b/.gitignore @@ -19,3 +19,4 @@ /libblockdev-1.5.tar.gz /libblockdev-1.6.tar.gz /libblockdev-1.7.tar.gz +/libblockdev-1.8.tar.gz diff --git a/libblockdev.spec b/libblockdev.spec index 023ea8d..6d4e8ce 100644 --- a/libblockdev.spec +++ b/libblockdev.spec @@ -1,5 +1,5 @@ Name: libblockdev -Version: 1.7 +Version: 1.8 Release: 1%{?dist} Summary: A library for low-level manipulation with block devices License: LGPLv2+ @@ -572,6 +572,12 @@ find %{buildroot} -type f -name "*.la" | xargs %{__rm} %files plugins-all %changelog +* Wed Jun 29 2016 Vratislav Podzimek - 1.8-1 +- Add a function to get all mpath member devices (vpodzime) +- Fix backport issues in the zfcp-related functionality (#1348442) (vpodzime) +- Revert "Fix a few const params in the s390 plugin." (vpodzime) +- Fix creation of the version-only tags (vpodzime) + * Wed Jun 15 2016 Vratislav Podzimek - 1.7-1 - Include the LV roles in the LVdata (vpodzime) - Add a few missing items to the documentation (vpodzime) diff --git a/sources b/sources index 4980a0f..bdc72bf 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -99d394e60f11407458005a42fa75a110 libblockdev-1.7.tar.gz +35150e40dcf19b7971fb7896b96d0d22 libblockdev-1.8.tar.gz