Fix subpackages that are now sitearch instead of sitelib.

Signed-off-by: Kevin Fenzi <kevin@scrye.com>
epel9
Kevin Fenzi 4 years ago
parent a5cecee608
commit 411499aaba

@ -229,11 +229,11 @@ done
%doc docs Authors COPYING LGPL %doc docs Authors COPYING LGPL
%files -n python%{python3_pkgversion}-koji %files -n python%{python3_pkgversion}-koji
%{python3_sitelib}/%{name} %{python3_sitearch}/%{name}
%{python3_sitelib}/koji_cli %{python3_sitearch}/koji_cli
%files -n python%{python3_pkgversion}-%{name}-cli-plugins %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 # we don't have config files for default plugins yet
#%%dir %%{_sysconfdir}/koji/plugins #%%dir %%{_sysconfdir}/koji/plugins
#%%config(noreplace) %%{_sysconfdir}/koji/plugins/*.conf #%%config(noreplace) %%{_sysconfdir}/koji/plugins/*.conf

Loading…
Cancel
Save