Add Requires: python3-gobject for lvm2-dbusd subpackage.
This commit is contained in:
parent
0a4a9a4e26
commit
385e3f78a3
@ -53,7 +53,7 @@ Summary: Userland logical volume management tools
|
||||
Name: lvm2
|
||||
|
||||
Version: 2.02.143
|
||||
Release: 1%{?dist}
|
||||
Release: 2%{?dist}
|
||||
License: GPLv2
|
||||
Group: System Environment/Base
|
||||
URL: http://sources.redhat.com/lvm2
|
||||
@ -655,6 +655,7 @@ Requires: lvm2 >= %{version}-%{release}
|
||||
Requires: dbus
|
||||
Requires: python3-dbus
|
||||
Requires: python3-pyudev
|
||||
Requires: python3-gobject
|
||||
Requires(post): systemd-units >= %{systemd_version}
|
||||
Requires(preun): systemd-units >= %{systemd_version}
|
||||
Requires(postun): systemd-units >= %{systemd_version}
|
||||
@ -833,6 +834,9 @@ the device-mapper event library.
|
||||
%{_libdir}/pkgconfig/devmapper-event.pc
|
||||
|
||||
%changelog
|
||||
* Tue Feb 23 2016 Peter Rajnoha <prajnoha@redhat.com> - 2.02.143-2
|
||||
- Add Requires: python3-gobject dependency for lvm2-dbusd subpackage.
|
||||
|
||||
* Mon Feb 22 2016 Peter Rajnoha <prajnoha@redhat.com> - 2.02.143-1
|
||||
- Introduce new lvm2-dbusd package providing LVM D-Bus daemon and service.
|
||||
- Fix error path when sending thin-pool message fails in update_pool_lv().
|
||||
|
Loading…
Reference in New Issue
Block a user