Enable Intel CET

- Remove unnecessary CCASFLAGS setting for annocheck

Related: #1999639
Signed-off-by: Daiki Ueno <dueno@redhat.com>
This commit is contained in:
Daiki Ueno 2021-10-12 17:06:51 +02:00
parent f5efe3155e
commit b9240f3e7a
2 changed files with 2571 additions and 3 deletions

File diff suppressed because it is too large Load Diff

View File

@ -1,10 +1,11 @@
# This spec file has been automatically updated
Version: 3.7.2
Release: 6%{?dist}
Release: 7%{?dist}
Patch1: gnutls-3.6.7-no-now-guile.patch
Patch2: gnutls-3.2.7-rpath.patch
Patch3: gnutls-3.7.2-config-allowlisting.patch
Patch4: gnutls-3.7.2-key-share-ecdhx.patch
Patch5: gnutls-3.7.2-enable-intel-cet.patch
%bcond_with bootstrap
%bcond_without dane
%if 0%{?rhel}
@ -190,8 +191,6 @@ touch doc/gnutls.info doc/gnutls.html doc/manpages/stamp_mans
%ifarch aarch64 ppc64le
%define _lto_cflags %{nil}
%endif
CCASFLAGS="$CCASFLAGS -Wa,--generate-missing-build-notes=yes"
export CCASFLAGS
%if %{with guile}
# These should be checked by m4/guile.m4 instead of configure.ac
@ -322,6 +321,10 @@ make check %{?_smp_mflags} GNUTLS_SYSTEM_PRIORITY_FILE=/dev/null
%endif
%changelog
* Tue Oct 12 2021 Daiki Ueno <dueno@redhat.com> - 3.7.2-7
- Enable Intel CET
- Remove unnecessary CCASFLAGS setting for annocheck
* Thu Aug 19 2021 Daiki Ueno <dueno@redhat.com> - 3.7.2-6
- Reorder doc/invoke-*.texi generation (#1975482)
- Temporarily disable LTO for aarch64 and ppc64le