summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakub Bogusz2017-04-18 18:11:20 (GMT)
committerJakub Bogusz2017-04-18 18:11:20 (GMT)
commit6bbb2ec12c594e81e326ef0a59c0cb654f7cad61 (patch)
tree46ef30bc428061aa718c797dfe1774412914fdd4
parent6e7f171a01023ef5d9cdc892200547ca1974bd0c (diff)
downloadtpm-tools-6bbb2ec12c594e81e326ef0a59c0cb654f7cad61.zip
tpm-tools-6bbb2ec12c594e81e326ef0a59c0cb654f7cad61.tar.gz
- updated to 1.3.9.1auto/th/tpm-tools-1.3.9.1-1
- updated link patch
-rw-r--r--tpm-tools-link.patch8
-rw-r--r--tpm-tools.spec8
2 files changed, 8 insertions, 8 deletions
diff --git a/tpm-tools-link.patch b/tpm-tools-link.patch
index a02fbc5..4dafc85 100644
--- a/tpm-tools-link.patch
+++ b/tpm-tools-link.patch
@@ -1,11 +1,11 @@
---- tpm-tools-1.3.6/lib/Makefile.am.orig 2010-09-30 19:28:09.000000000 +0200
-+++ tpm-tools-1.3.6/lib/Makefile.am 2011-06-20 18:45:09.291658421 +0200
+--- tpm-tools-1.3.9.1/lib/Makefile.am.orig 2017-04-18 19:24:41.996944485 +0200
++++ tpm-tools-1.3.9.1/lib/Makefile.am 2017-04-18 19:25:29.006943947 +0200
@@ -52,7 +52,7 @@
noinst_LTLIBRARIES += libtpm_pkcs11.la
libtpm_pkcs11_la_SOURCES= tpm_pkcs11.c
--libtpm_pkcs11_la_LIBADD = libtpm_utils.la
-+libtpm_pkcs11_la_LIBADD = libtpm_utils.la -ldl
+-libtpm_pkcs11_la_LIBADD = libtpm_utils.la @INTLLIBS@
++libtpm_pkcs11_la_LIBADD = libtpm_utils.la -ldl @INTLLIBS@
endif
#
diff --git a/tpm-tools.spec b/tpm-tools.spec
index 1d94de1..c1a9c99 100644
--- a/tpm-tools.spec
+++ b/tpm-tools.spec
@@ -1,17 +1,17 @@
Summary: Management tools for the TPM hardware
Summary(pl.UTF-8): Narzędzia zarządzające sprzętem TPM
Name: tpm-tools
-Version: 1.3.8
+Version: 1.3.9.1
Release: 1
License: CPL v1.0+
Group: Applications/System
Source0: http://downloads.sourceforge.net/trousers/%{name}-%{version}.tar.gz
-# Source0-md5: 85a978c4e03fefd4b73cbeadde7c4d0b
+# Source0-md5: 1532293aa632a0eaa7e60df87c779855
Patch0: %{name}-link.patch
URL: http://trousers.sourceforge.net/
BuildRequires: autoconf >= 2.12
BuildRequires: automake >= 1.6
-BuildRequires: gettext >= 0.15
+BuildRequires: gettext-tools >= 0.15
BuildRequires: libtool
BuildRequires: opencryptoki-devel >= 2.2.4
BuildRequires: openssl-devel
@@ -68,7 +68,7 @@ Narzędzia pozwalają importować klucze i certyfikaty, wypisywać listę
obiektów w kontenerze i chronić dane.
%prep
-%setup -q
+%setup -q -c
%patch0 -p1
%build