Ensure all subpackages either have the LICENSE file or depend on one with it

This commit is contained in:
Miro Hrončok 2023-02-28 16:40:49 +01:00
parent 9233071456
commit 16540ca168

View File

@ -111,7 +111,6 @@ export TZ=UTC
%files
%doc CHANGES.rst AUTHORS
%license LICENSE
%{_bindir}/pybabel
%if %{without bootstrap}
@ -122,6 +121,7 @@ export TZ=UTC
%if %{without bootstrap}
%files doc
%license LICENSE
%doc built-docs/html/*
%endif