How to make my Blockify OBS repo compatible with Fedora too?

Hi,

I would like to make this package of mine compatible with Fedora 22/23 as well as openSUSE, the problem is that Blockify requires Python bindings for GTK+ 2. For openSUSE this dependency is provided by python-gtk, while for Fedora the required package is pygtk2. How do I account for this in my Blockify spec file?

Thanks for your time,
Brenton

Hi
Read about cross-distribution;
https://en.opensuse.org/openSUSE:Build_Service_cross_distribution_howto

Bookmark this too :wink: https://en.opensuse.org/Portal:Packaging

Thanks, it’s working now.