https://bugzilla.redhat.com/show_bug.cgi?id=2162249



--- Comment #4 from Vitaly Zaitsev <[email protected]> ---
> %{_defaultdocdir}/HTML/en/gitklient/*

Package should own its docs directory:

%{_defaultdocdir}/HTML/en/%{name}

> %{_libdir}/lib%{name}.so.*
> %{_libdir}/lib%{name}gui.so.*
> %{_libdir}/lib%{name}diff.so.*

Please include soversion number to avoid accidental bumps:

%{_libdir}/lib%{name}.so.0*
%{_libdir}/lib%{name}gui.so.0*
%{_libdir}/lib%{name}diff.so.0*

> License:        GPL-3.0-or-later

License: GPL-3.0-or-later AND GPL-2.0-or-later AND BSD-3-Clause


-- 
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
https://bugzilla.redhat.com/show_bug.cgi?id=2162249
_______________________________________________
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

Reply via email to