You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In Fedora 23, after the switch to python3, policycoreutils-python has generally been renamed to policycoreutils-python3. Also, most of the utilities (including the semanage command) have moved to policycoreutils-python-utils, which is probably the better package name to target.
(Yes, they're named inconsistently. I have no good explanation, this is just what it is. 😉 )
The text was updated successfully, but these errors were encountered:
Looks like Fedora 21 and up also require policycoreutils-devel to get the /usr/share/selinux/devel/Makefile, which has policycoreutils-python-utils as a requirement. Working on updating my pull request #89 to take that into account and that should also resolve this issue.
In Fedora 23, after the switch to python3,
policycoreutils-python
has generally been renamed topolicycoreutils-python3
. Also, most of the utilities (including thesemanage
command) have moved topolicycoreutils-python-utils
, which is probably the better package name to target.(Yes, they're named inconsistently. I have no good explanation, this is just what it is. 😉 )
The text was updated successfully, but these errors were encountered: