From be0ba2bdb900426020a9437c7ddcef9dee7c7c2a Mon Sep 17 00:00:00 2001 From: Akrit Kumar Behera <84931167+akritkbehera@users.noreply.github.com> Date: Mon, 1 Jun 2026 17:14:20 +0200 Subject: [PATCH] Change config file download URLs in rivet.spec Updated URLs for config.guess and config.sub to point to cmsrep. --- rivet.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rivet.spec b/rivet.spec index d60e9d09e0e..f897dadfaeb 100644 --- a/rivet.spec +++ b/rivet.spec @@ -18,8 +18,8 @@ Patch1: rivet-2.7.0 # Update config.{guess,sub} to detect aarch64 and ppc64le rm -f %{_tmppath}/config.{sub,guess} -curl -L -k -s -o %{_tmppath}/config.guess 'http://git.savannah.gnu.org/gitweb/?p=config.git;a=blob_plain;f=config.guess;hb=HEAD' -curl -L -k -s -o %{_tmppath}/config.sub 'http://git.savannah.gnu.org/gitweb/?p=config.git;a=blob_plain;f=config.sub;hb=HEAD' +curl -L -k -s -o %{_tmppath}/config.guess 'http://cmsrep.cern.ch/cmssw/download/config/config.guess' +curl -L -k -s -o %{_tmppath}/config.sub 'http://cmsrep.cern.ch/cmssw/download/config/config.sub' for CONFIG_GUESS_FILE in $(find $RPM_BUILD_DIR -name 'config.guess') do rm -f $CONFIG_GUESS_FILE