diff --git a/hardware/disk/thin-provisioning-tools/actions.py b/hardware/disk/thin-provisioning-tools/actions.py index 7f964085dd..cd97700cae 100644 --- a/hardware/disk/thin-provisioning-tools/actions.py +++ b/hardware/disk/thin-provisioning-tools/actions.py @@ -4,15 +4,17 @@ # See the file http://www.gnu.org/copyleft/gpl.txt from pisi.actionsapi import autotools +from pisi.actionsapi import shelltools from pisi.actionsapi import get -def setup(): - autotools.autoreconf() +# def setup(): + # autotools.autoreconf() - autotools.configure("--prefix=/usr") + # autotools.configure("--prefix=/usr") def build(): - autotools.make() + shelltools.system("cargo build --release") + # autotools.make() def install(): - autotools.rawInstall("DESTDIR=%s" % get.installDIR()) \ No newline at end of file + autotools.rawInstall("BINDIR=%s/usr/sbin DATADIR=%s/usr/share DESTDIR=%s/usr" % (get.installDIR(), get.installDIR(), get.installDIR())) diff --git a/hardware/disk/thin-provisioning-tools/pspec.xml b/hardware/disk/thin-provisioning-tools/pspec.xml index 8f839cac1a..55ad441646 100644 --- a/hardware/disk/thin-provisioning-tools/pspec.xml +++ b/hardware/disk/thin-provisioning-tools/pspec.xml @@ -15,7 +15,10 @@ expat-devel libgcc - https://github.com/jthornber/thin-provisioning-tools/archive/v0.8.5.tar.gz + https://github.com/jthornber/thin-provisioning-tools/archive/v1.0.7.tar.gz + + rust + thin-provisioning-tools @@ -31,6 +34,13 @@ + + 2023-11-24 + 1.0.7 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + 2023-10-29 0.8.5