From f9c7c01c33ed9ef44dc5ede011831f7ff0b16ce9 Mon Sep 17 00:00:00 2001 From: Peter Robinson Date: Apr 14 2020 22:03:49 +0000 Subject: Fixes for 4.2 --- diff --git a/tpm2-tools.spec b/tpm2-tools.spec index 00ac4e0..c0d9431 100644 --- a/tpm2-tools.spec +++ b/tpm2-tools.spec @@ -20,6 +20,7 @@ BuildRequires: pkgconfig(openssl) BuildRequires: pkgconfig(tss2-mu) BuildRequires: pkgconfig(tss2-sys) BuildRequires: pkgconfig(tss2-esys) +BuildRequires: pkgconfig(uuid) # tpm2-tools is heavily depending on TPM2.0-TSS project, matched tss is required Requires: tpm2-tss%{?_isa} >= 2.3.1 @@ -38,11 +39,14 @@ tpm2-tools is a batch of tools for tpm2.0. It is based on tpm2-tss. %make_install %files -%license LICENSE -%doc README.md CHANGELOG.md +%license doc/LICENSE +%doc README.md doc/CHANGELOG.md %{_bindir}/tpm2_* +%{_bindir}/tss2_* %{_datadir}/bash-completion/completions/tpm2* +%{_datadir}/bash-completion/completions/tss2* %{_mandir}/man1/tpm2_*.1.gz +%{_mandir}/man1/tss2_*.1.gz %changelog * Tue Apr 14 2020 Peter Robinson - 4.2-1