Update to latest lvm2 upstream release 2.02.111.
This commit is contained in:
parent
c7ff988ef5
commit
f6db0490e3
1
.gitignore
vendored
1
.gitignore
vendored
@ -17,3 +17,4 @@
|
|||||||
/LVM2.2.02.108.tgz
|
/LVM2.2.02.108.tgz
|
||||||
/LVM2.2.02.109.tgz
|
/LVM2.2.02.109.tgz
|
||||||
/LVM2.2.02.110.tgz
|
/LVM2.2.02.110.tgz
|
||||||
|
/LVM2.2.02.111.tgz
|
||||||
|
@ -1,7 +0,0 @@
|
|||||||
-----BEGIN PGP SIGNATURE-----
|
|
||||||
Version: GnuPG v2.0.14 (GNU/Linux)
|
|
||||||
|
|
||||||
iEYEABECAAYFAlP8qawACgkQIoGRwVZ+LBdWDwCgoGxHObwqhjmYM2Ihens7FEq6
|
|
||||||
3p0AnRzwMt8+cujCphBFnYvhUkD2pGvn
|
|
||||||
=Q9PW
|
|
||||||
-----END PGP SIGNATURE-----
|
|
7
LVM2.2.02.111.tgz.asc
Normal file
7
LVM2.2.02.111.tgz.asc
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
-----BEGIN PGP SIGNATURE-----
|
||||||
|
Version: GnuPG v2.0.14 (GNU/Linux)
|
||||||
|
|
||||||
|
iEYEABECAAYFAlQDxEEACgkQIoGRwVZ+LBdgbACfRZSdijneiht0fIZCLz3BhpGn
|
||||||
|
BXIAoIshSUrdKDUuNd94SIeAtZVbmVpi
|
||||||
|
=w0Qo
|
||||||
|
-----END PGP SIGNATURE-----
|
10
lvm2.spec
10
lvm2.spec
@ -1,4 +1,4 @@
|
|||||||
%define device_mapper_version 1.02.89
|
%define device_mapper_version 1.02.90
|
||||||
|
|
||||||
%define enable_cache 1
|
%define enable_cache 1
|
||||||
%define enable_cluster 1
|
%define enable_cluster 1
|
||||||
@ -39,7 +39,7 @@
|
|||||||
|
|
||||||
Summary: Userland logical volume management tools
|
Summary: Userland logical volume management tools
|
||||||
Name: lvm2
|
Name: lvm2
|
||||||
Version: 2.02.110
|
Version: 2.02.111
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
License: GPLv2
|
License: GPLv2
|
||||||
Group: System Environment/Base
|
Group: System Environment/Base
|
||||||
@ -638,6 +638,12 @@ the device-mapper event library.
|
|||||||
%{_libdir}/pkgconfig/devmapper-event.pc
|
%{_libdir}/pkgconfig/devmapper-event.pc
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Sep 01 2014 Peter Rajnoha <prajnoha@redhat.com> - 2.02.111-1
|
||||||
|
- Pass properly sized char buffers for sscanf when initializing clvmd.
|
||||||
|
- Reinstate nosync logic when extending mirror. (2.02.110)
|
||||||
|
- Fix total area extent calculation when allocating cache pool. (2.02.110)
|
||||||
|
- Restore proper buffer size for parsing mountinfo line (1.02.89)
|
||||||
|
|
||||||
* Wed Aug 27 2014 Peter Rajnoha <prajnoha@redhat.com> - 2.02.110-1
|
* Wed Aug 27 2014 Peter Rajnoha <prajnoha@redhat.com> - 2.02.110-1
|
||||||
- Fix manipulation with thin-pools which are excluded via volume_list.
|
- Fix manipulation with thin-pools which are excluded via volume_list.
|
||||||
- Support lv/vgremove -ff to remove thin vols from broken/inactive thin pools.
|
- Support lv/vgremove -ff to remove thin vols from broken/inactive thin pools.
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
a69534060d67f8a5a3a4cc0690742d2d LVM2.2.02.110.tgz
|
02487ab2a9e02d1ee76fe217183df28a LVM2.2.02.111.tgz
|
||||||
|
Loading…
Reference in New Issue
Block a user