From 7c4433fcec4796d535932c6b50497e01c15b542a Mon Sep 17 00:00:00 2001 From: Alasdair G Kergon Date: Feb 09 2011 14:31:06 +0000 Subject: New upstream with essential big-endian fix. --- diff --git a/.gitignore b/.gitignore index c308ad0..7982258 100644 --- a/.gitignore +++ b/.gitignore @@ -10,3 +10,4 @@ LVM2.2.02.73.tgz /LVM2.2.02.81.tgz /LVM2.2.02.82.tgz /LVM2.2.02.83.tgz +/LVM2.2.02.84.tgz diff --git a/LVM2.2.02.83.tgz.asc b/LVM2.2.02.83.tgz.asc deleted file mode 100644 index 22099c9..0000000 --- a/LVM2.2.02.83.tgz.asc +++ /dev/null @@ -1,7 +0,0 @@ ------BEGIN PGP SIGNATURE----- -Version: GnuPG v1.2.1 (GNU/Linux) - -iD8DBQBNTIEAIoGRwVZ+LBcRAllkAJ9JUtisJOQ8qKoj38N0gRU7Ka0w/QCgqWTX -wHbKaZDmomsFRRD6I4dk1Qg= -=CT96 ------END PGP SIGNATURE----- diff --git a/lvm2.spec b/lvm2.spec index a921fa1..5d1320c 100644 --- a/lvm2.spec +++ b/lvm2.spec @@ -1,4 +1,4 @@ -%define device_mapper_version 1.02.62 +%define device_mapper_version 1.02.63 %define enable_cluster 1 %if "%{fedora}" == "12" @@ -29,8 +29,8 @@ Summary: Userland logical volume management tools Name: lvm2 -Version: 2.02.83 -Release: 2%{?dist} +Version: 2.02.84 +Release: 1%{?dist} License: GPLv2 Group: System Environment/Base URL: http://sources.redhat.com/lvm2 @@ -475,6 +475,14 @@ the device-mapper event library. %changelog +* Wed Feb 9 2011 Alasdair Kergon - 2.02.84-1 +- Fix big-endian CRC32 checksumming broken since 2.02.75. If affected, + ensure metadata backups in /etc/lvm/backup are up-to-date (vgcfgbackup) + then after updating to 2.02.84 restore metadata from them (using pvcreate + with -Zn --restorefile and -u if PVs can no longer be seen, then + vgcfgrestore -f). +- Reinstate libdevmapper DEBUG_MEM support. (Removed in 1.02.62.) + * Tue Feb 08 2011 Fedora Release Engineering - 2.02.83-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild diff --git a/sources b/sources index 48ad2a6..f6ed598 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -18e7d89be4a38475c1c1df821b139551 LVM2.2.02.83.tgz +8b4e0897ee48f02c0dff11940e44e23b LVM2.2.02.84.tgz diff --git a/upstream b/upstream index 1b41ad3..a7b3557 100644 --- a/upstream +++ b/upstream @@ -1 +1 @@ -LVM2.2.02.83.tgz +LVM2.2.02.84.tgz