This commit is contained in:
Jakub Jelinek 2022-01-10 01:00:55 +01:00
parent ffabcb06f2
commit a40c58d2d4
1 changed files with 4 additions and 1 deletions

View File

@ -37,7 +37,7 @@ License: GPLv3+
# 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 1 %global with_hard_gcc_version_requirement 1
%bcond_without plugin_rebuild %bcond_with 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-4
- Rebuild against new GCC.
* Sun Jan 09 2022 Jakub Jelinek <jakub@redhat.com> - 10.44-3 * Sun Jan 09 2022 Jakub Jelinek <jakub@redhat.com> - 10.44-3
- Rebuild against new GCC. - Rebuild against new GCC.