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
This commit is contained in:
parent
c3f10526dc
commit
08d4caed07
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user