lvm2: update to 2.02.185.

Signed-off-by: Juan RP <xtraeme@gmail.com>
This commit is contained in:
Juan RP 2019-06-04 21:02:39 +02:00 committed by Helmut Pozimski
parent 66a0301ddf
commit 3d7cd2a56b

View file

@ -1,6 +1,6 @@
# Template file for 'lvm2'
pkgname=lvm2
version=2.02.184
version=2.02.185
revision=1
wrksrc="LVM2.${version}"
build_style=gnu-configure
@ -19,18 +19,14 @@ license="GPL-2.0-only, LGPL-2.1-only"
homepage="https://sourceware.org/lvm2/"
changelog="https://abi-laboratory.pro/?view=changelog&l=lvm2&v=${version}"
distfiles="https://mirrors.kernel.org/sourceware/lvm2/releases/LVM2.${version}.tgz"
checksum=d12da937ce5c0753d4ea8b5215afaa3b12061ea961268693e24e81b19918f514
conf_files="/etc/lvm/lvm.conf
/etc/lvm/lvmlocal.conf
/etc/lvm/profile/*"
checksum=070b2e7d34c8069602741c7483be715327f62875f5ce1f5727627fbea2481f4d
conf_files="/etc/lvm/*.conf /etc/lvm/profile/*"
make_dirs="
/etc/lvm/archive 0755 root root
/etc/lvm/backup 0755 root root"
case $XBPS_TARGET_MACHINE in
*-musl)
configure_args+=" --enable-static_link"
;;
*-musl) configure_args+=" --enable-static_link";;
esac
do_check() {
@ -66,9 +62,7 @@ device-mapper-devel_package() {
vmove usr/lib/liblvm2cmd.so
vmove "usr/lib/libdevmapper*.so"
case $XBPS_TARGET_MACHINE in
*-musl)
vmove "usr/lib/*.a"
;;
*-musl) vmove "usr/lib/*.a";;
esac
}
}