#!/usr/bin/python import rpm spec = rpm.spec("rdma-core.spec") print '%s' % (getattr(spec, "build"),)
The Open Build Service is an openSUSE project.