lvm2: update to 2.02.61.
--HG-- extra : convert_revision : 1474582103b3165a5393c689866f3cef7627f5cd
This commit is contained in:
parent
2300227d70
commit
b2e94e2c06
3 changed files with 5 additions and 7 deletions
|
@ -5,8 +5,6 @@ long_desc="
|
|||
This package contains the development files for the kernel device-mapper
|
||||
library, libdevmapper."
|
||||
|
||||
revision=1
|
||||
|
||||
Add_dependency run glibc-devel
|
||||
Add_dependency run readline-devel
|
||||
Add_dependency run ncurses-devel
|
||||
|
|
|
@ -14,7 +14,7 @@ prereqs)
|
|||
;;
|
||||
esac
|
||||
|
||||
if [ ! -x /sbin/lvm.static -o ! -x /sbin/dmsetup.static ]; then
|
||||
if [ ! -x /sbin/lvm -o ! -x /sbin/dmsetup ]; then
|
||||
exit 0
|
||||
fi
|
||||
|
||||
|
@ -25,8 +25,8 @@ if [ -e /etc/lvm/lvm.conf ]; then
|
|||
cp /etc/lvm/lvm.conf ${DESTDIR}/etc/lvm/
|
||||
fi
|
||||
|
||||
copy_exec /sbin/dmsetup /sbin/dmsetup
|
||||
copy_exec /sbin/lvm /sbin/lvm
|
||||
copy_exec /sbin/dmsetup /sbin
|
||||
copy_exec /sbin/lvm /sbin
|
||||
|
||||
for x in dm_mod dm_snapshot dm_mirror; do
|
||||
manual_add_modules ${x}
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'lvm2'
|
||||
pkgname=lvm2
|
||||
version=2.02.60
|
||||
version=2.02.61
|
||||
wrksrc=LVM2.${version}
|
||||
distfiles="ftp://sources.redhat.com/pub/lvm2/LVM2.${version}.tgz"
|
||||
build_style=gnu_configure
|
||||
|
@ -12,7 +12,7 @@ make_install_target="DESTDIR=$XBPS_DESTDIR/$pkgname-$version
|
|||
install_device-mapper install_lvm2"
|
||||
short_desc="Logical Volume Manager 2 utilities"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
checksum=5b9fc9daa3befb715b6930d5b788909bff881269ebbafce828a686565064abc7
|
||||
checksum=2400f5466229ffd9545c29863bc4f2e6f5777c0941fe0b48389ed3b7245d4bd7
|
||||
long_desc="
|
||||
LVM2 includes all of the support for handling read/write operations on
|
||||
physical volumes (hard disks, RAID-Systems, magneto optical, etc.,
|
||||
|
|
Loading…
Reference in a new issue