Mark the installed LICENSE.txt as %license instead of duplicating it

This commit is contained in:
Miro Hrončok 2021-08-09 20:37:32 +02:00
parent d39c496473
commit 8f31f816cc

View File

@ -359,8 +359,8 @@ pytest_k='not completion and
%files -n python%{python3_pkgversion}-%{srcname}
%license LICENSE.txt
%doc README.rst
%license %{python3_sitelib}/pip-%{upstream_version}.dist-info/LICENSE.txt
%if %{with doc}
%{_mandir}/man1/pip.*
%{_mandir}/man1/pip-*.*