Fix %files for python3-boom
Resolves: RHEL-59512 Signed-off-by: Bryn M. Reeves <bmr@redhat.com>
This commit is contained in:
parent
6360fc0294
commit
78b8cd044b
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user