From 78b8cd044b861bee6ff339bec12c356779dffec2 Mon Sep 17 00:00:00 2001 From: "Bryn M. Reeves" Date: Fri, 13 Dec 2024 18:16:15 +0000 Subject: [PATCH] Fix %files for python3-boom Resolves: RHEL-59512 Signed-off-by: Bryn M. Reeves --- boom-boot.spec | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/boom-boot.spec b/boom-boot.spec index c89e24a..b4c0ebe 100644 --- a/boom-boot.spec +++ b/boom-boot.spec @@ -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