From afb5e45daa608c13ce83907616f1b016e0a44e98 Mon Sep 17 00:00:00 2001 From: Petr Lautrbach Date: Thu, 14 Jun 2018 11:04:36 +0200 Subject: [PATCH] Move gui python files to -gui subpackage --- setools.spec | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/setools.spec b/setools.spec index e354f60..a7318a8 100644 --- a/setools.spec +++ b/setools.spec @@ -180,10 +180,12 @@ popd # For noarch packages: sitelib # %{python3_sitelib}/* # For arch-specific packages: sitearch -%{python3_sitearch}/* +%{python3_sitearch}/setools +%{python3_sitearch}/setools-* %files gui %{_bindir}/apol +%{python3_sitearch}/setoolsgui %{_mandir}/man1/apol* %changelog