commit a7003d7001ccc1c0c822aed341b343755b100fbb
Author: Jakub Bogusz <[email protected]>
Date:   Mon Jun 14 19:43:49 2021 +0200

    - updated to 3.1.0
    - removed obsolete ac patch

 tpm2-tss-ac.patch | 20 --------------------
 tpm2-tss.spec     | 11 +++++++----
 2 files changed, 7 insertions(+), 24 deletions(-)
---
diff --git a/tpm2-tss.spec b/tpm2-tss.spec
index 8b8bb4b..4233999 100644
--- a/tpm2-tss.spec
+++ b/tpm2-tss.spec
@@ -5,14 +5,13 @@
 Summary:       OSS implementation of the TCG TPM2 Software Stack (TSS2)
 Summary(pl.UTF-8):     Mająca otwarte źródła implementacja TCG TPM2 Software 
Stack (TSS2)
 Name:          tpm2-tss
-Version:       3.0.3
+Version:       3.1.0
 Release:       1
 License:       BSD
 Group:         Libraries
 #Source0Download: https://github.com/tpm2-software/tpm2-tss/releases
 Source0:       
https://github.com/tpm2-software/tpm2-tss/releases/download/%{version}/%{name}-%{version}.tar.gz
-# Source0-md5: 397ba047d5743557b772c8d32e47fce2
-Patch0:                %{name}-ac.patch
+# Source0-md5: 4d04cf52fff4ee061bb3f7b4f4ea03b7
 URL:           https://github.com/tpm2-software/tpm2-tss
 BuildRequires: autoconf >= 2.50
 BuildRequires: automake
@@ -88,7 +87,6 @@ Biblioteka statyczna tpm2-tss.
 
 %prep
 %setup -q
-%patch0 -p1
 
 %build
 %{__libtoolize}
@@ -139,6 +137,8 @@ rm -rf $RPM_BUILD_ROOT
 %attr(755,root,root) %ghost %{_libdir}/libtss2-tcti-device.so.0
 %attr(755,root,root) %{_libdir}/libtss2-tcti-mssim.so.*.*.*
 %attr(755,root,root) %ghost %{_libdir}/libtss2-tcti-mssim.so.0
+%attr(755,root,root) %{_libdir}/libtss2-tcti-pcap.so.*.*.*
+%attr(755,root,root) %ghost %{_libdir}/libtss2-tcti-pcap.so.0
 %attr(755,root,root) %{_libdir}/libtss2-tcti-swtpm.so.*.*.*
 %attr(755,root,root) %ghost %{_libdir}/libtss2-tcti-swtpm.so.0
 %attr(755,root,root) %{_libdir}/libtss2-tctildr.so.*.*.*
@@ -165,6 +165,7 @@ rm -rf $RPM_BUILD_ROOT
 %attr(755,root,root) %{_libdir}/libtss2-tcti-cmd.so
 %attr(755,root,root) %{_libdir}/libtss2-tcti-device.so
 %attr(755,root,root) %{_libdir}/libtss2-tcti-mssim.so
+%attr(755,root,root) %{_libdir}/libtss2-tcti-pcap.so
 %attr(755,root,root) %{_libdir}/libtss2-tcti-swtpm.so
 %attr(755,root,root) %{_libdir}/libtss2-tctildr.so
 %{_includedir}/tss2
@@ -176,6 +177,7 @@ rm -rf $RPM_BUILD_ROOT
 %{_pkgconfigdir}/tss2-tcti-cmd.pc
 %{_pkgconfigdir}/tss2-tcti-device.pc
 %{_pkgconfigdir}/tss2-tcti-mssim.pc
+%{_pkgconfigdir}/tss2-tcti-pcap.pc
 %{_pkgconfigdir}/tss2-tcti-swtpm.pc
 %{_pkgconfigdir}/tss2-tctildr.pc
 %{_mandir}/man3/ESYS_*.3*
@@ -199,5 +201,6 @@ rm -rf $RPM_BUILD_ROOT
 %{_libdir}/libtss2-tcti-cmd.a
 %{_libdir}/libtss2-tcti-device.a
 %{_libdir}/libtss2-tcti-mssim.a
+%{_libdir}/libtss2-tcti-pcap.a
 %{_libdir}/libtss2-tcti-swtpm.a
 %{_libdir}/libtss2-tctildr.a
diff --git a/tpm2-tss-ac.patch b/tpm2-tss-ac.patch
deleted file mode 100644
index 7f28d54..0000000
--- a/tpm2-tss-ac.patch
+++ /dev/null
@@ -1,20 +0,0 @@
---- tpm2-tss-3.0.3/configure.ac.orig   2020-11-25 15:10:56.000000000 +0100
-+++ tpm2-tss-3.0.3/configure.ac        2021-03-17 06:44:06.990069264 +0100
-@@ -279,7 +279,7 @@
-         [build and execute integration tests])],,
-     [enable_integration=no])
- AS_IF([test "x$enable_integration" = "xyes"],
--     AS_IF([test "$HOSTOS" = "Linux"],
-+     [AS_IF([test "$HOSTOS" = "Linux"],
-            [ERROR_IF_NO_PROG([ss])],
-            [ERROR_IF_NO_PROG([sockstat])])
-        ERROR_IF_NO_PROG([echo])
-@@ -328,7 +328,7 @@
-              [AC_MSG_ERROR([No simulator executable found in PATH for testing 
TCTI.])])
-        AC_SUBST([INTEGRATION_TCTI], [$integration_tcti])
-        AC_SUBST([INTEGRATION_ARGS], [$integration_args])
--       AC_SUBST([ENABLE_INTEGRATION], [$enable_integration]))
-+       AC_SUBST([ENABLE_INTEGRATION], [$enable_integration])])
- AM_CONDITIONAL([ENABLE_INTEGRATION],[test "x$enable_integration" = "xyes"])
- #
- # sanitizer compiler flags
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/tpm2-tss.git/commitdiff/a7003d7001ccc1c0c822aed341b343755b100fbb

_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to