Skip to content

Commit

Permalink
Merge branch 'jb49761' into 'master'
Browse files Browse the repository at this point in the history
Fix building with aarch64 multilib

See merge request mer-core/policycoreutils!7
  • Loading branch information
Matti Kosola committed May 22, 2020
2 parents 79b737d + 2f6c717 commit a5adae7
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 a5adae7

Please sign in to comment.