lvm2: update to 2.02.98.
This commit is contained in:
parent
024b6169aa
commit
162cfee13b
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'device-mapper-devel'
|
||||
#
|
||||
noarch=yes
|
||||
depends="readline-devel ncurses-devel device-mapper>=$version"
|
||||
depends="readline-devel ncurses-devel device-mapper-${version}_${revision}"
|
||||
short_desc="${sourcepkg} development files"
|
||||
long_desc="
|
||||
This package contains the development files for the kernel device-mapper
|
||||
|
|
|
@ -1,7 +1,8 @@
|
|||
# Template file for 'liblvm2app-devel'
|
||||
#
|
||||
noarch=yes
|
||||
depends="device-mapper-devel>=$version liblvm2app>=$version"
|
||||
depends="device-mapper-devel-${version}_${revision}
|
||||
liblvm2app-${version}_${revision}"
|
||||
short_desc="LVM2 application library - development files"
|
||||
long_desc="
|
||||
This package contains files needed to develop applications that use the
|
||||
|
|
|
@ -1,14 +1,13 @@
|
|||
# Template file for 'lvm2'
|
||||
pkgname=lvm2
|
||||
version=2.02.97
|
||||
version=2.02.98
|
||||
revision=1
|
||||
wrksrc=LVM2.${version}
|
||||
build_style=gnu-configure
|
||||
configure_args="--disable-selinux --enable-readline --enable-pkgconfig
|
||||
--enable-fsadm --enable-applib --sbindir=/usr/sbin --libdir=/usr/lib
|
||||
--enable-dmeventd --enable-cmdlib --enable-udev_sync --enable-udev_rules
|
||||
--with-udevdir=/usr/lib/udev/rules.d"
|
||||
depends="bash"
|
||||
--enable-fsadm --enable-applib --sbindir=/usr/sbin --libdir=/usr/lib
|
||||
--enable-dmeventd --enable-cmdlib --enable-udev_sync --enable-udev_rules
|
||||
--with-udevdir=/usr/lib/udev/rules.d"
|
||||
makedepends="pkg-config readline-devel libudev-devel>=183"
|
||||
subpackages="liblvm2app liblvm2app-devel device-mapper device-mapper-devel"
|
||||
conf_files="/etc/lvm/lvm.conf"
|
||||
|
@ -17,7 +16,7 @@ maintainer="Juan RP <xtraeme@gmail.com>"
|
|||
homepage="http://sourceware.org/lvm2/"
|
||||
license="GPL-2, LGPL-2.1"
|
||||
distfiles="ftp://sources.redhat.com/pub/lvm2/LVM2.${version}.tgz"
|
||||
checksum=edda82012e8a9e1f0b00ba5a331468d3e0201992be14c0dbea71bf564a51fc2b
|
||||
checksum=71030a58fef7e00d82ca4144334548e46aad24551a3cfbe7c3059b1bd137d864
|
||||
long_desc="
|
||||
LVM2 includes all of the support for handling read/write operations on
|
||||
physical volumes (hard disks, RAID-Systems, magneto optical, etc.,
|
||||
|
@ -26,9 +25,6 @@ long_desc="
|
|||
or more physical volumes and creating one or more logical volumes
|
||||
(kind of logical partitions) in volume groups."
|
||||
|
||||
post_install() {
|
||||
vmkdir etc/lvm/archive
|
||||
touch ${DESTDIR}/etc/lvm/archive/.owned
|
||||
vmkdir etc/lvm/backup
|
||||
touch ${DESTDIR}/etc/lvm/backup/.owned
|
||||
}
|
||||
make_dirs="
|
||||
/etc/lvm/archive 0755 root root
|
||||
/etc/lvm/backup 0755 root root"
|
||||
|
|
Loading…
Reference in New Issue