Add support for intel CET
Resolves: rhbz#1977890
This commit is contained in:
parent
ae1ff3c532
commit
5dc243739b
3518
gmp-intel-cet.patch
Normal file
3518
gmp-intel-cet.patch
Normal file
File diff suppressed because it is too large
Load Diff
7
gmp.spec
7
gmp.spec
@ -6,7 +6,7 @@
|
||||
Summary: A GNU arbitrary precision library
|
||||
Name: gmp
|
||||
Version: 6.2.0
|
||||
Release: 9%{?dist}
|
||||
Release: 10%{?dist}
|
||||
Epoch: 1
|
||||
URL: http://gmplib.org/
|
||||
Source0: ftp://ftp.gmplib.org/pub/gmp-%{version}/gmp-%{version}.tar.bz2
|
||||
@ -14,6 +14,7 @@ Source0: ftp://ftp.gmplib.org/pub/gmp-%{version}/gmp-%{version}.tar.bz2
|
||||
Source2: gmp.h
|
||||
Source3: gmp-mparam.h
|
||||
Patch2: gmp-6.0.0-debuginfo.patch
|
||||
Patch3: gmp-intel-cet.patch
|
||||
License: LGPLv3+ or GPLv2+
|
||||
BuildRequires: autoconf automake libtool
|
||||
BuildRequires: gcc
|
||||
@ -181,6 +182,10 @@ export LD_LIBRARY_PATH=`pwd`/.libs
|
||||
%{_libdir}/libgmpxx.a
|
||||
|
||||
%changelog
|
||||
* Fri Aug 27 2021 Jakub Martisko <jamartis@redhat.com> - 1:6.2.0-10
|
||||
- Add the support for intel CET
|
||||
Resolves: rhbz#1977890
|
||||
|
||||
* Wed Aug 18 2021 Jakub Martisko <jamartis@redhat.com> - 1:6.2.0-9
|
||||
- Move the .hmac files to the fipscheck subfolder
|
||||
- Make symlinks from their original location (Fedora contains the .hmac files there) pointing to their new location
|
||||
|
Loading…
Reference in New Issue
Block a user