http://bugzilla.novell.com/show_bug.cgi?id=613965 http://bugzilla.novell.com/show_bug.cgi?id=613965#c0 Summary: Specfile rewrite breaking marcros Classification: openSUSE Product: openSUSE.org Version: unspecified Platform: Other OS/Version: Other Status: NEW Severity: Normal Priority: P5 - None Component: BuildService AssignedTo: bnc-team-screening@forge.provo.novell.com ReportedBy: pzb@novell.com QAContact: adrian@novell.com CC: aj@novell.com Found By: --- Blocker: --- The following snippet is from a build log. Now that it is removing a '{' from the macro, resulting in invalid perl, which breaks the build. ----------------------------------------------------------------- I have the following modifications for perl-Params-Validate.spec: 4c4 < Release: %(echo `awk '{ print $2 }' %{SOURCE9999}`)%{?dist} ---
Release: 1.1 11,13c11,13 < Requires: %(perl -MConfig -le 'if (defined $Config{useithreads}) { print "perl(:WITH_ITHREADS)" } else { print "perl(:WITHOUT_ITHREADS)" }') < Requires: %(perl -MConfig -le 'if (defined $Config{usethreads}) { print "perl(:WITH_THREADS)" } else { print "perl(:WITHOUT_THREADS)" }') < Requires: %(perl -MConfig -le 'if (defined $Config{uselargefiles}) { print "perl(:WITH_LARGEFILES)" } else { print "perl(:WITHOUT_LARGEFILES)" }')
Requires: %(perl -MConfig -le 'if (defined $Config{useithreads}) { print "perl(:WITH_ITHREADS)" } else "perl(:WITHOUT_ITHREADS)" }') Requires: %(perl -MConfig -le 'if (defined $Config{usethreads}) { print "perl(:WITH_THREADS)" } else "perl(:WITHOUT_THREADS)" }') Requires: %(perl -MConfig -le 'if (defined $Config{uselargefiles}) { print "perl(:WITH_LARGEFILES)" } else "perl(:WITHOUT_LARGEFILES)" }')
-- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.