[arch-commits] Commit in tpm2-tss/trunk (PKGBUILD)

Filipe Laíns ffy00 at archlinux.org
Mon Sep 16 11:47:47 UTC 2019


    Date: Monday, September 16, 2019 @ 11:47:46
  Author: ffy00
Revision: 510882

remove libtss2-tcti-default.so (tpm2-tss 2.3.1-2)

https://github.com/tpm2-software/tpm2-tss/issues/1482#issuecomment-516363966

Modified:
  tpm2-tss/trunk/PKGBUILD

----------+
 PKGBUILD |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-09-16 11:42:54 UTC (rev 510881)
+++ PKGBUILD	2019-09-16 11:47:46 UTC (rev 510882)
@@ -2,7 +2,7 @@
 
 pkgname=tpm2-tss
 pkgver=2.3.1
-pkgrel=1
+pkgrel=2
 pkgdesc="Implementation of the TCG Trusted Platform Module 2.0 Software Stack (TSS2)"
 arch=(x86_64)
 url="https://github.com/tpm2-software/tpm2-tss"
@@ -32,4 +32,5 @@
     make DESTDIR="${pkgdir}" install
     install -Dm644 LICENSE -t "${pkgdir}"/usr/share/licenses/${pkgname}/
     echo 'u tss - "tss user for tpm2"' | install -Dm644 /dev/stdin "${pkgdir}"/usr/lib/sysusers.d/${pkgname}.conf
+    rm "${pkgdir}"/usr/lib/libtss2-tcti-default.so # https://github.com/tpm2-software/tpm2-tss/issues/1482#issuecomment-516363966
 }



More information about the arch-commits mailing list