Merged update from upstream sources

This is an automated DistroBaker update from upstream sources.
If you do not know what this is about or would like to opt out,
contact the OSCI team.

Source: https://src.fedoraproject.org/rpms/lvm2.git#a875f278803d7fa9aa951a64c8eab4b03e83bba2
This commit is contained in:
DistroBaker 2021-02-02 21:44:58 +00:00
parent 3b557eb631
commit 511a2ab942

View File

@ -57,12 +57,13 @@ Name: lvm2
Epoch: %{rhel} Epoch: %{rhel}
%endif %endif
Version: 2.03.10 Version: 2.03.10
Release: 1%{?dist} Release: 2%{?dist}
License: GPLv2 License: GPLv2
URL: http://sourceware.org/lvm2 URL: http://sourceware.org/lvm2
Source0: ftp://sourceware.org/pub/lvm2/releases/LVM2.%{version}.tgz Source0: ftp://sourceware.org/pub/lvm2/releases/LVM2.%{version}.tgz
Patch0: lvm2-set-default-preferred_names.patch Patch0: lvm2-set-default-preferred_names.patch
BuildRequires: make
BuildRequires: gcc BuildRequires: gcc
%if %{enable_testsuite} %if %{enable_testsuite}
BuildRequires: gcc-c++ BuildRequires: gcc-c++
@ -723,6 +724,9 @@ An extensive functional testsuite for LVM2.
%endif %endif
%changelog %changelog
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 2.03.10-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
* Sun Aug 09 2020 Marian Csontos <mcsontos@redhat.com> - 2.03.10-1 * Sun Aug 09 2020 Marian Csontos <mcsontos@redhat.com> - 2.03.10-1
- Add integrity with raid capability. - Add integrity with raid capability.
- Add writecache and integrity support to lvmdbusd. - Add writecache and integrity support to lvmdbusd.