From 08d4caed071d4f4133a6cd6712555b28f929689d539b8a63e7425281474a5337 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Wed, 24 Dec 2014 16:18:44 +0000 Subject: [PATCH] Accepting request 264508 from home:dimstar:branches:server:proxy Use URLs to paths that the source validator actually understands and make this acceptable for Tumbleweed. The source validatory uses perl -I/usr/lib/build -MBuild -e Build::show /usr/lib/build/configs/sl13.2.conf squid.spec sources to find the sources; and this seems to not like the %() parts to expand. Would be nice to have this fixed in Tumbleweed - after failing for 19 days OBS-URL: https://build.opensuse.org/request/show/264508 OBS-URL: https://build.opensuse.org/package/show/server:proxy/squid?expand=0&rev=62 --- squid.changes | 6 ++++++ squid.spec | 6 ++---- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/squid.changes b/squid.changes index e6fd0d4..da5170f 100644 --- a/squid.changes +++ b/squid.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Tue Dec 2 10:27:49 UTC 2014 - dimstar@opensuse.org + +- Use URLs to paths that the source validator actually understands + and make this acceptable for Tumbleweed. + ------------------------------------------------------------------- Thu Nov 27 13:16:58 UTC 2014 - lmuelle@suse.com diff --git a/squid.spec b/squid.spec index 96f9986..1e9720f 100644 --- a/squid.spec +++ b/squid.spec @@ -26,11 +26,9 @@ License: GPL-2.0+ Group: Productivity/Networking/Web/Proxy Version: 3.4.9 Release: 0 -%define majorver %(echo %version|sed -re 's/^([0-9]).*/\1/g') -%define majminver %(echo %version|sed -re 's/^([0-9]\.[0-9]).*/\1/g') Url: http://www.squid-cache.org/Versions/v3/3.4 -Source0: http://www.squid-cache.org/Versions/%{majorver}/%{majminver}/%{name}-%{version}.tar.bz2 -Source1: http://www.squid-cache.org/Versions/%{majorver}/%{majminver}/%{name}-%{version}.tar.bz2.asc +Source0: http://www.squid-cache.org/Versions/v3/3.4/%{name}-%{version}.tar.bz2 +Source1: http://www.squid-cache.org/Versions/v3/3.4/%{name}-%{version}.tar.bz2.asc Source2: RELEASENOTES.html Source3: squid.init Source4: squid.sysconfig