https://bugzilla.redhat.com/show_bug.cgi?id=2082886
Till Hofmann <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Flags|needinfo?(thofmann@fedorapr | |oject.org) | --- Comment #3 from Till Hofmann <[email protected]> --- Spec URL: https://thofmann.fedorapeople.org/python-nagios-plugins-check_systemd.spec SRPM URL: https://thofmann.fedorapeople.org/python-nagios-plugins-check_systemd-2.3.1-5.fc38.src.rpm I did not realize that the SPDX change was already in place, thanks for pointing this out! I've also changed it to LGPL-2.1-only. I also fixed the test, it should now build on rawhide. The problem was that the python module is not in the standard python module path but instead in the nagios plugins dir. It seems like previously, PATH was also considered when looking for modules, but not anymore. I've added the plugins dir to PYTHONPATH, which fixed the issue. I've also switched to using %_summary, as you suggested. -- You are receiving this mail because: You are always notified about changes to this product and component You are on the CC list for the bug. https://bugzilla.redhat.com/show_bug.cgi?id=2082886 _______________________________________________ package-review mailing list -- [email protected] To unsubscribe send an email to [email protected] Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/ List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/[email protected] Do not reply to spam, report it: https://pagure.io/fedora-infrastructure/new_issue
