Accepting request 448376 from security

new upstream release (forwarded request 448365 from Mailaender)

OBS-URL: https://build.opensuse.org/request/show/448376
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/tpm-tools?expand=0&rev=30
This commit is contained in:
Dominique Leuenberger 2017-01-09 10:53:59 +00:00 committed by Git OBS Bridge
commit ca4ffb2e49
4 changed files with 12 additions and 8 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:66eb4ff095542403db6b4bd4b574e8a5c08084fe4e9e5aa9a829ee84e20bea83
size 473339

3
tpm-tools-1.3.9.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:ea126c5cd2ada56beb5118a141a498053f2d85f56263d215784f0ed86fff4213
size 484023

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Sun Jan 1 05:21:10 UTC 2017 - mailaender@opensuse.org
- Update to version 1.3.9
-------------------------------------------------------------------
Fri Jun 19 16:03:22 UTC 2015 - crrodriguez@opensuse.org

View File

@ -1,7 +1,7 @@
#
# spec file for package tpm-tools
#
# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -18,13 +18,13 @@
%define lib_name libtpm_unseal1
Name: tpm-tools
Version: 1.3.8
Version: 1.3.9
Release: 0
Summary: Trusted Platform Module (TPM) administration tools
License: IPL-1.0
Group: Productivity/Security
Url: http://trousers.sourceforge.net/
Source0: http://downloads.sourceforge.net/project/trousers/tpm-tools/1.3.7/tpm-tools-%{version}.tar.gz
Source0: http://downloads.sourceforge.net/project/trousers/tpm-tools/%{version}/tpm-tools-%{version}.tar.gz
BuildRequires: autoconf
BuildRequires: automake
BuildRequires: libtool
@ -89,11 +89,10 @@ This package contains the libraries and headers necessary for developing
tpm-tools applications.
%prep
%setup -q
%setup -q -c %{name}-%{version}
%build
autoreconf -fiv
sed -i -e 's@-Werror@@g' configure.in
# Disable unused-but-set warnings with gcc >= 4.6
%configure \
--disable-static