From 8b57fb1b4bacd88815d30dce1ae815785d0d52f3 Mon Sep 17 00:00:00 2001 From: David Abdurachmanov Date: Wed, 19 Oct 2022 10:00:02 +0300 Subject: [PATCH] Fix old config scripts Signed-off-by: David Abdurachmanov --- ntl.spec | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/ntl.spec b/ntl.spec index deed29d..ac7f938 100644 --- a/ntl.spec +++ b/ntl.spec @@ -3,7 +3,7 @@ Summary: High-performance algorithms for vectors, matrices, and polynomials Name: ntl Version: 11.5.1 -Release: 4%{?dist} +Release: 4.0.riscv64%{?dist} License: LGPLv2+ URL: https://libntl.org/ @@ -50,6 +50,9 @@ Requires: %{name}%{?_isa} = %{version}-%{release} %prep %autosetup -p0 +# Fix old config scripts +find . -name 'config.sub' -exec cp -vf /usr/lib/rpm/%{?_vendor}/config.sub {} \; +find . -name 'config.guess' -exec cp -vf /usr/lib/rpm/%{?_vendor}/config.guess {} \; %build # TODO: Once we can assume z15, add TUNE=linux-s390x to the flags for s390x @@ -124,6 +127,9 @@ done %changelog +* Wed Oct 19 2022 David Abdurachmanov - 11.5.1-4.0.riscv64 +- Fix old config scripts + * Fri Jul 22 2022 Fedora Release Engineering - 11.5.1-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild