]> git.pld-linux.org Git - packages/tpm2-tss.git/commitdiff
- updated to 3.1.0
authorJakub Bogusz <qboosh@pld-linux.org>
Mon, 14 Jun 2021 17:43:49 +0000 (19:43 +0200)
committerJakub Bogusz <qboosh@pld-linux.org>
Mon, 14 Jun 2021 17:43:49 +0000 (19:43 +0200)
- removed obsolete ac patch

tpm2-tss-ac.patch [deleted file]
tpm2-tss.spec

diff --git a/tpm2-tss-ac.patch b/tpm2-tss-ac.patch
deleted file mode 100644 (file)
index 7f28d54..0000000
+++ /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
index 8b8bb4b4e892c5408c00191c42d3d54cf5770a6d..4233999e6052465075577a4a79212ece9255cdd9 100644 (file)
@@ -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
This page took 0.102181 seconds and 4 git commands to generate.