On Fri, Aug 30, 2013 at 12:46 AM, Miroslav Suchý <msuchy@redhat.com> wrote:
On 08/30/2013 05:56 AM, Dave Johansen wrote:
But that doesn't work

You mean that it is not executed at all? Then you probably do not have defined macro scl. Which is probably because you do not have installed meta-package (devtoolset-1.1-build) in you buildroot.
Note that if you are using buildroot, it will not help you to use BuildRequires as it need to be installed before src.rpm is evaluated. So you must modify mock config:
https://fedoraproject.org/wiki/User:Bkabrda/SCLGuidelinesDraft#Building_Packages

That seems a bit different than what I'm going for. These packages won't build without the devtoolset SCL, so I can't support the package without that SCL. So is using that macro really the right thing to do?