Hello community,

here is the log from the commit of package tpm-quote-tools for openSUSE:Factory 
checked in at 2017-06-29 15:03:36
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/tpm-quote-tools (Old)
 and      /work/SRC/openSUSE:Factory/.tpm-quote-tools.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "tpm-quote-tools"

Thu Jun 29 15:03:36 2017 rev:1 rq:504822 version:1.0.3

Changes:
--------
New Changes file:

--- /dev/null   2017-06-22 07:57:20.067658250 +0200
+++ /work/SRC/openSUSE:Factory/.tpm-quote-tools.new/tpm-quote-tools.changes     
2017-06-29 15:04:27.107507210 +0200
@@ -0,0 +1,9 @@
+-------------------------------------------------------------------
+Mon Jun 19 15:39:52 UTC 2017 - [email protected]
+
+- fix license specification, it's BSD-3-Clause, not BSD
+
+-------------------------------------------------------------------
+Thu May 18 13:38:18 UTC 2017 - [email protected]
+
+- initial package, version 1.0.3

New:
----
  tpm-quote-tools-1.0.3.tar.gz
  tpm-quote-tools.changes
  tpm-quote-tools.spec

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ tpm-quote-tools.spec ++++++
#
# spec file for package tpm-tools
#
# 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
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.

# Please submit bugfixes or comments via http://bugs.opensuse.org/
#


Name:           tpm-quote-tools
Version:        1.0.3
Release:        0
Summary:        Trusted Platform Module (TPM) remote attestation tools
License:        BSD-3-Clause
Group:          Productivity/Security
Url:            https://sourceforge.net/projects/tpmquotetools
Source0:        
https://downloads.sourceforge.net/project/tpmquotetools/%{version}/tpm-quote-tools-%{version}.tar.gz
BuildRequires:  autoconf
BuildRequires:  automake
BuildRequires:  libtool
BuildRequires:  trousers-devel
BuildRoot:      %{_tmppath}/%{name}-%{version}-build

%description
Trusted Computing is a set of specifications published by the Trusted
Computing Group (TCG). The Trusted Platform Module (TPM) is the
hardware component for Trusted Computing. The tpm-quote-tools package
provides additional tools that employ the TPM quote command to facilitate
remote attestation. These tools are based on the trousers TPM 1.2 stack.

%prep
%setup -q

%build
autoreconf -fiv
%configure --disable-static
make %{?_smp_mflags}

%install
%define docdir %{_defaultdocdir}/%{name}
make DESTDIR=%{buildroot} install %{?_smp_mflags}
mkdir -p %{buildroot}/%{docdir}
cp README COPYING %{buildroot}/%{docdir}

%files
%defattr(-,root,root)
%doc README COPYING
%{_mandir}/man8/tpm_*
%{_bindir}/tpm_*

%changelog

Reply via email to