diff --git a/SPECS/annobin.spec b/SPECS/annobin.spec index 1fa9072..97f641c 100644 --- a/SPECS/annobin.spec +++ b/SPECS/annobin.spec @@ -2,7 +2,7 @@ Name: annobin Summary: Annotate and examine compiled binary files Version: 10.15 -Release: 1%{?dist} +Release: 2%{?dist} License: GPLv3+ # ProtocolURL: https://fedoraproject.org/wiki/Toolchain/Watermark # Maintainer: nickc@redhat.com @@ -297,10 +297,10 @@ fi %doc %{_datadir}/doc/annobin-plugin/annotation.proposal.txt %doc %{_infodir}/annobin.info.gz %doc %{_mandir}/man1/annobin.1.gz -%doc %{_mandir}/man1/built-by.1.gz -%doc %{_mandir}/man1/check-abi.1.gz -%doc %{_mandir}/man1/hardened.1.gz -%doc %{_mandir}/man1/run-on-binaries-in.1.gz +%exclude %{_mandir}/man1/built-by.1* +%exclude %{_mandir}/man1/check-abi.1* +%exclude %{_mandir}/man1/hardened.1* +%exclude %{_mandir}/man1/run-on-binaries-in.1* %if %{with clangplugin} %{ANNOBIN_CLANG_PLUGIN_DIR} @@ -318,6 +318,9 @@ fi #--------------------------------------------------------------------------------- %changelog +* Mon Oct 18 2021 Nick Clifton - 10.15-2 +- Exclude man pages for uninstalled scripts. (#2013565) + * Wed Oct 13 2021 Nick Clifton - 10.15-1 - Annocheck: Add tests based upon recent bug fixes. - Annocheck: Another tweak to glibc detection code.