https://bugzilla.redhat.com/show_bug.cgi?id=1241919 --- Comment #16 from Jackson Isaac <jacksonisaac2008@xxxxxxxxx> --- (In reply to Matthias Runge from comment #14) > more comments: > > - your package needs to provide python2-line_profiler and > python3-line_profiler This can be done by adding Provides: python2-%{pkgname} and inside python3 if block Provides: python3-%{pkgname} ? Also, the script placed in /usr/bin would be of same name, so I would have to add %{_bindir}/kernprof2 and %{_bindir}/kernprof3 under %files so that py2/py3 versions of it can be used along each other. Should I add a '-' between kernprof and version too ? > - drop requires on python2, python3 and python-libs Aren't they required while building as such ? or rather they are shipped along with the installation CD ? > - be more specific on file list (other than just including everything) Do you mean the %{python2_sitelib}/* and %{python3_sitearch}/* ? > - please take care to use compiler flags in build I referred to various spec and was confused about it, will take care of that. -- 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 package-review@xxxxxxxxxxxxxxxxxxxxxxx https://admin.fedoraproject.org/mailman/listinfo/package-review