Disable manpage regeneration in RHEL/ELN builds

This avoids the unwanted dependency on pandoc.  The pregenerated
manpages in the source tarball are installed instead.
This commit is contained in:
Yaakov Selkowitz 2023-02-21 17:07:42 -05:00 committed by yselkowitz
parent 6996c8c7ce
commit 5234b538c4
1 changed files with 6 additions and 1 deletions

View File

@ -2,7 +2,7 @@
Name: tpm2-tools
Version: 5.5
Release: 1%{?candidate:.%{candidate}}%{?dist}
Release: 2%{?candidate:.%{candidate}}%{?dist}
Summary: A bunch of TPM testing toolS build upon tpm2-tss
License: BSD
@ -13,7 +13,9 @@ BuildRequires: make
BuildRequires: gcc-c++
BuildRequires: libtool
BuildRequires: autoconf-archive
%if ! 0%{?rhel}
BuildRequires: pandoc
%endif
BuildRequires: pkgconfig(cmocka)
BuildRequires: pkgconfig(libcurl)
BuildRequires: pkgconfig(openssl)
@ -53,6 +55,9 @@ tpm2-tools is a batch of tools for tpm2.0. It is based on tpm2-tss.
%{_mandir}/man1/tss2_*.1.gz
%changelog
* Tue Feb 21 2023 Yaakov Selkowitz <yselkowi@redhat.com> - 5.5-2
- Disable manpage regeneration in RHEL/ELN builds
* Thu Feb 16 2023 Peter Robinson <pbrobinson@fedoraproject.org> - 5.5-1
- Update to 5.5