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 <pbrobinson@fedoraproject.org> - 4.2-1