From 411499aabaa1466581ab1dbc9c53475a52a9257f Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Fri, 23 Oct 2020 13:38:18 -0700 Subject: [PATCH] Fix subpackages that are now sitearch instead of sitelib. Signed-off-by: Kevin Fenzi --- koji.spec | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/koji.spec b/koji.spec index 43dc234..7f39f63 100644 --- a/koji.spec +++ b/koji.spec @@ -229,11 +229,11 @@ done %doc docs Authors COPYING LGPL %files -n python%{python3_pkgversion}-koji -%{python3_sitelib}/%{name} -%{python3_sitelib}/koji_cli +%{python3_sitearch}/%{name} +%{python3_sitearch}/koji_cli %files -n python%{python3_pkgversion}-%{name}-cli-plugins -%{python3_sitelib}/koji_cli_plugins +%{python3_sitearch}/koji_cli_plugins # we don't have config files for default plugins yet #%%dir %%{_sysconfdir}/koji/plugins #%%config(noreplace) %%{_sysconfdir}/koji/plugins/*.conf