New version

- Add/fix the requirement for the LVM DBus daemon
This commit is contained in:
Vratislav Podzimek 2016-02-25 17:01:31 +01:00
parent 89a5e1b769
commit eb24f8a9a0

View File

@ -1,6 +1,6 @@
Name: libblockdev
Version: 1.4
Release: 1%{?dist}
Release: 2%{?dist}
Summary: A library for low-level manipulation with block devices
License: LGPLv2+
URL: https://github.com/rhinstaller/libblockdev
@ -211,7 +211,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-dbus? (TBD)
Requires: lvm2-dbusd >= 2.02.143
%description lvm-dbus
The libblockdev library plugin (and in the same time a standalone library)
@ -504,6 +504,9 @@ find %{buildroot} -type f -name "*.la" | xargs %{__rm}
%files plugins-all
%changelog
* Thu Feb 25 2016 Vratislav Podzimek <vpodzime@redhat.com> - 1.4-2
- Add/fix the requirement for the LVM DBus daemon
* Thu Feb 25 2016 Vratislav Podzimek <vpodzime@redhat.com> - 1.4-1
- Merge pull request #62 from vpodzime/master-clean_up (vpodzime)
- Use addCleanup() instead of tearDown() in tests (vpodzime)