This commit is contained in:
Sam Meluch 2024-06-14 11:54:09 -07:00 коммит произвёл GitHub
Родитель c50d4af5d8
Коммит 4994e489cf
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: B5690EEEBB952194
1 изменённых файлов: 7 добавлений и 2 удалений

Просмотреть файл

@ -19,13 +19,14 @@
Summary: Binary annotation plugin for GCC
Name: annobin
Version: 12.49
Release: 1%{?dist}
Release: 2%{?dist}
License: GPL-3.0-or-later AND LGPL-2.0-or-later AND (GPL-2.0-or-later WITH GCC-exception-2.0) AND (LGPL-2.0-or-later WITH GCC-exception-2.0) AND GFDL-1.3-or-later
Vendor: Microsoft Corporation
Distribution: Azure Linux
URL: https://sourceware.org/annobin/
Source: https://nickc.fedorapeople.org/%{annobin_sources}
Requires: %{name}-plugin-clang
# Insert patches here, if needed. Eg:
# Patch01: annobin-plugin-default-string-notes.patch
#---------------------------------------------------------------------------------
@ -236,7 +237,7 @@ touch doc/annobin.info
#---------------------------------------------------------------------------------
%build
CONFIG_ARGS="$CONFIG_ARGS --quiet --with-debuginfod --with-clang --with-gcc-plugin-dir=%{ANNOBIN_GCC_PLUGIN_DIR} --with-llvm"
CONFIG_ARGS="$CONFIG_ARGS --quiet --without-debuginfod --with-clang --with-gcc-plugin-dir=%{ANNOBIN_GCC_PLUGIN_DIR} --with-llvm"
export CFLAGS="$CFLAGS -DAARCH64_BRANCH_PROTECTION_SUPPORTED=1"
@ -352,6 +353,10 @@ make check || ( cat tests/test-suite.log; false )
#---------------------------------------------------------------------------------
%changelog
* Thu Jun 13 2024 Sam Meluch <sammeluch@microsoft.com> - 12.40-2
- build package --without-debuginfod
- fix package tests
* Fri Mar 08 2024 Mykhailo Bykhovtsev <mbykhovtsev@microsoft.com> - 12.40-1
- Promoted package from extended to core
- Upgraded to 12.49