forked from pool/tpm2.0-tools
- initial import of tpm2.0-tools
OBS-URL: https://build.opensuse.org/package/show/security/tpm2.0-tools?expand=0&rev=3
This commit is contained in:
parent
9c0b6bbb35
commit
7dd6100e7b
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:66eb4ff095542403db6b4bd4b574e8a5c08084fe4e9e5aa9a829ee84e20bea83
|
||||
size 473339
|
@ -1,106 +0,0 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Jun 19 16:03:22 UTC 2015 - crrodriguez@opensuse.org
|
||||
|
||||
- Do not use -Werror.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Apr 2 12:31:34 UTC 2015 - mpluskal@suse.com
|
||||
|
||||
- Cleanup spec file with spec-cleaner
|
||||
- Remove tpm-tools-rpmlintrc
|
||||
- Use automake and autoconf as recomended by upstream
|
||||
- Split library, devel adn pkcs11 package
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Oct 2 21:52:42 UTC 2014 - crrodriguez@opensuse.org
|
||||
|
||||
- Remove a number of unused build requires, probably copy/paste
|
||||
error, never used.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jun 12 14:29:53 UTC 2012 - meissner@suse.com
|
||||
|
||||
- Updated to 1.3.8
|
||||
- bugfixes
|
||||
- pcr/nvram sealing options
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Mar 14 13:34:35 UTC 2012 - meissner@suse.com
|
||||
|
||||
- Updated to 1.3.7.1
|
||||
- smaller bugfixes from last release
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 13 10:57:07 UTC 2012 - coolo@suse.com
|
||||
|
||||
- patch license to follow spdx.org standard
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Sep 8 16:53:21 CEST 2011 - meissner@suse.de
|
||||
|
||||
- Updated to 1.3.7
|
||||
- NVRAM support, new binaries: tpm_nvdefine tpm_nvinfo tpm_nvrelease
|
||||
tpm_nvread tpm_nvwrite
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Aug 30 14:50:07 UTC 2011 - pgajdos@suse.com
|
||||
|
||||
- build with --no-copy-dt-needed-entries
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jun 20 15:54:46 CEST 2011 - meissner@suse.de
|
||||
|
||||
- Update to 1.3.6
|
||||
- some unsealing fixes, do not unseal much
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri May 27 11:17:43 UTC 2011 - idonmez@novell.com
|
||||
|
||||
- Disable gcc's new unused-but-set-variable warnings, these are just
|
||||
noise as BIO_*(...) functions returns a value and needs to
|
||||
be handled
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 27 07:54:30 CEST 2010 - meissner@suse.de
|
||||
|
||||
- add opencryptoki support (bnc#641919)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Mar 18 11:50:00 CET 2010 - meissner@suse.de
|
||||
|
||||
- updated to 1.3.5 upstream
|
||||
- small bugfixes mostly, nothing new
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Aug 27 15:28:58 CEST 2009 - meissner@suse.de
|
||||
|
||||
- updated to 1.3.2 upstream.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Apr 16 11:57:34 CEST 2008 - meissner@suse.de
|
||||
|
||||
- disable static
|
||||
- make check added, even if it does nothing currently.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Apr 15 16:12:55 CEST 2008 - meissner@suse.de
|
||||
|
||||
- do not build static library for now.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Mar 28 12:01:10 CET 2008 - meissner@suse.de
|
||||
|
||||
- Imported from buildservice
|
||||
- ingore rpmlint shared library errors, shared lib
|
||||
is only used in here.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 13 17:52:08 CEST 2007 - skh@suse.de
|
||||
|
||||
- initial build service import with version 1.2.5.1
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Nov 10 14:15 CET 2005 - draht@suse.de
|
||||
|
||||
- initial package, version 1.1.0
|
||||
|
5
tpm2.0-tools.changes
Normal file
5
tpm2.0-tools.changes
Normal file
@ -0,0 +1,5 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Mar 24 12:42:04 UTC 2016 - meissner@suse.com
|
||||
|
||||
- initial import of tpm2.0-tools
|
||||
|
@ -17,14 +17,14 @@
|
||||
|
||||
|
||||
%define lib_name libtpm_unseal1
|
||||
Name: tpm-tools
|
||||
Version: 1.3.8
|
||||
Name: tpm2.0-tools
|
||||
Version: 1.0.1
|
||||
Release: 0
|
||||
Summary: Trusted Platform Module (TPM) administration tools
|
||||
Summary: Trusted Platform Module (TPM) 2.0 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: https://github.com/01org/tpm2.0-tools/archive/v%{version}.zip
|
||||
BuildRequires: autoconf
|
||||
BuildRequires: automake
|
||||
BuildRequires: libtool
|
3
v1.0.1.zip
Normal file
3
v1.0.1.zip
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:585aba857ec22eef88db021f86d78d311705c468ca7af81b10e89c341eb2d4e1
|
||||
size 123400
|
Loading…
Reference in New Issue
Block a user