lvm2: 2.02.24 -> 2.02.28

This commit is contained in:
Danny Rawlins 2007-11-16 13:21:01 +11:00
parent bf9b3d7146
commit 4c743efb51
3 changed files with 5 additions and 2 deletions

View File

@ -22,6 +22,7 @@ lrwxrwxrwx root/root sbin/lvresize -> lvm
lrwxrwxrwx root/root sbin/lvs -> lvm
lrwxrwxrwx root/root sbin/lvscan -> lvm
lrwxrwxrwx root/root sbin/pvchange -> lvm
lrwxrwxrwx root/root sbin/pvck -> lvm
lrwxrwxrwx root/root sbin/pvcreate -> lvm
lrwxrwxrwx root/root sbin/pvdisplay -> lvm
lrwxrwxrwx root/root sbin/pvmove -> lvm
@ -68,6 +69,7 @@ drwxr-xr-x root/root usr/man/man8/
-r--r--r-- root/root usr/man/man8/lvs.8.gz
-r--r--r-- root/root usr/man/man8/lvscan.8.gz
-r--r--r-- root/root usr/man/man8/pvchange.8.gz
-r--r--r-- root/root usr/man/man8/pvck.8.gz
-r--r--r-- root/root usr/man/man8/pvcreate.8.gz
-r--r--r-- root/root usr/man/man8/pvdisplay.8.gz
-r--r--r-- root/root usr/man/man8/pvmove.8.gz

View File

@ -1 +1 @@
3ede31e924391f951190d44aabad6f85 LVM2.2.02.24.tgz
940a882a71cae84f6befc8069a260ad1 LVM2.2.02.28.tgz

View File

@ -5,7 +5,7 @@
# Depends on: libdevmapper
name=lvm2
version=2.02.24
version=2.02.28
release=1
source=(ftp://sources.redhat.com/pub/lvm2/LVM2.$version.tgz)
@ -15,6 +15,7 @@ build() {
./configure \
--prefix=/usr \
--exec-prefix= \
--mandir=/usr/man \
--enable-lvm1_fallback
make