Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[policycoreutils] Fix building with aarch64 multilib. JB#49761
Signed-off-by: Matti Kosola <matti.kosola@jolla.com>
  • Loading branch information
mkosola committed May 22, 2020
1 parent 79b737d commit 2f6c717
Showing 1 changed file with 3 additions and 11 deletions.
14 changes: 3 additions & 11 deletions rpm/policycoreutils.spec
Expand Up @@ -27,14 +27,6 @@

%global generatorsdir /lib/systemd/system-generators

%if ! %{defined python3_sitearch}
%define python3_sitearch /%{_libdir}/python3.?/site-packages
%endif

%if ! %{defined python3_sitelib}
%define python3_sitelib /%{_libdir}/python3.?/site-packages
%endif

Summary: SELinux policy core utilities
Name: policycoreutils
Version: 3.0
Expand Down Expand Up @@ -214,9 +206,9 @@ The policycoreutils-python3 package contains the interfaces that can be used
by python 3 in an SELinux environment.

%files python3
%{python3_sitearch}/seobject.py*
%{python3_sitearch}/__pycache__
%{python3_sitearch}/sepolgen
%{python3_sitelib}/seobject.py*
%{python3_sitelib}/__pycache__
%{python3_sitelib}/sepolgen
%dir %{python3_sitelib}/sepolicy
%{python3_sitelib}/sepolicy/templates
%dir %{python3_sitelib}/sepolicy/help
Expand Down

0 comments on commit 2f6c717

Please sign in to comment.