https://bugzilla.redhat.com/show_bug.cgi?id=1713767
Miro Hrončok <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #6 from Miro Hrončok <[email protected]> --- (In reply to Richard W.M. Jones from comment #1) > python3-libnbd.x86_64: W: private-shared-object-provides > /usr/lib64/python3.7/site-packages/libnbdmod.cpython-37m-x86_64-linux-gnu.so > libnbdmod.cpython-37m-x86_64-linux-gnu.so()(64bit) > > - no idea about this one It's a Python extension module that is called "lib..." and the RPM provides generator picks it up. You SHOULD filter it out, see https://docs.fedoraproject.org/en-US/packaging-guidelines/AutoProvidesAndRequiresFiltering/ Use something like (untested): %global __requires_exclude_from ^%{python3_sitearch}/lib.*\\.so > libnbd.src: W: strange-permission libnbd-0.1.tar.gz.sig 775 > > - not sure about this one I don't understand why a signature file has executable permissions. -- 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] Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/[email protected]
