https://bugzilla.redhat.com/show_bug.cgi?id=1527682
Neal Gompa <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #2 from Neal Gompa <[email protected]> --- A few spec comments: > BuildRequires: git Use "BuildRequires: git-core" to shorten the dep chain for buildroot (cuts out a lot of weird Perl things you're not even using ;) ) > %{?python_provide:%python_provide python2-%{sname}} This needs to be part of the subpackage preamble, not the description. Also, you need a version for the python 3 flavor, too. This package also needs adjustments to build in EPEL 7 Python 3, as that's going to be necessary for Koji. See for an example: https://src.fedoraproject.org/rpms/python-pika/blob/master/f/python-pika.spec -- You are receiving this mail because: You are on the CC list for the bug. You are always notified about changes to this product and component _______________________________________________ package-review mailing list -- [email protected] To unsubscribe send an email to [email protected]
