diff --git a/templates/lvm2/device-mapper.template b/templates/lvm2/device-mapper.template index 3ea3e92089b..45fd7b51659 100644 --- a/templates/lvm2/device-mapper.template +++ b/templates/lvm2/device-mapper.template @@ -4,7 +4,6 @@ long_desc=" This package contains the supporting userspace utility, dmsetup, for the kernel device-mapper and its required library, libdevmapper." -revision=1 Add_dependency run glibc Add_dependency run readline diff --git a/templates/lvm2/template b/templates/lvm2/template index 9fc48e14d29..fb5d0829131 100644 --- a/templates/lvm2/template +++ b/templates/lvm2/template @@ -1,19 +1,18 @@ # Template file for 'lvm2' pkgname=lvm2 -version=2.02.53 -revision=3 +version=2.02.54 wrksrc=LVM2.${version} distfiles="ftp://sources.redhat.com/pub/lvm2/LVM2.${version}.tgz" build_style=gnu_configure configure_args="--disable-selinux --enable-readline --enable-pkgconfig - --enable-pkgconfig --enable-fsadm --enable-static_link --with-staticdir=/sbin" + --enable-fsadm --enable-static_link --with-staticdir=/sbin" make_install_target="DESTDIR=$XBPS_DESTDIR/$pkgname-$version sbindir=$XBPS_DESTDIR/$pkgname-$version/sbin libdir=$XBPS_DESTDIR/$pkgname-$version/lib install_device-mapper install_lvm2" short_desc="Logical Volume Manager 2 utilities" maintainer="Juan RP " -checksum=f0f2122e46d7e46dd826b96752485e5ed08fa4b5b252c6f6db0b61a10da5e31e +checksum=c5ff6df631349dc262df42345bf3358006c14c0afe910f0d582a533e529357c8 long_desc=" LVM2 includes all of the support for handling read/write operations on physical volumes (hard disks, RAID-Systems, magneto optical, etc., @@ -22,7 +21,6 @@ long_desc=" or more physical volumes and creating one or more logical volumes (kind of logical partitions) in volume groups." -disable_parallel_build=yes keep_empty_dirs=yes subpackages="device-mapper" conf_files="/etc/lvm/lvm.conf"