libdevmapper: update to 1.02.96

This commit is contained in:
Juergen Daubert 2015-05-05 11:35:07 +02:00
parent 9d5e533e82
commit 15a349910f
3 changed files with 6 additions and 4 deletions

View File

@ -10,6 +10,7 @@ drwxr-xr-x root/root lib/udev/rules.d/
-r--r--r-- root/root lib/udev/rules.d/13-dm-disk.rules
-r--r--r-- root/root lib/udev/rules.d/95-dm-notify.rules
drwxr-xr-x root/root sbin/
-r-xr-xr-x root/root sbin/blkdeactivate
-r-xr-xr-x root/root sbin/dmsetup
-r-xr-xr-x root/root sbin/dmsetup.static
drwxr-xr-x root/root usr/
@ -22,4 +23,5 @@ drwxr-xr-x root/root usr/lib/pkgconfig/
-r--r--r-- root/root usr/lib/pkgconfig/devmapper.pc
drwxr-xr-x root/root usr/man/
drwxr-xr-x root/root usr/man/man8/
-r--r--r-- root/root usr/man/man8/blkdeactivate.8.gz
-r--r--r-- root/root usr/man/man8/dmsetup.8.gz

View File

@ -1 +1 @@
27f028974e8f067a9791d685b4e0fa90 LVM2.2.02.118.tgz
93d15d76ab78fbcec4721c4b44284bbb LVM2.2.02.119.tgz

View File

@ -4,12 +4,12 @@
# Depends on: eudev
name=libdevmapper
version=1.02.95
version=1.02.96
release=1
source=(http://mirrors.kernel.org/sources.redhat.com/lvm2/LVM2.2.02.118.tgz)
source=(http://mirrors.kernel.org/sources.redhat.com/lvm2/LVM2.2.02.119.tgz)
build() {
cd LVM2.2.02.118
cd LVM2.2.02.119
# needed for static linking with eudev
export UDEV_LIBS="$(pkg-config --libs --static libudev)"