New version

- 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
This commit is contained in:
Vratislav Podzimek 2016-06-15 09:57:12 +02:00
parent b6573092d3
commit 5573c28056
3 changed files with 14 additions and 3 deletions

1
.gitignore vendored
View File

@ -18,3 +18,4 @@
/libblockdev-1.4.tar.gz
/libblockdev-1.5.tar.gz
/libblockdev-1.6.tar.gz
/libblockdev-1.7.tar.gz

View File

@ -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 <vpodzime@redhat.com> - 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 <vpodzime@redhat.com> - 1.6-1
- Ignore merge commits when creating changelog (vpodzime)
- Only take the number of the first %changelog line found (vpodzime)

View File

@ -1 +1 @@
594d5f3b6e1d663aab1d12247c1de8cb libblockdev-1.6.tar.gz
99d394e60f11407458005a42fa75a110 libblockdev-1.7.tar.gz