Require lvm2 pkg for lvm2-python-libs.

This commit is contained in:
Peter Rajnoha 2013-12-13 11:09:44 +01:00
parent f282ba9e37
commit c0d0f37e77

View File

@ -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 <prajnoha@redhat.com> - 2.02.104-3
- Change lvm2-python-libs to require lvm2, not just lvm2-libs.
* Wed Dec 11 2013 Peter Rajnoha <prajnoha@redhat.com> - 2.02.104-2
- Fix SYSTEMD_READY assignment for foreign devs in lvmetad rules.