From eb957f50274d9f88eb7cfd3d4751802addc7c128 Mon Sep 17 00:00:00 2001 From: "Fabio M. Di Nitto" Date: Fri, 10 Jul 2009 04:48:37 +0000 Subject: [PATCH] Make sure to Requires and BuildRequires corosync-lib and cluster-lib in stable version. There was no API or ABI change since last time LVM2 was rebuilt so this change can flow in peacefully at the next update. --- lvm2.spec | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/lvm2.spec b/lvm2.spec index 49f3dd6..f14fb4e 100644 --- a/lvm2.spec +++ b/lvm2.spec @@ -1,6 +1,6 @@ %define device_mapper_version 1.02.33 -%define corosync_version 0.97-1 -%define clusterlib_version 3.0.0-12.alpha6 +%define corosync_version 1.0.0-1 +%define clusterlib_version 3.0.0-20 # Do not reset Release to 1 unless both lvm2 and device-mapper # versions are increased together. @@ -266,6 +266,10 @@ This package contains the device-mapper shared library, libdevmapper. %changelog +* Fri Jul 10 2009 Fabio M. Di Nitto 2.02.48-2 +- BuildRequires and Requires on stable versions of both corosync-lib (1.0.0-1) + and cluster-lib (3.0.0-20). + * Tue Jun 30 2009 Alasdair Kergon - 2.02.48-1 - Abort if automatic metadata correction fails when reading VG to update it. - Don't fallback to default major number in libdm: use dm_task_set_major_minor.