Rebuild on top of fixed corosynclib

This commit is contained in:
Fabio M. Di Nitto 2009-03-30 07:13:40 +00:00
parent b906536467
commit fc60cf2e44

View File

@ -1,5 +1,5 @@
%define device_mapper_version 1.02.31
%define corosync_version 0.94-1
%define corosync_version 0.95-2
%define clusterlib_version 3.0.0-12.alpha6
# Do not reset Release to 1 unless both lvm2 and device-mapper
@ -8,7 +8,7 @@
Summary: Userland logical volume management tools
Name: lvm2
Version: 2.02.45
Release: 1%{?dist}
Release: 2%{?dist}
License: GPLv2
Group: System Environment/Base
URL: http://sources.redhat.com/lvm2
@ -264,6 +264,15 @@ This package contains the device-mapper shared library, libdevmapper.
%changelog
* Mon Mar 30 2009 Fabio M. Di Nitto <fdinitto@redhat.com> - 2.02.45-2
- BuildRequires on a newer version of corosync (0.95-2).
All corosync versions prior 0.95 were not linking correctly 2 libraries
(VOTEQUORUM and QUORUM) exporting the wrong version tables.
By fixing the linking upstream, we broke the automatically generated
Requires: at least on PPC.
There were no API or ABI changes in the libraries so a clean rebuild
will fix the issue.
* Tue Mar 3 2009 Alasdair Kergon <agk@redhat.com> - 2.02.45-1
- Update clusterlib and corosync dependencies.
- Attempt proper clean up in child before executing fsadm or modprobe.