New version
- Add/fix the requirement for the LVM DBus daemon
This commit is contained in:
parent
89a5e1b769
commit
eb24f8a9a0
@ -1,6 +1,6 @@
|
|||||||
Name: libblockdev
|
Name: libblockdev
|
||||||
Version: 1.4
|
Version: 1.4
|
||||||
Release: 1%{?dist}
|
Release: 2%{?dist}
|
||||||
Summary: A library for low-level manipulation with block devices
|
Summary: A library for low-level manipulation with block devices
|
||||||
License: LGPLv2+
|
License: LGPLv2+
|
||||||
URL: https://github.com/rhinstaller/libblockdev
|
URL: https://github.com/rhinstaller/libblockdev
|
||||||
@ -211,7 +211,7 @@ with the libblockdev-lvm plugin/library.
|
|||||||
%package lvm-dbus
|
%package lvm-dbus
|
||||||
Summary: The LVM plugin for the libblockdev library
|
Summary: The LVM plugin for the libblockdev library
|
||||||
Requires: %{name}-utils%{?_isa} >= 1.4
|
Requires: %{name}-utils%{?_isa} >= 1.4
|
||||||
# Requires: lvm2-dbus? (TBD)
|
Requires: lvm2-dbusd >= 2.02.143
|
||||||
|
|
||||||
%description lvm-dbus
|
%description lvm-dbus
|
||||||
The libblockdev library plugin (and in the same time a standalone library)
|
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
|
%files plugins-all
|
||||||
|
|
||||||
%changelog
|
%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
|
* Thu Feb 25 2016 Vratislav Podzimek <vpodzime@redhat.com> - 1.4-1
|
||||||
- Merge pull request #62 from vpodzime/master-clean_up (vpodzime)
|
- Merge pull request #62 from vpodzime/master-clean_up (vpodzime)
|
||||||
- Use addCleanup() instead of tearDown() in tests (vpodzime)
|
- Use addCleanup() instead of tearDown() in tests (vpodzime)
|
||||||
|
Loading…
Reference in New Issue
Block a user