Bugzilla – Bug 693975
openSUSE:Tools/obs-service-download_files: macros in source declarations are not supported
Last modified: 2012-04-03 15:21:35 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.
should be improved now, except you use scripts inside of macro definitions now (which will never be supported for speed and security reasons)