10.44-3
This commit is contained in:
parent
550ef1b763
commit
ffabcb06f2
@ -2,7 +2,7 @@
|
|||||||
Name: annobin
|
Name: annobin
|
||||||
Summary: Annotate and examine compiled binary files
|
Summary: Annotate and examine compiled binary files
|
||||||
Version: 10.44
|
Version: 10.44
|
||||||
Release: 2%{?dist}
|
Release: 3%{?dist}
|
||||||
License: GPLv3+
|
License: GPLv3+
|
||||||
# Maintainer: nickc@redhat.com
|
# Maintainer: nickc@redhat.com
|
||||||
# Web Page: https://sourceware.org/annobin/
|
# Web Page: https://sourceware.org/annobin/
|
||||||
@ -35,9 +35,9 @@ License: GPLv3+
|
|||||||
# Set this to zero to disable the requirement for a specific version of gcc.
|
# Set this to zero to disable the requirement for a specific version of gcc.
|
||||||
# This should only be needed if there is some kind of problem with the version
|
# This should only be needed if there is some kind of problem with the version
|
||||||
# checking logic or when building on RHEL-7 or earlier.
|
# checking logic or when building on RHEL-7 or earlier.
|
||||||
%global with_hard_gcc_version_requirement 0
|
%global with_hard_gcc_version_requirement 1
|
||||||
|
|
||||||
%bcond_with plugin_rebuild
|
%bcond_without plugin_rebuild
|
||||||
# Allow the building of annobin without using annobin itself.
|
# Allow the building of annobin without using annobin itself.
|
||||||
# This is because if we are bootstrapping a new build environment we can have
|
# This is because if we are bootstrapping a new build environment we can have
|
||||||
# a new version of gcc installed, but without a new of annobin installed.
|
# a new version of gcc installed, but without a new of annobin installed.
|
||||||
@ -508,6 +508,9 @@ fi
|
|||||||
#---------------------------------------------------------------------------------
|
#---------------------------------------------------------------------------------
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sun Jan 09 2022 Jakub Jelinek <jakub@redhat.com> - 10.44-3
|
||||||
|
- Rebuild against new GCC.
|
||||||
|
|
||||||
* Sun Jan 09 2022 Jakub Jelinek <jakub@redhat.com> - 10.44-2
|
* Sun Jan 09 2022 Jakub Jelinek <jakub@redhat.com> - 10.44-2
|
||||||
- Rebuild against new GCC.
|
- Rebuild against new GCC.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user