diff --git a/programming/library/tpm2-tss/actions.py b/programming/library/tpm2-tss/actions.py index 478bac708c..79e420fb8b 100644 --- a/programming/library/tpm2-tss/actions.py +++ b/programming/library/tpm2-tss/actions.py @@ -10,6 +10,8 @@ from pisi.actionsapi import pisitools from pisi.actionsapi import shelltools def setup(): + pisitools.dosed("dist/tmpfiles.d/tpm2-tss-fapi.conf.in", "default:group:tss:rwx", deleteLine=True) + shelltools.system("./bootstrap") autotools.configure("--enable-static=no \ --with-udevrulesprefix=60- \ @@ -25,4 +27,6 @@ def build(): def install(): autotools.rawInstall("DESTDIR=%s" % get.installDIR()) - pisitools.dodoc("LICENSE", "README*") \ No newline at end of file + #shelltools.move("%s/usr/lib/tmpfiles.d/tpm2-tss-fapi.conf" % get.installDIR(), "%s/usr/lib/sysusers.d" % get.installDIR()) + + pisitools.dodoc("LICENSE", "README*") diff --git a/programming/library/tpm2-tss/pspec.xml b/programming/library/tpm2-tss/pspec.xml index 7e8fd0f1c5..d16a9a8152 100644 --- a/programming/library/tpm2-tss/pspec.xml +++ b/programming/library/tpm2-tss/pspec.xml @@ -13,7 +13,7 @@ library OSS implementation of the TCG TPM2 Software Stack (TSS2) Implementation of the TCG Trusted Platform Module 2.0 Software Stack (TSS2) - https://github.com/tpm2-software/tpm2-tss/archive/3.1.0.tar.gz + https://github.com/tpm2-software/tpm2-tss/archive/3.2.0.tar.gz doxygen iproute2 @@ -60,6 +60,13 @@ + + 2022-08-10 + 3.2.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + 2022-01-14 3.1.0