From 790be2a114ea4170b09786adf73c1b5eb8414ef6 Mon Sep 17 00:00:00 2001 From: CentOS Sources Date: Aug 06 2019 11:11:27 +0000 Subject: import tpm2-tools-3.0.4-3.el7 --- diff --git a/SOURCES/add-man-pages.patch b/SOURCES/add-man-pages.patch index 906ba89..9b01694 100644 --- a/SOURCES/add-man-pages.patch +++ b/SOURCES/add-man-pages.patch @@ -679,9 +679,9 @@ diff -urN tpm2-tools-3.0.4/man/man1/tpm2_create.1 tpm2-tools-3.0.4-new/man/man1/ +.IP +.nf +\f[C] -+tpm2_create\ \-H\ 0x81010001\ \-P\ abc123\ \-K\ def456\ \-g\ sha256\ \-G\ keyedhash\-I\ data.File\ \-o\ opu.File -+tpm2_create\ \-c\ parent.context\ \-P\ abc123\ \-K\ def456\ \-g\ sha256\ \-G\ keyedhash\ \-I\ data.File\ \-o\ opu.File -+tpm2_create\ \-H\ 0x81010001\ \-P\ 123abc\ \-K\ 456def\ \-X\ \-g\ sha256\ \-G\ keyedhash\ \-I\ data.File\ \-o\ opu.File ++tpm2_create\ \-H\ 0x81010001\ \-P\ abc123\ \-K\ def456\ \-g\ sha256\ \-G\ keyedhash\-I\ data.File ++tpm2_create\ \-c\ parent.context\ \-P\ abc123\ \-K\ def456\ \-g\ sha256\ \-G\ keyedhash\ \-I\ data.File ++tpm2_create\ \-H\ 0x81010001\ \-P\ 123abc\ \-K\ 456def\ \-X\ \-g\ sha256\ \-G\ keyedhash\ \-I\ data.File +\f[] +.fi +.SH RETURNS diff --git a/SPECS/tpm2-tools.spec b/SPECS/tpm2-tools.spec index adeaf84..49e553b 100644 --- a/SPECS/tpm2-tools.spec +++ b/SPECS/tpm2-tools.spec @@ -1,6 +1,6 @@ Name: tpm2-tools Version: 3.0.4 -Release: 2%{?dist} +Release: 3%{?dist} Summary: A TPM2.0 testing tool build upon TPM2.0-TSS License: BSD @@ -56,6 +56,10 @@ tpm2-tools is a batch of testing tools for tpm2.0. It is based on tpm2-tss. %{_mandir}/man1/tpm2_*.1.gz %changelog +* Thu Feb 21 2019 Jerry Snitselaar - 3.0.4-3 +- Remove obsolete flag from tpm2_create examples +resolves: rhbz#1570870 + * Thu Sep 06 2018 Jerry Snitselaar - 3.0.4-2 - tpm2_create: Use better object attributes defaults for authentication resolves: rhbz#1627282