Annocheck: Improve reporting of missing -D_FORTIFY_SOURCE option. (#1898075)
This commit is contained in:
parent
3cff478cb4
commit
5b0e474e77
13
annobin.spec
13
annobin.spec
@ -1,7 +1,7 @@
|
|||||||
|
|
||||||
Name: annobin
|
Name: annobin
|
||||||
Summary: Annotate and examine compiled binary files
|
Summary: Annotate and examine compiled binary files
|
||||||
Version: 9.42
|
Version: 9.43
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
License: GPLv3+
|
License: GPLv3+
|
||||||
# ProtocolURL: https://fedoraproject.org/wiki/Toolchain/Watermark
|
# ProtocolURL: https://fedoraproject.org/wiki/Toolchain/Watermark
|
||||||
@ -306,15 +306,13 @@ fi
|
|||||||
%{_mandir}/man1/hardened.1*
|
%{_mandir}/man1/hardened.1*
|
||||||
%{_mandir}/man1/run-on-binaries-in.1*
|
%{_mandir}/man1/run-on-binaries-in.1*
|
||||||
|
|
||||||
%if %{with clangplugin}
|
%if %{with clangplugin} || %{with llvmplugin}
|
||||||
%{ANNOBIN_CLANG_PLUGIN_DIR}
|
%{ANNOBIN_CLANG_PLUGIN_DIR}
|
||||||
%endif
|
%endif
|
||||||
%if %{with clangplugin}
|
|
||||||
|
%if %{with gccplugin}
|
||||||
%{ANNOBIN_GCC_PLUGIN_DIR}
|
%{ANNOBIN_GCC_PLUGIN_DIR}
|
||||||
%endif
|
%endif
|
||||||
%if %{with llvmplugin}
|
|
||||||
%{ANNOBIN_CLANG_PLUGIN_DIR}
|
|
||||||
%endif
|
|
||||||
|
|
||||||
%if %{with annocheck}
|
%if %{with annocheck}
|
||||||
%files annocheck
|
%files annocheck
|
||||||
@ -325,6 +323,9 @@ fi
|
|||||||
#---------------------------------------------------------------------------------
|
#---------------------------------------------------------------------------------
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Nov 16 2020 Nick Clifton <nickc@redhat.com> - 9.43-1
|
||||||
|
- Annocheck: Improve reporting of missing -D_FORTIFY_SOURCE option. (#1898075)
|
||||||
|
|
||||||
* Mon Nov 16 2020 Nick Clifton <nickc@redhat.com> - 9.42-1
|
* Mon Nov 16 2020 Nick Clifton <nickc@redhat.com> - 9.42-1
|
||||||
- Annocheck: Improve reporting of missing LTO option.
|
- Annocheck: Improve reporting of missing LTO option.
|
||||||
|
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (annobin-9.42.tar.xz) = b1a6e6fb3becce1c3f121e9002b6a5e5304a40e2c550825ea1b84f836c118012fa958b2395632c712d872cf820798855c6abd6ffd05b0dc24ad1024368dea68c
|
SHA512 (annobin-9.43.tar.xz) = c0efd8f65c18be220853c6f0c647ddc23d0b9e51e4124df65351ede5e395361bf1e2f8519b87d1782af50547161f780782398ec926d54fe06124df2c19d47d00
|
||||||
|
Loading…
Reference in New Issue
Block a user