diff --git a/lvm2.spec b/lvm2.spec index 498861c..c14a2bd 100644 --- a/lvm2.spec +++ b/lvm2.spec @@ -53,7 +53,7 @@ Summary: Userland logical volume management tools Name: lvm2 Version: 2.02.145 -Release: 1%{?dist} +Release: 2%{?dist} License: GPLv2 Group: System Environment/Base URL: http://sources.redhat.com/lvm2 @@ -657,7 +657,7 @@ Requires: lvm2 >= %{version}-%{release} Requires: dbus Requires: python3-dbus Requires: python3-pyudev -Requires: python3-gobject +Requires: python3-gobject-base Requires(post): systemd-units >= %{systemd_version} Requires(preun): systemd-units >= %{systemd_version} Requires(postun): systemd-units >= %{systemd_version} @@ -836,6 +836,9 @@ the device-mapper event library. %{_libdir}/pkgconfig/devmapper-event.pc %changelog +* Wed Mar 09 2016 Peter Rajnoha - 2.02.145-2 +- Require python3-gobject-base insetad of python3-gobject. + * Mon Mar 07 2016 Peter Rajnoha - 2.02.145-1 - Make it possible to use lvremove and lvrename on historical LVs. - For historical LVs, report 'none' for lv_layout and 'history' for lv_role.