From c0d0f37e77dfc57fe181f9842f51505222760038 Mon Sep 17 00:00:00 2001 From: Peter Rajnoha Date: Dec 13 2013 10:09:44 +0000 Subject: Require lvm2 pkg for lvm2-python-libs. --- diff --git a/lvm2.spec b/lvm2.spec index ebbf6d4..ad6d78a 100644 --- a/lvm2.spec +++ b/lvm2.spec @@ -37,7 +37,7 @@ Summary: Userland logical volume management tools Name: lvm2 Version: 2.02.104 -Release: 2%{?dist} +Release: 3%{?dist} License: GPLv2 Group: System Environment/Base URL: http://sources.redhat.com/lvm2 @@ -334,7 +334,7 @@ License: LGPLv2 Group: Development/Libraries Provides: python-lvm = %{version}-%{release} Obsoletes: python-lvm < 2.02.98-2 -Requires: %{name}-libs = %{version}-%{release} +Requires: %{name} = %{version}-%{release} %description python-libs Python module to allow the creation and use of LVM @@ -579,6 +579,9 @@ the device-mapper event library. %{_libdir}/pkgconfig/devmapper-event.pc %changelog +* Fri Dec 13 2013 Peter Rajnoha - 2.02.104-3 +- Change lvm2-python-libs to require lvm2, not just lvm2-libs. + * Wed Dec 11 2013 Peter Rajnoha - 2.02.104-2 - Fix SYSTEMD_READY assignment for foreign devs in lvmetad rules.