Rebuild against new version of corosync (soname change)

Bump Requires and BuildRequires on new corosync

Signed-off-by: Fabio M. Di Nitto <fdinitto@redhat.com>
This commit is contained in:
Fabio M. Di Nitto 2012-03-16 11:27:25 +01:00
parent dd6b778308
commit 9e11a2ef6b

View File

@ -52,7 +52,7 @@
%define clusterlib_version 3.0.6-1
%define configure_cluster --with-cluster=internal --with-clvmd=cman,openais,corosync
%else
%define corosync_version 1.99.1-1
%define corosync_version 1.99.8-1
%define dlm_version 3.99.0-1
%define configure_cluster --with-cluster=internal --with-clvmd=corosync
%endif
@ -68,7 +68,7 @@
Summary: Userland logical volume management tools
Name: lvm2
Version: 2.02.95
Release: 2%{?dist}
Release: 3%{?dist}
License: GPLv2
Group: System Environment/Base
URL: http://sources.redhat.com/lvm2
@ -659,6 +659,10 @@ the device-mapper event library.
/usr%{_libdir}/pkgconfig/devmapper-event.pc
%changelog
* Fri Mar 16 2012 Fabio M. Di Nitto <fdinitto@redhat.com> - 2.02.95-3
- Rebuild against new corosync (soname change).
- BuildRequires and Requires on newer version of corosync.
* Thu Mar 08 2012 Peter Rajnoha <prajnoha@redhat.com> - 2.02.95-2
- Reload dm-event systemd service on upgrade.