tpm2-tss -3.2.0 ver bump

Errors during tmpfiles creation.
	a+ - wrong type in file: /usr/lib/tmpfiles.d/tpm2-tss-fapi.conf
	a+ - wrong type in file: /usr/lib/tmpfiles.d/tpm2-tss-fapi.conf
	User gluster not exists (/usr/lib/tmpfiles.d/gluster.conf)
	Group gluster not exists (/usr/lib/tmpfiles.d/gluster.conf)
mudur.log
This commit is contained in:
Rmys
2022-08-10 21:43:18 +03:00
committed by GitHub
parent 5d675d2a7c
commit 08638a41ac
2 changed files with 13 additions and 2 deletions
+5 -1
View File
@@ -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*")
#shelltools.move("%s/usr/lib/tmpfiles.d/tpm2-tss-fapi.conf" % get.installDIR(), "%s/usr/lib/sysusers.d" % get.installDIR())
pisitools.dodoc("LICENSE", "README*")
+8 -1
View File
@@ -13,7 +13,7 @@
<IsA>library</IsA>
<Summary>OSS implementation of the TCG TPM2 Software Stack (TSS2)</Summary>
<Description>Implementation of the TCG Trusted Platform Module 2.0 Software Stack (TSS2)</Description>
<Archive sha1sum="a9f4b838e5acd503d34fff5b8c1c9d3dbe47479e" type="targz">https://github.com/tpm2-software/tpm2-tss/archive/3.1.0.tar.gz</Archive>
<Archive sha1sum="5576599b28cafe2fb77b0ec4d5aa86b14a12ac8b" type="targz">https://github.com/tpm2-software/tpm2-tss/archive/3.2.0.tar.gz</Archive>
<BuildDependencies>
<Dependency>doxygen</Dependency>
<Dependency>iproute2</Dependency>
@@ -60,6 +60,13 @@
</Package>
<History>
<Update release="5">
<Date>2022-08-10</Date>
<Version>3.2.0</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="4">
<Date>2022-01-14</Date>
<Version>3.1.0</Version>