Hi,

The spec in question:
http://jamielinux.fedorapeople.org/strongswan.spec

The lines in question:
%configure --disable-static \
    --with-ipsec-script=%{name} \
    ... snip

Last week build on koji rawhide was fine:
http://koji.fedoraproject.org/koji/buildinfo?buildID=433709

Today, the %configure macro swallowed a backslash linking the next line,
so "--with-ipsec-script=%{name}" was run as a command:
http://koji.fedoraproject.org/koji/getfile?taskID=5654451&name=build.log

Koji builds on f19 and f18 worked fine today with an identical spec.

Tried a scratch build using a triple backslash (\\\) which I've seen
used in some specs but never really understood if it's really needed or
not. It didn't fix the problem though:
http://koji.fedoraproject.org/koji/taskinfo?taskID=5654592

Any ideas?


Kind regards,

-- 
Jamie Nguyen


-- 
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel

Reply via email to