Move gui python files to -gui subpackage

This commit is contained in:
Petr Lautrbach 2018-08-23 10:46:10 +02:00
parent e3f72ce011
commit e789767476
1 changed files with 3 additions and 1 deletions

View File

@ -172,10 +172,12 @@ popd
%files -n python3-setools
%license COPYING COPYING.GPL COPYING.LGPL
%{python3_sitearch}/*
%{python3_sitearch}/setools
%{python3_sitearch}/setools-*
%files gui
%{_bindir}/apol
%{python3_sitearch}/setoolsgui
%{_mandir}/man1/apol*
%changelog