From eb24f8a9a06da7efb2f4570175034219e9c85547 Mon Sep 17 00:00:00 2001 From: Vratislav Podzimek Date: Thu, 25 Feb 2016 17:01:31 +0100 Subject: [PATCH] New version - Add/fix the requirement for the LVM DBus daemon --- libblockdev.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) 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)