update to 2.02.187 [release 2.02.187-1mamba;Thu May 21 2020]

This commit is contained in:
Silvan Calarco 2024-01-06 06:33:07 +01:00
parent b5f9134488
commit 11ff9f8a4f

View File

@ -1,5 +1,6 @@
%define gitver %(echo %version | tr . _)
Name: lvm2
Version: 2.02.185
Version: 2.02.187
Release: 1mamba
Summary: A userspace toolset that provides logical volume management facilities on Linux
Group: System/Tools
@ -7,7 +8,8 @@ Vendor: openmamba
Distribution: openmamba
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
URL: http://sources.redhat.com/lvm2/
Source: ftp://sources.redhat.com/pub/lvm2/LVM2.%{version}.tgz
Source: https://sourceware.org/git/lvm2.git/v%{gitver}/lvm2-%{version}.tar.bz2
#Source: ftp://sources.redhat.com/pub/lvm2/LVM2.%{version}.tgz
Patch0: lvm2-2.02.98-link-as-needed.patch
Patch1: lvm2-2.02.114-udevadm_fix_path.patch
License: GPL
@ -75,10 +77,11 @@ It is reasonably backwards-compatible with the original LVM toolset.
This package contains files needed to develop applications that use the %{name} libraries.
%debug_package
%prep
%setup -q -n LVM2.%{version}
#%patch0 -p1
%patch1 -p1
%setup -q
#%patch1 -p1
%build
%configure \
@ -212,6 +215,9 @@ This package contains files needed to develop applications that use the %{name}
#%doc README WHATS_NEW
%changelog
* Thu May 21 2020 Silvan Calarco <silvan.calarco@mambasoft.it> 2.02.187-1mamba
- update to 2.02.187
* Sun Jun 09 2019 Automatic Build System <autodist@mambasoft.it> 2.02.185-1mamba
- automatic version update by autodist