parent
076c03cf07
commit
a3dab7e4dc
16
annobin.spec
16
annobin.spec
@ -1,8 +1,8 @@
|
||||
|
||||
Name: annobin
|
||||
Summary: Annotate and examine compiled binary files
|
||||
Version: 10.54
|
||||
Release: 2%{?dist}
|
||||
Version: 10.57
|
||||
Release: 1%{?dist}
|
||||
License: GPLv3+
|
||||
# Maintainer: nickc@redhat.com
|
||||
# Web Page: https://sourceware.org/annobin/
|
||||
@ -182,12 +182,6 @@ hardening options.
|
||||
%{!?clang_plugin_dir:%global clang_plugin_dir %{_libdir}/clang/plugins}
|
||||
|
||||
%if %{with gccplugin}
|
||||
# The next line has been stolen from redhat-rpm-config.spec.
|
||||
# We install a version info file into this directory, rather than gcc's plugin
|
||||
# directory, because there is no reliable way for redhat-rpm-config to
|
||||
# determine the name of gcc's plugin directory.
|
||||
%global rrcdir /usr/lib/rpm/redhat
|
||||
|
||||
# Information about the gcc plugin is recorded in this file.
|
||||
%global aver annobin-plugin-version-info
|
||||
%endif
|
||||
@ -368,6 +362,12 @@ fi
|
||||
#---------------------------------------------------------------------------------
|
||||
|
||||
%changelog
|
||||
* Mon Mar 07 2022 Nick Clifton <nickc@redhat.com> - 10.57-1
|
||||
- Rebuild to work with LLVM14. (#2061050)
|
||||
- Annocheck: Update documentation and fix typo in annocheck. (#2061291)
|
||||
- Annocheck: Add option to enable/disable following symbolic links.
|
||||
- Always identify Rust binaries, even if built on a host that does not know about Rust. (#2057737)
|
||||
|
||||
* Tue Feb 15 2022 Nick Clifton <nickc@redhat.com> - 10.54-2
|
||||
- Spec File: Use a different method to disable the annobin plugin (#2054571)
|
||||
|
||||
|
4
rpminspect.yaml
Normal file
4
rpminspect.yaml
Normal file
@ -0,0 +1,4 @@
|
||||
---
|
||||
runpath:
|
||||
allowed_paths:
|
||||
- /usr/lib64
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (annobin-10.54.tar.xz) = e40a4c2f142b4a89e37e113659da97627e108811820867c863d2e52a8da50897cca2e7ab6352f5484d882f3896f254b1717c47cb805f5c3dab0fb0e7eba3fe21
|
||||
SHA512 (annobin-10.57.tar.xz) = c4fb30cbb5dff15bd1dd38797785bd4f1a9de1e047436d598368847e3f250cd7e467b3fc4ea2c013ab22764e06aab899d0a1bea3c465b0b29e363b73de20e86f
|
||||
|
Loading…
Reference in New Issue
Block a user