Bug 693975 - openSUSE:Tools/obs-service-download_files: macros in source declarations are not supported
Summary: openSUSE:Tools/obs-service-download_files: macros in source declarations are ...
Status: RESOLVED FIXED
Alias: None
Product: openSUSE.org
Classification: openSUSE
Component: BuildService (show other bugs)
Version: unspecified
Hardware: x86-64 openSUSE 11.4
: P5 - None : Enhancement with 1 vote (vote)
Target Milestone: ---
Assignee: Adrian Schröter
QA Contact: Adrian Schröter
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-05-16 09:42 UTC by Christopher Yeleighton
Modified: 2012-04-03 15:21 UTC (History)
0 users

See Also:
Found By: Community User
Services Priority:
Business Priority:
Blocker: No
Marketing QA Status: ---
IT Deployment: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Christopher Yeleighton 2011-05-16 09:42:01 UTC
My source:

%define mfr_version 6.6.9
%define mfr_revision 9
%define source_version %{mfr_version}-%{mfr_revision}
Source:         http://image_magick.veidrodis.com/image_magick/ImageMagick-%{source_version}.tar.bz2


        service download_files failed:
+ echo Running /usr/lib/obs/service/download_files --outdir /lxc.tmp/out
Running /usr/lib/obs/service/download_files --outdir /lxc.tmp/out
+ /usr/lib/obs/service/download_files --outdir /lxc.tmp/out

It is impossible to fix without harnessing (or reimplementing ;-P) the RPM engine.
Comment 1 Adrian Schröter 2012-04-03 15:21:35 UTC
should be improved now, except you use scripts inside of macro definitions now (which will never be supported for speed and security reasons)