more upstream fixes and small enhancements
This commit is contained in:
parent
70ca908406
commit
42fa600ab7
@ -1,2 +1,2 @@
|
|||||||
LVM2.2.02.38.tgz
|
LVM2.2.02.39.tgz
|
||||||
device-mapper.1.02.27.tgz
|
device-mapper.1.02.27.tgz
|
||||||
|
@ -1,7 +0,0 @@
|
|||||||
-----BEGIN PGP SIGNATURE-----
|
|
||||||
Version: GnuPG v1.2.1 (GNU/Linux)
|
|
||||||
|
|
||||||
iD8DBQBIT8F0IoGRwVZ+LBcRAixZAJ0cSrOfcg8OLfPr7UjqrcHdKkJWjACdEhaI
|
|
||||||
8x/2xkfI7Lmmn0wRyuXkLT0=
|
|
||||||
=1NmK
|
|
||||||
-----END PGP SIGNATURE-----
|
|
7
LVM2.2.02.39.tgz.asc
Normal file
7
LVM2.2.02.39.tgz.asc
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
-----BEGIN PGP SIGNATURE-----
|
||||||
|
Version: GnuPG v1.2.1 (GNU/Linux)
|
||||||
|
|
||||||
|
iD4DBQBIZWNIIoGRwVZ+LBcRAj8oAKCez7XMlp2yq9tXrfNTH8/zenDfrQCYvHwj
|
||||||
|
1uswV0ePQdZ+dpYlB6nZNQ==
|
||||||
|
=LiNS
|
||||||
|
-----END PGP SIGNATURE-----
|
19
lvm2.spec
19
lvm2.spec
@ -5,8 +5,8 @@
|
|||||||
|
|
||||||
Summary: Userland logical volume management tools
|
Summary: Userland logical volume management tools
|
||||||
Name: lvm2
|
Name: lvm2
|
||||||
Version: 2.02.38
|
Version: 2.02.39
|
||||||
Release: 2%{?dist}
|
Release: 3%{?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
|
||||||
@ -43,7 +43,7 @@ cd device-mapper.%{device_mapper_version}
|
|||||||
%configure --with-user= --with-group= --with-device-uid=0 --with-device-gid=6 --with-device-mode=0660 --enable-pkgconfig
|
%configure --with-user= --with-group= --with-device-uid=0 --with-device-gid=6 --with-device-mode=0660 --enable-pkgconfig
|
||||||
make
|
make
|
||||||
cd ..
|
cd ..
|
||||||
%configure --enable-readline --enable-lvm1_fallback --enable-fsadm --with-clvmd=cman --with-cluster=internal --with-pool=internal --with-user= --with-group= --with-dmdir=device-mapper.%{device_mapper_version}
|
%configure --enable-lvm1_fallback --enable-fsadm --with-clvmd=cman --with-cluster=internal --with-pool=internal --with-user= --with-group= --with-dmdir=device-mapper.%{device_mapper_version}
|
||||||
make DESTDIR=$RPM_BUILD_ROOT
|
make DESTDIR=$RPM_BUILD_ROOT
|
||||||
%define _exec_prefix /
|
%define _exec_prefix /
|
||||||
|
|
||||||
@ -267,6 +267,19 @@ This package contains the device-mapper shared library, libdevmapper.
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Jun 27 2008 Alasdair Kergon <agk@redhat.com>> - 2.02.39-3
|
||||||
|
- Fix up cache for PVs without mdas after consistent VG metadata is processed.
|
||||||
|
- Update validation of safe mirror log type conversions in lvconvert.
|
||||||
|
- Fix lvconvert to disallow snapshot and mirror combinations.
|
||||||
|
- Fix reporting of LV fields alongside unallocated PV segments.
|
||||||
|
- Add --unquoted and --rows to reporting tools.
|
||||||
|
- Avoid undefined status code after _memlock commands in lvm shell.
|
||||||
|
- Fix and improve readahead 'auto' calculation for stripe_size.
|
||||||
|
- Fix lvchange output for -r auto setting if auto is already set.
|
||||||
|
- Fix add_mirror_images not to dereference uninitialized log_lv upon failure.
|
||||||
|
- Add --force to lvextend and lvresize.
|
||||||
|
- Fix vgchange to not activate component mirror volumes directly.
|
||||||
|
|
||||||
* Wed Jun 25 2008 Alasdair Kergon <agk@redhat.com>> - 2.02.38-2
|
* Wed Jun 25 2008 Alasdair Kergon <agk@redhat.com>> - 2.02.38-2
|
||||||
- dmsetup: Add --unquoted and --rows to 'info -c' command.
|
- dmsetup: Add --unquoted and --rows to 'info -c' command.
|
||||||
- libdevmapper: Fix inverted no_flush debug message.
|
- libdevmapper: Fix inverted no_flush debug message.
|
||||||
|
2
sources
2
sources
@ -1,2 +1,2 @@
|
|||||||
274f8837033ea34919f009a8c396d83b LVM2.2.02.38.tgz
|
32ad429461070f0813aff758e0988bc2 LVM2.2.02.39.tgz
|
||||||
6074f2c2035c2a526422e691c7457277 device-mapper.1.02.27.tgz
|
6074f2c2035c2a526422e691c7457277 device-mapper.1.02.27.tgz
|
||||||
|
Loading…
Reference in New Issue
Block a user