From 78ae1d510605db58a453d32851cf372e0920dd62 Mon Sep 17 00:00:00 2001 From: kkkl12 <1604145060@qq.com> Date: Tue, 10 Nov 2020 15:41:47 +0800 Subject: [PATCH] Append help requires to main package --- tpm-tools.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/tpm-tools.spec b/tpm-tools.spec index 7d97029..f3cea78 100644 --- a/tpm-tools.spec +++ b/tpm-tools.spec @@ -1,6 +1,6 @@ Name: tpm-tools Version: 1.3.9 -Release: 6 +Release: 7 Summary: A group of tools to manage the TPM hardware License: CPL URL: http://trousers.sourceforge.net @@ -11,6 +11,7 @@ Patch0003: 0003-Allocate-OpenSSL-cipher-contexts-for-seal-unseal.patch BuildRequires: gcc trousers-devel openssl-devel opencryptoki-devel Provides: %{name}-pkcs11 = %{version}-%{release} Obsoletes: %{name}-pkcs11 < %{version}-%{release} +Requires: %{name}-help = %{version}-%{release} %description Tpm-tools is used to manage and utilize the Trusted Computing Group's TPM hardware. @@ -65,5 +66,8 @@ Help document for the %{name} package. %{_mandir}/man8/tpm_* %changelog +* Mon Nov 09 2020 liuweibo - 1.3.9-7 +- Append help requires to tpm-tools + * Sat Nov 23 2019 zhangchunyu - 1.3.9-6 - Package init