New upstream release v2.02.179

This commit is contained in:
Marian Csontos 2018-06-18 11:04:34 +02:00
parent ee1bf24ad7
commit a5b11ccb19
6 changed files with 28 additions and 28 deletions

1
.gitignore vendored
View File

@ -82,3 +82,4 @@
/LVM2.2.02.177.tgz /LVM2.2.02.177.tgz
/LVM2.2.02.178-rc1.tgz /LVM2.2.02.178-rc1.tgz
/LVM2.2.02.178.tgz /LVM2.2.02.178.tgz
/LVM2.2.02.179.tgz

View File

@ -1,17 +0,0 @@
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.0.22 (GNU/Linux)
iQIcBAABAgAGBQJbIQ/pAAoJELkRJDHlCQOff9cQANB/LJ+cI7q0F/LGbvYwpb2N
FiCAknSgtvbwnQghjX7xdzQH5eWT2d8+S3O21toYQ1MfE+7HYn5QNl2xC/EHUJC3
bRFtYXktTw/eMvkiSiEmfqhn9vgZGGkCe9fGZSKyRdW0RCjNCL6qXxELT1vLSfct
ohffr00SHS1lMmiePUHaJaY9LWbDlaykL1ESZ3NkzmWh9Kklxz+LSUHY0NzzAwTN
51pcl5rwgyxVVDayZfQPdsRvsYo2kult5+/8WmgSRQ4Y4ZVk1/xAwuJvRZaw05yu
eIpOJK568dzuSatfEwCqlFzcrWnZOJwHeQSlwReMCsSHWgVpYGug6i8tBsn6tIcc
2TI5O8jPIU0TFjSPkBtG7+oXo8SeVT2g0Q1duEWhDjQ3JGerI5bMjuPQFzyED46T
yfefqMKq9muF3mg7BvTpDpNdE20T80jKVEvNFFb3Kb8k6ibjbC35+qdKrW2bZBpq
Z8eaRsH9DDGg9/dJfWO9pvJ9ottp1heAVja0jKhHgnhjpKWdjwNGBoBsLsuUd2Tz
N/z4JlcfpjX3B991300wSPaSW1UAPeiXlyP606WzJNiInEYY0wNofr6+LZCTUXjI
brMXiDHpXFF0AGOfjjImCWDG+3v1PaeZVGgST9zBNu4V9aT7rHiGAXdNB+OUE2gD
eR1mA+JFf4i3D9/SeZnj
=jcGy
-----END PGP SIGNATURE-----

17
LVM2.2.02.179.tgz.asc Normal file
View File

@ -0,0 +1,17 @@
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.0.22 (GNU/Linux)
iQIcBAABAgAGBQJbJ0KyAAoJELkRJDHlCQOfoRsQAMzKRNT30zyK3HmXIysYs4bN
RdROzlRtC8ebDQShzuGRXAJlcQP8sxNY322Qan9k79iA0bFeEUiREFjR/gf7pcay
4+FJull8f+7XhgEcIOMPqMMsrZ9+iPMuK3J5YOQr76SiZposv2avard8WTj5VvJE
ILKMt94I8IANi/XFaYzXmuJw6uGy5ySQVRvJd3pefUlHWGqPdc5vSDKovJ5U7Vfy
g0gShJJxKEHWFGHz5oaSsw0T88vNzVdFxzFCbTGFqhVFnSE3waCSLDXcpzpUwmqn
DRfEkdTor7o0PWNBh02+eP9PuZm6QbUbnCqRTGS/qNwFzHluePk17OgFIBGuTxCq
OBJ9MfoHLKbe7vd4TKqY4+OgWVjCisi071B/xM8gwhetnpEh0c7I3hNeFDH9KxBd
YLTO4m4eDqKk2tyy6FsYPHmyXs6aM2VpoqBWvrcmH7RYuPUNz+Df2beVkomYGhUV
bC++zHgCgHAY+LFmpnBzyzl+avftERz5d4E+Y1EhgUySPOJzYvnZKSTvsOwSBOtH
RJ3awu35Xceia1vXXGx/IbVe7dMltuL8oDfrg4vjaJASZLVzTc3Y5FluPOYYz2cE
jZEUcckBFcPBL1EBBdiecH1lRUFjgFEuFt5dlyyj7hBCCpPfx6m69H7QpDWt0CEQ
9/2beWOu0vhB9ES3kIK2
=ZtBC
-----END PGP SIGNATURE-----

View File

@ -1,4 +1,4 @@
%global device_mapper_version 1.02.147 %global device_mapper_version 1.02.148
%global enable_cache 1 %global enable_cache 1
%global enable_cluster 1 %global enable_cluster 1
@ -48,10 +48,6 @@
%global configure_cluster --with-cluster=internal --with-clvmd=none %global configure_cluster --with-cluster=internal --with-clvmd=none
%endif %endif
%if %{enable_lvmdbusd}
%global enable_python 1
%endif
# Do not reset Release to 1 unless both lvm2 and device-mapper # Do not reset Release to 1 unless both lvm2 and device-mapper
# versions are increased together. # versions are increased together.
@ -60,7 +56,7 @@ Name: lvm2
%if 0%{?rhel} %if 0%{?rhel}
Epoch: %{rhel} Epoch: %{rhel}
%endif %endif
Version: 2.02.178 Version: 2.02.179
Release: 1%{?dist} Release: 1%{?dist}
License: GPLv2 License: GPLv2
Group: System Environment/Base Group: System Environment/Base
@ -89,7 +85,7 @@ BuildRequires: module-init-tools
BuildRequires: pkgconfig BuildRequires: pkgconfig
BuildRequires: systemd-devel BuildRequires: systemd-devel
BuildRequires: systemd-units BuildRequires: systemd-units
%if %{enable_python} %if %{enable_python} || %{enable_lvmdbusd}
BuildRequires: python3-devel BuildRequires: python3-devel
BuildRequires: python3-setuptools BuildRequires: python3-setuptools
%endif %endif
@ -175,7 +171,7 @@ or more physical volumes and creating one or more logical volumes
%global configure_dmfilemapd --enable-dmfilemapd %global configure_dmfilemapd --enable-dmfilemapd
%endif %endif
%configure --with-default-dm-run-dir=%{_default_dm_run_dir} --with-default-run-dir=%{_default_run_dir} --with-default-pid-dir=%{_default_pid_dir} --with-default-locking-dir=%{_default_locking_dir} --with-usrlibdir=%{_libdir} --enable-lvm1_fallback --enable-fsadm --with-pool=internal --enable-write_install --with-user= --with-group= --with-device-uid=0 --with-device-gid=6 --with-device-mode=0660 --enable-pkgconfig --enable-applib --enable-cmdlib --enable-dmeventd --enable-blkid_wiping %{?configure_python} %{?configure_cluster} %{?configure_cmirror} %{?configure_udev} %{?configure_thin} %{?configure_lvmetad} %{?configure_cache} %{?configure_lvmpolld} %{?configure_lockd_dlm} %{?configure_lockd_sanlock} %{?configure_lvmdbusd} %{?configure_dmfilemapd} %configure --with-default-dm-run-dir=%{_default_dm_run_dir} --with-default-run-dir=%{_default_run_dir} --with-default-pid-dir=%{_default_pid_dir} --with-default-locking-dir=%{_default_locking_dir} --with-usrlibdir=%{_libdir} --enable-fsadm --enable-write_install --with-user= --with-group= --with-device-uid=0 --with-device-gid=6 --with-device-mode=0660 --enable-pkgconfig --enable-applib --enable-cmdlib --enable-dmeventd --enable-blkid_wiping %{?configure_python} %{?configure_cluster} %{?configure_cmirror} %{?configure_udev} %{?configure_thin} %{?configure_lvmetad} %{?configure_cache} %{?configure_lvmpolld} %{?configure_lockd_dlm} %{?configure_lockd_sanlock} %{?configure_lvmdbusd} %{?configure_dmfilemapd}
make %{?_smp_mflags} make %{?_smp_mflags}
@ -872,7 +868,10 @@ An extensive functional testsuite for LVM2.
%endif %endif
%changelog %changelog
* Wed Jun 13 2018 Marian Csontos <mcsontos@redhat.com> - 2.02.178 * Mon Jun 18 2018 Marian Csontos <mcsontos@redhat.com> - 2.02.179-1
- Bugfix release mainly fixing known cache and lvmlockd issues.
* Wed Jun 13 2018 Marian Csontos <mcsontos@redhat.com> - 2.02.178-1
- Remove the rc1 from release. - Remove the rc1 from release.
* Tue May 29 2018 Marian Csontos <mcsontos@redhat.com> - 2.02.178-0.1.rc1 * Tue May 29 2018 Marian Csontos <mcsontos@redhat.com> - 2.02.178-0.1.rc1

View File

@ -1 +1 @@
SHA512 (LVM2.2.02.178.tgz) = 7bc35e9d2f808f50885993d8e36f3eb048d9435b3e475d1bbf1657bc6021121816818b7170a6f86f2dd7b5696e66ad2fec120551557532eef1849bf5a1e23784 SHA512 (LVM2.2.02.179.tgz) = 392de15922cc222c94f9347c0eec179d2359e81199f70853f0b103985aea3af1bb4ad1dd338bd411d423edf9ccd3ef7861016e19ede5b66b0cf81e3772f8983a

View File

@ -1 +1 @@
LVM2.2.02.178.tgz LVM2.2.02.179.tgz