mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-02 10:52:57 +02:00
lvm2: update to 2.02.129
This commit is contained in:
parent
b7526f8218
commit
060869d0a9
1 changed files with 7 additions and 7 deletions
|
@ -1,15 +1,15 @@
|
||||||
# Template file for 'lvm2'
|
# Template file for 'lvm2'
|
||||||
pkgname=lvm2
|
pkgname=lvm2
|
||||||
version=2.02.128
|
version=2.02.129
|
||||||
revision=2
|
revision=1
|
||||||
wrksrc=LVM2.${version}
|
wrksrc="LVM2.${version}"
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--disable-selinux --enable-readline --enable-pkgconfig
|
configure_args="--disable-selinux --enable-readline --enable-pkgconfig
|
||||||
--enable-fsadm --enable-applib --sbindir=/usr/bin --libdir=/usr/lib
|
--enable-fsadm --enable-applib --enable-dmeventd --enable-cmdlib
|
||||||
--enable-dmeventd --enable-cmdlib --enable-udev_sync --enable-udev_rules
|
--enable-udev_sync --enable-udev_rules --enable-lvmetad
|
||||||
--with-udevdir=/usr/lib/udev/rules.d --with-default-pid-dir=/run
|
--with-udevdir=/usr/lib/udev/rules.d --with-default-pid-dir=/run
|
||||||
--with-default-dm-run-dir=/run --with-default-run-dir=/run/lvm
|
--with-default-dm-run-dir=/run --with-default-run-dir=/run/lvm
|
||||||
--with-default-locking-dir=/run/lock/lvm --enable-lvmetad"
|
--with-default-locking-dir=/run/lock/lvm"
|
||||||
hostmakedepends="pkg-config"
|
hostmakedepends="pkg-config"
|
||||||
makedepends="libblkid-devel readline-devel eudev-libudev-devel"
|
makedepends="libblkid-devel readline-devel eudev-libudev-devel"
|
||||||
depends="thin-provisioning-tools"
|
depends="thin-provisioning-tools"
|
||||||
|
@ -22,7 +22,7 @@ maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||||
homepage="http://sourceware.org/lvm2/"
|
homepage="http://sourceware.org/lvm2/"
|
||||||
license="GPL-2, LGPL-2.1"
|
license="GPL-2, LGPL-2.1"
|
||||||
distfiles="ftp://sources.redhat.com/pub/lvm2/LVM2.${version}.tgz"
|
distfiles="ftp://sources.redhat.com/pub/lvm2/LVM2.${version}.tgz"
|
||||||
checksum=27ed703f24053fc1cf884d24bd0009cc2d2acd58c4a457edb22a2771d630b528
|
checksum=1363a1c3930c7ad20db0153eda6dece824978178946636976ff555a8c573f08e
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
sed -i 's,use_lvmetad = 1,use_lvmetad = 0,' ${DESTDIR}/etc/lvm/lvm.conf
|
sed -i 's,use_lvmetad = 1,use_lvmetad = 0,' ${DESTDIR}/etc/lvm/lvm.conf
|
||||||
|
|
Loading…
Add table
Reference in a new issue