New upstream release v2.02.150.
This commit is contained in:
parent
96959f7fcd
commit
b1469ed328
1
.gitignore
vendored
1
.gitignore
vendored
@ -54,3 +54,4 @@
|
|||||||
/LVM2.2.02.147.tgz
|
/LVM2.2.02.147.tgz
|
||||||
/LVM2.2.02.148.tgz
|
/LVM2.2.02.148.tgz
|
||||||
/LVM2.2.02.149.tgz
|
/LVM2.2.02.149.tgz
|
||||||
|
/LVM2.2.02.150.tgz
|
||||||
|
@ -1,7 +0,0 @@
|
|||||||
-----BEGIN PGP SIGNATURE-----
|
|
||||||
Version: GnuPG v2.0.14 (GNU/Linux)
|
|
||||||
|
|
||||||
iEYEABECAAYFAlb2UhsACgkQIoGRwVZ+LBf7hwCg2Hn+08/69XuQnzlRdMzQ4uF9
|
|
||||||
UosAoOanAukdjXKHD3MdMYNjvm2uDd9Y
|
|
||||||
=koP6
|
|
||||||
-----END PGP SIGNATURE-----
|
|
@ -1,7 +0,0 @@
|
|||||||
-----BEGIN PGP SIGNATURE-----
|
|
||||||
Version: GnuPG v2.0.14 (GNU/Linux)
|
|
||||||
|
|
||||||
iEYEABECAAYFAlb+zQAACgkQIoGRwVZ+LBcm2gCgh69pbssuxtYYcIgcZDaEw/o0
|
|
||||||
U8sAn3aNeHpFQzMG4K20ryIF53AHxwKN
|
|
||||||
=FRV4
|
|
||||||
-----END PGP SIGNATURE-----
|
|
7
LVM2.2.02.150.tgz.asc
Normal file
7
LVM2.2.02.150.tgz.asc
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
-----BEGIN PGP SIGNATURE-----
|
||||||
|
Version: GnuPG v2.0.14 (GNU/Linux)
|
||||||
|
|
||||||
|
iEYEABECAAYFAlcIVtYACgkQIoGRwVZ+LBd7YQCeM3w91vsNuOLzP7SHJo6LH3wK
|
||||||
|
Zd8AniPBvWoZjeotLc6cQcwE2POnEKQz
|
||||||
|
=eHt4
|
||||||
|
-----END PGP SIGNATURE-----
|
15
lvm2.spec
15
lvm2.spec
@ -1,4 +1,4 @@
|
|||||||
%global device_mapper_version 1.02.121
|
%global device_mapper_version 1.02.122
|
||||||
|
|
||||||
%global enable_cache 1
|
%global enable_cache 1
|
||||||
%global enable_cluster 1
|
%global enable_cluster 1
|
||||||
@ -52,8 +52,8 @@
|
|||||||
Summary: Userland logical volume management tools
|
Summary: Userland logical volume management tools
|
||||||
Name: lvm2
|
Name: lvm2
|
||||||
|
|
||||||
Version: 2.02.149
|
Version: 2.02.150
|
||||||
Release: 2%{?dist}
|
Release: 1%{?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
|
||||||
@ -836,6 +836,15 @@ the device-mapper event library.
|
|||||||
%{_libdir}/pkgconfig/devmapper-event.pc
|
%{_libdir}/pkgconfig/devmapper-event.pc
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Apr 11 2016 Peter Rajnoha <prajnoha@redhat.com> - 2.02.150-1
|
||||||
|
- Avoid using flushing dm status ioctl when checking for usable DM device.
|
||||||
|
- Check for devices without LVM- uuid prefix only with kernels < 3.X.
|
||||||
|
- Reuse %FREE size aproximation with lvcreate -l%PVS thin-pool.
|
||||||
|
- Allow the lvmdump directory to exist already provided it is empty.
|
||||||
|
- Show lvconverted percentage with 2 decimal digits.
|
||||||
|
- Fix regression in suspend when repairing --type mirror (2.02.133).
|
||||||
|
- Change log_debug ioctl flags from single characters into words.
|
||||||
|
|
||||||
* Mon Apr 04 2016 Peter Rajnoha <prajnoha@redhat.com> - 2.02.149-2
|
* Mon Apr 04 2016 Peter Rajnoha <prajnoha@redhat.com> - 2.02.149-2
|
||||||
- Do not flush thin-pool when checking metadata fullness.
|
- Do not flush thin-pool when checking metadata fullness.
|
||||||
- Remove spurious error about no value in /sys/dev/block/major:minor/dm/uuid.
|
- Remove spurious error about no value in /sys/dev/block/major:minor/dm/uuid.
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
39f766faa1cf95fcdf80868839350147 LVM2.2.02.149.tgz
|
4ec33d0914d870388f9020607e2d3998 LVM2.2.02.150.tgz
|
||||||
|
Loading…
Reference in New Issue
Block a user