diff --git a/lvm2.spec b/lvm2.spec index 21eb864..b402d84 100644 --- a/lvm2.spec +++ b/lvm2.spec @@ -47,7 +47,7 @@ Summary: Userland logical volume management tools Name: lvm2 Version: 2.02.132 -Release: 1%{?dist} +Release: 2%{?dist} License: GPLv2 Group: System Environment/Base URL: http://sources.redhat.com/lvm2 @@ -618,7 +618,7 @@ Daemon providing device-mapper-based mirrors in a shared-storage cluster. Summary: Additional files to support device-mapper-based clustered mirrors in standalone mode License: GPLv2 Group: System Environment/Base -Requires: cmirror >= %{epoch}:%{version}-%{release} +Requires: cmirror >= %{version}-%{release} %description -n cmirror-standalone @@ -791,6 +791,9 @@ the device-mapper event library. %{_libdir}/pkgconfig/devmapper-event.pc %changelog +* Mon Oct 26 2015 Peter Rajnoha - 2.02.132-2 +- Remove %%{epoch} from cmirror requires. + * Wed Sep 23 2015 Peter Rajnoha - 2.02.132-1 - Fix lvmconf to set locking_type=2 if external locking library is requested. - Remove verbose message when rescanning an unchanged device. (2.02.119)