builder-plugins not py2 only anymore

This commit is contained in:
Mike McLean 2019-02-12 20:20:49 -05:00
parent fb29b5f580
commit 56f9d38e3e

View file

@ -536,14 +536,12 @@ rm -rf $RPM_BUILD_ROOT
%{_prefix}/lib/koji-hub-plugins/__pycache__
%endif
%if 0%{py2_support} > 1
%files builder-plugins
%defattr(-,root,root)
%dir /etc/kojid/plugins
%config(noreplace) /etc/kojid/plugins/*.conf
%dir %{_prefix}/lib/koji-builder-plugins
%{_prefix}/lib/koji-builder-plugins/*.py*
%endif
%if 0%{py2_support} > 1
%files utils