Be more explicit in %files

See https://docs.fedoraproject.org/en-US/packaging-guidelines/Python/#_explicit_lists
This commit is contained in:
Miro Hrončok 2023-07-28 13:51:15 +02:00
parent 1493e133ad
commit c9a5b74207

View File

@ -66,7 +66,9 @@ rm -rf ext/_yaml.c
%files -n python3-pyyaml
%license LICENSE
%doc CHANGES README.md examples
%{python3_sitearch}/*
%{python3_sitearch}/yaml/
%{python3_sitearch}/_yaml/
%{python3_sitearch}/PyYAML-*.egg-info/
%changelog