lvm2: 2.02.42 -> 2.02.44

This commit is contained in:
Danny Rawlins 2009-02-14 22:25:43 +11:00
parent 2ea16dc400
commit 15d205e531
3 changed files with 12 additions and 5 deletions

View File

@ -3,7 +3,11 @@ drwxr-xr-x root/root etc/lvm/
drwx------ root/root etc/lvm/archive/
drwx------ root/root etc/lvm/backup/
-rw-r--r-- root/root etc/lvm/lvm.conf
drwxr-xr-x root/root lib/
lrwxrwxrwx root/root lib/libdevmapper.so -> libdevmapper.so.1.02
-r-xr-xr-x root/root lib/libdevmapper.so.1.02
drwxr-xr-x root/root sbin/
-r-xr-xr-x root/root sbin/dmsetup
-r-xr-xr-x root/root sbin/fsadm
lrwxrwxrwx root/root sbin/lvchange -> lvm
lrwxrwxrwx root/root sbin/lvconvert -> lvm
@ -50,10 +54,14 @@ lrwxrwxrwx root/root sbin/vgs -> lvm
lrwxrwxrwx root/root sbin/vgscan -> lvm
lrwxrwxrwx root/root sbin/vgsplit -> lvm
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/include/
-r--r--r-- root/root usr/include/libdevmapper.h
drwxr-xr-x root/root usr/man/
drwxr-xr-x root/root usr/man/man5/
-r--r--r-- root/root usr/man/man5/lvm.conf.5.gz
drwxr-xr-x root/root usr/man/man8/
-r--r--r-- root/root usr/man/man8/dmsetup.8.gz
-r--r--r-- root/root usr/man/man8/fsadm.8.gz
-r--r--r-- root/root usr/man/man8/lvchange.8.gz
-r--r--r-- root/root usr/man/man8/lvconvert.8.gz
-r--r--r-- root/root usr/man/man8/lvcreate.8.gz

View File

@ -1 +1 @@
1044f9646abe417108ffdf0c69ac0d8d LVM2.2.02.42.tgz
4ed7b99903a6fc5165b7b0b8def42486 LVM2.2.02.44.tgz

View File

@ -2,10 +2,10 @@
# URL: http://sourceware.org/lvm2/
# Maintainer: Danny Rawlins, monster dot romster at gmail dot com
# Packager: Mark Rosenstand, mark at borkware dot net
# Depends on: libdevmapper
# Depends on:
name=lvm2
version=2.02.42
version=2.02.44
release=1
source=(ftp://sources.redhat.com/pub/lvm2/LVM2.$version.tgz)
build() {
@ -18,11 +18,10 @@ build() {
--enable-lvm1_fallback \
--disable-readline
make
make -j 1
make DESTDIR=$PKG install
install -d -m 0700 $PKG/etc/lvm/{archive,backup}
install -d -m 1777 $PKG/var/lock
install -d -m 0700 $PKG/var/lock/lvm
}