diff --git a/srcpkgs/lvm2/template b/srcpkgs/lvm2/template index fcf24364d0c..c6fb06af913 100644 --- a/srcpkgs/lvm2/template +++ b/srcpkgs/lvm2/template @@ -1,6 +1,6 @@ # Template file for 'lvm2' pkgname=lvm2 -version=2.02.108 +version=2.02.109 revision=1 wrksrc=LVM2.${version} build_style=gnu-configure @@ -24,7 +24,7 @@ maintainer="Juan RP " homepage="http://sourceware.org/lvm2/" license="GPL-2, LGPL-2.1" distfiles="ftp://sources.redhat.com/pub/lvm2/LVM2.${version}.tgz" -checksum=84056902e616fae83eeb4f405e45cec4862c3e73da124af4a1748e1ff071aa66 +checksum=7bc95ba5209c8aa5bd492167b2e2797f156852ed11cfc63fb783070ade8e65e7 post_install() { vinstall ${FILESDIR}/lvm2.tmpfiles 644 usr/lib/tmpfiles.d lvm2.conf @@ -32,11 +32,6 @@ post_install() { vinstall ${FILESDIR}/lvmetad.service 644 usr/lib/systemd/system vinstall ${FILESDIR}/lvmetad.socket 644 usr/lib/systemd/system vinstall ${FILESDIR}/lvm-on-crypt.service 644 usr/lib/systemd/system - vmkdir usr/lib/systemd/system/sockets.target.wants - ln -sf /usr/lib/systemd/system/lvmetad.socket \ - ${DESTDIR}/usr/lib/systemd/system/sockets.target.wants/lvmetad.socket - # enable lvmetad - sed 's|use_lvmetad = 0|use_lvmetad = 1|' -i ${DESTDIR}/etc/lvm/lvm.conf } device-mapper-devel_package() {