Cover the gaps in annotation coverage for assembler sources
This commit is contained in:
parent
c1b29e1184
commit
5b3470bb56
12
nettle-3.4-annocheck.patch
Normal file
12
nettle-3.4-annocheck.patch
Normal file
@ -0,0 +1,12 @@
|
||||
diff -up nettle-3.4/Makefile.in.annocheck nettle-3.4/Makefile.in
|
||||
--- nettle-3.4/Makefile.in.annocheck 2018-10-16 15:06:53.340138708 +0200
|
||||
+++ nettle-3.4/Makefile.in 2018-10-16 15:12:25.150276379 +0200
|
||||
@@ -377,7 +377,7 @@ ecc-25519.$(OBJEXT): ecc-25519.h
|
||||
|
||||
.asm.$(OBJEXT): $(srcdir)/asm.m4 machine.m4 config.m4
|
||||
$(M4) $(srcdir)/asm.m4 machine.m4 config.m4 $< >$*.s
|
||||
- $(COMPILE) -c $*.s
|
||||
+ $(COMPILE) -c -Wa,--generate-missing-build-notes=yes $*.s
|
||||
@echo "$@ : $< $(srcdir)/asm.m4 machine.m4 config.m4" >$@.d
|
||||
|
||||
# Texinfo rules
|
@ -6,7 +6,7 @@
|
||||
|
||||
Name: nettle
|
||||
Version: 3.4
|
||||
Release: 5%{?dist}
|
||||
Release: 6%{?dist}
|
||||
Summary: A low-level cryptographic library
|
||||
|
||||
License: LGPLv3+ or GPLv2+
|
||||
@ -14,6 +14,7 @@ URL: http://www.lysator.liu.se/~nisse/nettle/
|
||||
Source0: %{name}-%{version}-hobbled.tar.xz
|
||||
#Source0: http://www.lysator.liu.se/~nisse/archive/%{name}-%{version}.tar.gz
|
||||
Patch0: nettle-3.3-remove-ecc-testsuite.patch
|
||||
Patch1: nettle-3.4-annocheck.patch
|
||||
|
||||
BuildRequires: gcc
|
||||
BuildRequires: gmp-devel, m4
|
||||
@ -48,6 +49,7 @@ sed s/ggdb3/g/ -i configure
|
||||
sed 's/ecc-192.c//g' -i Makefile.in
|
||||
sed 's/ecc-224.c//g' -i Makefile.in
|
||||
%patch0 -p1
|
||||
%patch1 -p1
|
||||
|
||||
%build
|
||||
autoreconf -ifv
|
||||
@ -110,6 +112,9 @@ make check
|
||||
|
||||
|
||||
%changelog
|
||||
* Tue Oct 16 2018 Tomáš Mráz <tmraz@redhat.com> - 3.4-6
|
||||
- Cover the gaps in annotation coverage for assembler sources
|
||||
|
||||
* Fri Aug 31 2018 Leigh Scott <leigh123linux@googlemail.com> - 3.4-5
|
||||
- update libary versions used for fips
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user