Rebuild on top of fixed corosynclib
This commit is contained in:
parent
b906536467
commit
fc60cf2e44
13
lvm2.spec
13
lvm2.spec
@ -1,5 +1,5 @@
|
|||||||
%define device_mapper_version 1.02.31
|
%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
|
%define clusterlib_version 3.0.0-12.alpha6
|
||||||
|
|
||||||
# Do not reset Release to 1 unless both lvm2 and device-mapper
|
# Do not reset Release to 1 unless both lvm2 and device-mapper
|
||||||
@ -8,7 +8,7 @@
|
|||||||
Summary: Userland logical volume management tools
|
Summary: Userland logical volume management tools
|
||||||
Name: lvm2
|
Name: lvm2
|
||||||
Version: 2.02.45
|
Version: 2.02.45
|
||||||
Release: 1%{?dist}
|
Release: 2%{?dist}
|
||||||
License: GPLv2
|
License: GPLv2
|
||||||
Group: System Environment/Base
|
Group: System Environment/Base
|
||||||
URL: http://sources.redhat.com/lvm2
|
URL: http://sources.redhat.com/lvm2
|
||||||
@ -264,6 +264,15 @@ This package contains the device-mapper shared library, libdevmapper.
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%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
|
* Tue Mar 3 2009 Alasdair Kergon <agk@redhat.com> - 2.02.45-1
|
||||||
- Update clusterlib and corosync dependencies.
|
- Update clusterlib and corosync dependencies.
|
||||||
- Attempt proper clean up in child before executing fsadm or modprobe.
|
- Attempt proper clean up in child before executing fsadm or modprobe.
|
||||||
|
Loading…
Reference in New Issue
Block a user