diff --git a/hardware/disk/lvm2/actions.py b/hardware/disk/lvm2/actions.py index 2eab4ef5..2b9dbd8e 100644 --- a/hardware/disk/lvm2/actions.py +++ b/hardware/disk/lvm2/actions.py @@ -36,8 +36,8 @@ def builddiet(): --with-systemdsystemunitdir=no \ --enable-udev_sync' % get.CFLAGS()) - pisitools.dosed("lib/misc/configure.h","rpl_malloc","malloc") - pisitools.dosed("lib/misc/configure.h","rpl_realloc","realloc") + #pisitools.dosed("lib/misc/configure.h","rpl_malloc","malloc") + #pisitools.dosed("lib/misc/configure.h","rpl_realloc","realloc") autotools.make("-j1 -C include") autotools.make("-j1 -C lib LIB_SHARED= VERSIONED_SHLIB=") diff --git a/hardware/disk/lvm2/pspec.xml b/hardware/disk/lvm2/pspec.xml index bad78970..0381ad60 100644 --- a/hardware/disk/lvm2/pspec.xml +++ b/hardware/disk/lvm2/pspec.xml @@ -12,7 +12,7 @@ app:console Userland logical volume management tools LVM2 includes all of the support for handling read/write operations physical and logical volumes. - ftp://sources.redhat.com/pub/lvm2/LVM2.2.02.118.tgz + ftp://sources.redhat.com/pub/lvm2/LVM2.2.02.142.tgz libutil-linux-devel eudev-devel @@ -21,7 +21,7 @@ + lvm2-2.02.106-static-pkgconfig-libs.patch--> @@ -34,6 +34,7 @@ Device-mapper includes the driver enables the definition of new block devices composed of ranges of sectors of existing devices to define disk partitions or logical volumes. /usr/sbin/dmsetup + /usr/sbin/dmstats /usr/lib/libdevmapper.a /usr/lib/libdevmapper.so* /lib/udev/rules.d/10-dm.rules @@ -42,6 +43,7 @@ /usr/share/doc/VERSION_DM /usr/share/doc/WHATS_NEW_DM /usr/share/man/man8/dmsetup.8 + /usr/share/man/man8/dmstats.8 @@ -180,10 +182,19 @@ Number of utilities for creating, checking, and repairing logical volumes - statically linked for initramfs. /sbin/lvm.static + /usr/lib/liblvm2app.a + /usr/lib/liblvm2cmd.a + + 2016-03-13 + 2.02.142 + Version bump. + Ertuğrul Erata + ertugrulerata@gmail.com + 2015-05-02 2.02.118 diff --git a/hardware/disk/thin-provisioning-tools/actions.py b/hardware/disk/thin-provisioning-tools/actions.py deleted file mode 100644 index 7f964085..00000000 --- a/hardware/disk/thin-provisioning-tools/actions.py +++ /dev/null @@ -1,18 +0,0 @@ -#!/usr/bin/python -# -*- coding: utf-8 -*- -# Licensed under the GNU General Public License, version 3. -# See the file http://www.gnu.org/copyleft/gpl.txt - -from pisi.actionsapi import autotools -from pisi.actionsapi import get - -def setup(): - autotools.autoreconf() - - autotools.configure("--prefix=/usr") - -def build(): - autotools.make() - -def install(): - autotools.rawInstall("DESTDIR=%s" % get.installDIR()) \ No newline at end of file diff --git a/hardware/disk/thin-provisioning-tools/pspec.xml b/hardware/disk/thin-provisioning-tools/pspec.xml deleted file mode 100644 index 09fc65a6..00000000 --- a/hardware/disk/thin-provisioning-tools/pspec.xml +++ /dev/null @@ -1,41 +0,0 @@ - - - thin-provisioning-tools - http://github.com/jthornber/thin-provisioning-tools" - - Ali Algul - alialgul@pisilinux.org - - GPLv2 - A suite of tools for thin provisioning on Linux - A suite of tools for thin provisioning on Linux - - libaio-devel - boost-devel - expat-devel - libgcc - - https://codeload.github.com/jthornber/thin-provisioning-tools/tar.gz/v0.6.0 - - - thin-provisioning-tools - - expat - libgcc - libaio - - - /usr/sbin/ - /usr/share/man/man8/ - - - - - 2016-01-31 - 0.6.0 - First Build - Ali Algul - alialgul@pisilinux.org - - - \ No newline at end of file