New upstream release v2.02.156.
This commit is contained in:
parent
8e7a8460e8
commit
e5d994ed12
1
.gitignore
vendored
1
.gitignore
vendored
@ -60,3 +60,4 @@
|
|||||||
/LVM2.2.02.153.tgz
|
/LVM2.2.02.153.tgz
|
||||||
/LVM2.2.02.154.tgz
|
/LVM2.2.02.154.tgz
|
||||||
/LVM2.2.02.155.tgz
|
/LVM2.2.02.155.tgz
|
||||||
|
/LVM2.2.02.156.tgz
|
||||||
|
@ -1,7 +0,0 @@
|
|||||||
-----BEGIN PGP SIGNATURE-----
|
|
||||||
Version: GnuPG v2.0.14 (GNU/Linux)
|
|
||||||
|
|
||||||
iEYEABECAAYFAlc2ed0ACgkQIoGRwVZ+LBdCzgCfYA9qrKK7xpvC2atVIsvnahek
|
|
||||||
sugAnRTss5zzXwP6+1YMM+W4i/ZUxtn8
|
|
||||||
=ntNk
|
|
||||||
-----END PGP SIGNATURE-----
|
|
BIN
LVM2.2.02.156.tgz
Normal file
BIN
LVM2.2.02.156.tgz
Normal file
Binary file not shown.
14
lvm2.spec
14
lvm2.spec
@ -1,4 +1,4 @@
|
|||||||
%global device_mapper_version 1.02.126
|
%global device_mapper_version 1.02.127
|
||||||
|
|
||||||
%global enable_cache 1
|
%global enable_cache 1
|
||||||
%global enable_cluster 1
|
%global enable_cluster 1
|
||||||
@ -52,15 +52,14 @@
|
|||||||
Summary: Userland logical volume management tools
|
Summary: Userland logical volume management tools
|
||||||
Name: lvm2
|
Name: lvm2
|
||||||
|
|
||||||
Version: 2.02.155
|
Version: 2.02.156
|
||||||
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
|
||||||
Source0: ftp://sources.redhat.com/pub/lvm2/releases/LVM2.%{version}.tgz
|
Source0: ftp://sources.redhat.com/pub/lvm2/releases/LVM2.%{version}.tgz
|
||||||
Patch0: lvm2-set-default-preferred_names.patch
|
Patch0: lvm2-set-default-preferred_names.patch
|
||||||
Patch1: lvm2-lvmetad-timeout.patch
|
Patch1: lvm2-lvmetad-timeout.patch
|
||||||
Patch2: lvm2-2_02_156-fix-regression-in-blkdeactivate-causing-devs-to-be-skipped.patch
|
|
||||||
|
|
||||||
BuildRequires: libselinux-devel >= %{libselinux_version}, libsepol-devel
|
BuildRequires: libselinux-devel >= %{libselinux_version}, libsepol-devel
|
||||||
BuildRequires: libblkid-devel >= %{util_linux_version}
|
BuildRequires: libblkid-devel >= %{util_linux_version}
|
||||||
@ -116,7 +115,6 @@ or more physical volumes and creating one or more logical volumes
|
|||||||
%setup -q -n LVM2.%{version}
|
%setup -q -n LVM2.%{version}
|
||||||
%patch0 -p1 -b .preferred_names
|
%patch0 -p1 -b .preferred_names
|
||||||
%patch1 -p1 -b .lvmetad_timeout
|
%patch1 -p1 -b .lvmetad_timeout
|
||||||
%patch2 -p1 -b .blkdeactivate
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%global _default_pid_dir /run
|
%global _default_pid_dir /run
|
||||||
@ -836,6 +834,12 @@ the device-mapper event library.
|
|||||||
%{_libdir}/pkgconfig/devmapper-event.pc
|
%{_libdir}/pkgconfig/devmapper-event.pc
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Jun 13 2016 Peter Rajnoha <prajnoha@redhat.com> - 2.02.156-1
|
||||||
|
- Don't allow duplicate orphan PVs to be used with vgcreate/vgextend/pvcreate.
|
||||||
|
- Improve handling of lvmetad update failures.
|
||||||
|
- Yes/No prompt accepts '^[ ^t]*([Yy]([Ee]([Ss]|)|)|[Nn]([Oo]|))[ ^t]*$'.
|
||||||
|
- If available, also collect output from lsblk command when running lvmdump -s.
|
||||||
|
|
||||||
* Mon Jun 06 2016 Peter Rajnoha <prajnoha@redhat.com> - 2.02.155-2
|
* Mon Jun 06 2016 Peter Rajnoha <prajnoha@redhat.com> - 2.02.155-2
|
||||||
- Fix regression in blkdeactivate causing dm and md devices to be skipped. (2.02.155)
|
- Fix regression in blkdeactivate causing dm and md devices to be skipped. (2.02.155)
|
||||||
|
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
8e8025f2d82861c7285e2a36c58d279c LVM2.2.02.155.tgz
|
c119be1af5e96deb2b17c4e43b8eb51b LVM2.2.02.156.tgz
|
||||||
|
Loading…
Reference in New Issue
Block a user