New upstream release v2.02.154.
This commit is contained in:
parent
5b9a486266
commit
70d78e894e
1
.gitignore
vendored
1
.gitignore
vendored
@ -58,3 +58,4 @@
|
||||
/LVM2.2.02.151.tgz
|
||||
/LVM2.2.02.152.tgz
|
||||
/LVM2.2.02.153.tgz
|
||||
/LVM2.2.02.154.tgz
|
||||
|
@ -1,7 +0,0 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
Version: GnuPG v2.0.14 (GNU/Linux)
|
||||
|
||||
iEYEABECAAYFAlctLeIACgkQIoGRwVZ+LBdLYQCfe61/DOzgzDp50YK/lN8QBcg1
|
||||
CLcAoNITUXGGtaLouj7gyeDmbhziqyP0
|
||||
=X4qw
|
||||
-----END PGP SIGNATURE-----
|
7
LVM2.2.02.154.tgz.asc
Normal file
7
LVM2.2.02.154.tgz.asc
Normal file
@ -0,0 +1,7 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
Version: GnuPG v2.0.14 (GNU/Linux)
|
||||
|
||||
iEYEABECAAYFAlc2ed0ACgkQIoGRwVZ+LBdCzgCfYA9qrKK7xpvC2atVIsvnahek
|
||||
sugAnRTss5zzXwP6+1YMM+W4i/ZUxtn8
|
||||
=ntNk
|
||||
-----END PGP SIGNATURE-----
|
14
lvm2.spec
14
lvm2.spec
@ -1,4 +1,4 @@
|
||||
%global device_mapper_version 1.02.124
|
||||
%global device_mapper_version 1.02.125
|
||||
|
||||
%global enable_cache 1
|
||||
%global enable_cluster 1
|
||||
@ -52,8 +52,8 @@
|
||||
Summary: Userland logical volume management tools
|
||||
Name: lvm2
|
||||
|
||||
Version: 2.02.153
|
||||
Release: 2%{?dist}
|
||||
Version: 2.02.154
|
||||
Release: 1%{?dist}
|
||||
License: GPLv2
|
||||
Group: System Environment/Base
|
||||
URL: http://sources.redhat.com/lvm2
|
||||
@ -834,7 +834,13 @@ the device-mapper event library.
|
||||
%{_libdir}/pkgconfig/devmapper-event.pc
|
||||
|
||||
%changelog
|
||||
* Tue May 10 2016 Peter Rajnoha <prajnoha@redhat.com> - 2.02.153-1
|
||||
* Mon May 16 2016 Peter Rajnoha <prajnoha@redhat.com> - 2.02.154-1
|
||||
- Fix liblvm segfault after failure initialising lvmetad connection.
|
||||
- Retry open without O_NOATIME if it fails (not file owner/CAP_FOWNER).
|
||||
- Split _report into one fn for options and arguments and one for processing.
|
||||
- Show library version in message even if dm driver version is unavailable.
|
||||
|
||||
* Tue May 10 2016 Peter Rajnoha <prajnoha@redhat.com> - 2.02.153-2
|
||||
- Change warning messages related to duplicate PVs.
|
||||
- A named device is always processed itself, not switched for a duplicate.
|
||||
- Add PV attr "d" and report field "duplicate" for duplicate PVs.
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
eaae274f891f84079a195f9bddcb199c LVM2.2.02.153.tgz
|
||||
c6c3724de741ea9910acae3b0669a45f LVM2.2.02.154.tgz
|
||||
|
Loading…
Reference in New Issue
Block a user