tpm2-tss: major version bump
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
<?xml version="1.0" ?>
|
||||
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
||||
<!DOCTYPE PISI SYSTEM "https://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>tpm2-tss</Name>
|
||||
@@ -8,22 +8,26 @@
|
||||
<Name>PisiLinux Community</Name>
|
||||
<Email>admins@pisilinux.org</Email>
|
||||
</Packager>
|
||||
<License>BSD</License>
|
||||
<PartOf>programming.library</PartOf>
|
||||
<License>BSDv2</License>
|
||||
<IsA>library</IsA>
|
||||
<Summary>Implementation of the TCG Trusted Platform Module 2.0 Software Stack (TSS2)</Summary>
|
||||
<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="15eb2f328950c72846f00be9d766f7755645ad25" type="targz">https://github.com/tpm2-software/tpm2-tss/releases/download/2.4.0/tpm2-tss-2.4.0.tar.gz</Archive>
|
||||
<Archive sha1sum="3ddaec4e9d09d5ad1e243559beb85680aa6e3a30" type="targz">https://github.com/tpm2-software/tpm2-tss/archive/3.0.0.tar.gz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>doxygen</Dependency>
|
||||
<Dependency>iproute2</Dependency>
|
||||
<Dependency>curl-devel</Dependency>
|
||||
<Dependency>json-c-devel</Dependency>
|
||||
<Dependency>gettext-devel</Dependency>
|
||||
<Dependency>openssl-devel</Dependency>
|
||||
<Dependency>autoconf-archive</Dependency>
|
||||
</BuildDependencies>
|
||||
</Source>
|
||||
|
||||
<Package>
|
||||
<Name>tpm2-tss</Name>
|
||||
<Summary>OSS implementation of the TCG TPM2 Software Stack (TSS2)</Summary>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>curl</Dependency>
|
||||
<Dependency>json-c</Dependency>
|
||||
@@ -31,10 +35,12 @@
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="config">/etc</Path>
|
||||
<Path fileType="library">/usr/lib</Path>
|
||||
<Path fileType="data">/usr/share</Path>
|
||||
<Path fileType="library">/usr/lib</Path>
|
||||
<Path fileType="man">/usr/share/man</Path>
|
||||
<Path fileType="doc">/usr/share/doc</Path>
|
||||
<Path fileType="config">/var/lib/tpm2-tss</Path>
|
||||
<Path fileType="config">/var/run/tpm2-tss</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
@@ -42,10 +48,10 @@
|
||||
<Name>tpm2-tss-devel</Name>
|
||||
<Summary>Development files for tpm2-tss</Summary>
|
||||
<RuntimeDependencies>
|
||||
<Dependency release="current">tpm2-tss</Dependency>
|
||||
<Dependency>curl-devel</Dependency>
|
||||
<Dependency>json-c-devel</Dependency>
|
||||
<Dependency>openssl-devel</Dependency>
|
||||
<Dependency release="current">tpm2-tss</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="header">/usr/include</Path>
|
||||
@@ -54,6 +60,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="2">
|
||||
<Date>2020-09-23</Date>
|
||||
<Version>3.0.0</Version>
|
||||
<Comment>Major version bump. Fix translation</Comment>
|
||||
<Name>Blue Devil</Name>
|
||||
<Email>bluedevil@sctzine.com</Email>
|
||||
</Update>
|
||||
<Update release="1">
|
||||
<Date>2020-04-02</Date>
|
||||
<Version>2.4.0</Version>
|
||||
@@ -62,4 +75,4 @@
|
||||
<Email>admins@pisilinux.org</Email>
|
||||
</Update>
|
||||
</History>
|
||||
</PISI>
|
||||
</PISI>
|
||||
Reference in New Issue
Block a user