diff --git a/lvm2.spec b/lvm2.spec index 272f22d..5b30809 100644 --- a/lvm2.spec +++ b/lvm2.spec @@ -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 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 2.02.187-1mamba +- update to 2.02.187 + * Sun Jun 09 2019 Automatic Build System 2.02.185-1mamba - automatic version update by autodist