New upstream with essential big-endian fix.
This commit is contained in:
parent
5e718042ad
commit
7c4433fcec
1
.gitignore
vendored
1
.gitignore
vendored
@ -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
|
||||
|
@ -1,7 +0,0 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
Version: GnuPG v1.2.1 (GNU/Linux)
|
||||
|
||||
iD8DBQBNTIEAIoGRwVZ+LBcRAllkAJ9JUtisJOQ8qKoj38N0gRU7Ka0w/QCgqWTX
|
||||
wHbKaZDmomsFRRD6I4dk1Qg=
|
||||
=CT96
|
||||
-----END PGP SIGNATURE-----
|
14
lvm2.spec
14
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 <agk@redhat.com> - 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 <rel-eng@lists.fedoraproject.org> - 2.02.83-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
18e7d89be4a38475c1c1df821b139551 LVM2.2.02.83.tgz
|
||||
8b4e0897ee48f02c0dff11940e44e23b LVM2.2.02.84.tgz
|
||||
|
Loading…
Reference in New Issue
Block a user