diff --git a/libblockdev.spec b/libblockdev.spec index 45be1ac..b80b766 100644 --- a/libblockdev.spec +++ b/libblockdev.spec @@ -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 - 1.4-2 +- Add/fix the requirement for the LVM DBus daemon + * Thu Feb 25 2016 Vratislav Podzimek - 1.4-1 - Merge pull request #62 from vpodzime/master-clean_up (vpodzime) - Use addCleanup() instead of tearDown() in tests (vpodzime)