Fix %files for python3-boom

Resolves: RHEL-59512

Signed-off-by: Bryn M. Reeves <bmr@redhat.com>
This commit is contained in:
Bryn M. Reeves 2024-12-13 18:16:15 +00:00
parent 6360fc0294
commit 78b8cd044b

View File

@ -127,6 +127,11 @@ rm doc/conf.py
%license COPYING
%doc README.md
%{python3_sitelib}/boom/
%if 0%{?centos} || 0%{?rhel}
%{python3_sitelib}/boom*.egg-info/
%else
%{python3_sitelib}/boom*.dist-info/
%endif
%doc doc
%doc examples
%doc tests