diff --git a/.gitignore b/.gitignore index 735a286..f6a6191 100644 --- a/.gitignore +++ b/.gitignore @@ -18,3 +18,4 @@ /libblockdev-1.4.tar.gz /libblockdev-1.5.tar.gz /libblockdev-1.6.tar.gz +/libblockdev-1.7.tar.gz diff --git a/libblockdev.spec b/libblockdev.spec index 3f3c3b3..023ea8d 100644 --- a/libblockdev.spec +++ b/libblockdev.spec @@ -1,5 +1,5 @@ Name: libblockdev -Version: 1.6 +Version: 1.7 Release: 1%{?dist} Summary: A library for low-level manipulation with block devices License: LGPLv2+ @@ -234,7 +234,7 @@ with the libblockdev-lvm plugin/library. %package lvm-dbus Summary: The LVM plugin for the libblockdev library Requires: %{name}-utils%{?_isa} >= 1.4 -Requires: lvm2-dbusd >= 2.02.143 +Requires: lvm2-dbusd >= 2.02.156 %description lvm-dbus The libblockdev library plugin (and in the same time a standalone library) @@ -572,6 +572,16 @@ find %{buildroot} -type f -name "*.la" | xargs %{__rm} %files plugins-all %changelog +* 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) +- Document fields of the structures (vpodzime) +- Report (meta)data LV name properly for cache pools in lvm-dbus (vpodzime) +- Add information about related LVs to LVMLVdata (vpodzime) +- Remove unused code for getting supported functions (vpodzime) +- Add zFCP functionality to s390 plugin (sbueno+anaconda) +- Fix a few const params in the s390 plugin. (sbueno+anaconda) + * Wed Jun 01 2016 Vratislav Podzimek - 1.6-1 - Ignore merge commits when creating changelog (vpodzime) - Only take the number of the first %changelog line found (vpodzime) diff --git a/sources b/sources index e008183..4980a0f 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -594d5f3b6e1d663aab1d12247c1de8cb libblockdev-1.6.tar.gz +99d394e60f11407458005a42fa75a110 libblockdev-1.7.tar.gz