Thanks a lot Marcus! It worked for me.

With Regards,
Rajasekhar

>>> Marcus Meissner <meissner@suse.de> 12/8/2015 3:52 PM >>>
On Mon, Dec 07, 2015 at 11:12:52PM -0700, Rajasekhar Nukala wrote:
> Hi Opensuse Build Service,
>
> I am Rajasekhar Nukala from Build Team, ZENworks(SMG). Before migrating to OBS, we were using "mbuild(10.160.0.107)" for building our CASA code to generate rpms. After moving to OBS, we are able to generate all the rpms except "CASA-32bit-1.7.1885-1.x86_64.rpm". We haven't changed any spec file. Could you please let us know how it was getting generated with mbuild and not with OBS.
>
> PFA the spec and obs link for reference
>
> https://build.opensuse.org/package/show/home:nrajasekhar/CASA

Add a baselibs.conf file, which contains as single line:
    CASA

Then in the i586 architeecture a CASA-32bit package will be built with the 32bit libraries.

Ciao, Marcus