diff --git a/lvm2.spec b/lvm2.spec index 175c110..eab437d 100644 --- a/lvm2.spec +++ b/lvm2.spec @@ -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 - 2.02.143-2 +- Add Requires: python3-gobject dependency for lvm2-dbusd subpackage. + * Mon Feb 22 2016 Peter Rajnoha - 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().