Hey, I've noticed that python3-pypdf includes the LICENSE 2 times: $ rpm -q --licensefiles python3-pypdf /usr/lib/python3.14/site-packages/pypdf-6.16.1.dist- info/licenses/LICENSE /usr/share/licenses/python3-pypdf/LICENSE
This is due to including it both via %pyproject_save_files macro and manually via the '%license LICENSE' line: https://src.fedoraproject.org/rpms/python-pypdf/blob/5244ee1de1ad01cb3759e7a5ef653e649e2c6d96/f/python-pypdf.spec#_118 Originally, it needed to be manually added because it was not pulled in automatically by the build backend: https://lists.fedoraproject.org/archives/list/[email protected]/thread/4Y2VRLVAR3DJXBSFVDYJMU3G4ZNPGEU6/ Is it correct to drop the '%license LICENSE' now and ensure a LICENSE file is present via '%pyproject_save_files --assert-license'? See https://src.fedoraproject.org/rpms/python-pypdf/pull-request/4 Thanks and regards, Tadej -- _______________________________________________ python-devel 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://forge.fedoraproject.org/infra/tickets/issues/new
