From 65f8d8742e47210f59a91cfa3f0dac0cb1223d59 Mon Sep 17 00:00:00 2001 From: Stefan Schantl Date: Sat, 25 Mar 2023 20:09:15 +0100 Subject: [PATCH] whois: Change download location Debian moved to a recent version of which and dropped the source tarball from their server. Signed-off-by: Stefan Schantl --- whois/whois.nm | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/whois/whois.nm b/whois/whois.nm index a53114bb3..21cdff974 100644 --- a/whois/whois.nm +++ b/whois/whois.nm @@ -5,7 +5,7 @@ name = whois version = 5.5.15 -release = 1.1 +release = 2 groups = Applications/Internet url = https://github.com/rfc1036/whois @@ -20,12 +20,10 @@ description whois.networksolutions.com end -source_dl = http://ftp.debian.org/debian/pool/main/w/whois/ -sources = %{name}_%{version}.tar.xz +source_dl = https://github.com/rfc1036/whois/archive/refs/tags/v%{version}.tar.gz#/ +sources = %{thisapp}.tar.gz build - DIR_APP = %{DIR_SRC}/%{name} - requires libidn2-devel libxcrypt-devel -- 2.47.3