lvm2: update to 2.02.95.
This commit is contained in:
@@ -1 +1,3 @@
|
|||||||
libc.so.6
|
libc.so.6
|
||||||
|
libudev.so.0
|
||||||
|
librt.so.1
|
||||||
|
|||||||
@@ -25,6 +25,11 @@ if [ -e /etc/lvm/lvm.conf ]; then
|
|||||||
cp /etc/lvm/lvm.conf ${DESTDIR}/etc/lvm/
|
cp /etc/lvm/lvm.conf ${DESTDIR}/etc/lvm/
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
mkdir -p ${DESTDIR}/lib/udev/rules.d
|
||||||
|
for f in 10-dm.rules 11-dm-lvm.rules 13-dm-disk.rules 95-dm-notify.rules; do
|
||||||
|
cp /lib/udev/rules.d/${f} ${DESTDIR}/lib/udev/rules.d
|
||||||
|
done
|
||||||
|
|
||||||
copy_exec /usr/sbin/dmsetup /sbin
|
copy_exec /usr/sbin/dmsetup /sbin
|
||||||
copy_exec /usr/sbin/lvm /sbin
|
copy_exec /usr/sbin/lvm /sbin
|
||||||
|
|
||||||
|
|||||||
@@ -1,3 +1,5 @@
|
|||||||
libdl.so.2
|
libdl.so.2
|
||||||
libdevmapper.so.1.02
|
libdevmapper.so.1.02
|
||||||
libc.so.6
|
libc.so.6
|
||||||
|
libudev.so.0
|
||||||
|
librt.so.1
|
||||||
|
|||||||
@@ -2,3 +2,4 @@ libdl.so.2
|
|||||||
libdevmapper.so.1.02
|
libdevmapper.so.1.02
|
||||||
libreadline.so.6
|
libreadline.so.6
|
||||||
libc.so.6
|
libc.so.6
|
||||||
|
libudev.so.0
|
||||||
|
|||||||
@@ -1,16 +1,17 @@
|
|||||||
# Template file for 'lvm2'
|
# Template file for 'lvm2'
|
||||||
pkgname=lvm2
|
pkgname=lvm2
|
||||||
version=2.02.90
|
version=2.02.95
|
||||||
wrksrc=LVM2.${version}
|
wrksrc=LVM2.${version}
|
||||||
distfiles="ftp://sources.redhat.com/pub/lvm2/LVM2.${version}.tgz"
|
distfiles="ftp://sources.redhat.com/pub/lvm2/LVM2.${version}.tgz"
|
||||||
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/sbin --libdir=/usr/lib"
|
--enable-fsadm --enable-applib --sbindir=/usr/sbin --libdir=/usr/lib
|
||||||
|
--enable-udev_sync --enable-udev_rules --with-udevdir=/lib/udev/rules.d"
|
||||||
short_desc="Logical Volume Manager 2 utilities"
|
short_desc="Logical Volume Manager 2 utilities"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
homepage="http://sourceware.org/lvm2/"
|
homepage="http://sourceware.org/lvm2/"
|
||||||
license="GPL-2, LGPL-2.1"
|
license="GPL-2, LGPL-2.1"
|
||||||
checksum=296b67644f1ea8ddcfe0360e269cf934e2ede7a658a24151df95b3b1d0469ad5
|
checksum=0335af36a151dafe5778da55a684546bfb98e7d3193834915b5efe95dbed9125
|
||||||
long_desc="
|
long_desc="
|
||||||
LVM2 includes all of the support for handling read/write operations on
|
LVM2 includes all of the support for handling read/write operations on
|
||||||
physical volumes (hard disks, RAID-Systems, magneto optical, etc.,
|
physical volumes (hard disks, RAID-Systems, magneto optical, etc.,
|
||||||
@@ -24,7 +25,9 @@ conf_files="/etc/lvm/lvm.conf"
|
|||||||
triggers="initramfs-tools"
|
triggers="initramfs-tools"
|
||||||
|
|
||||||
Add_dependency run bash
|
Add_dependency run bash
|
||||||
|
Add_dependency build pkg-config
|
||||||
Add_dependency build readline-devel
|
Add_dependency build readline-devel
|
||||||
|
Add_dependency build libudev-devel
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
local initramfsdir=usr/share/initramfs-tools
|
local initramfsdir=usr/share/initramfs-tools
|
||||||
|
|||||||
Reference in New Issue
Block a user