83d1ec7678
- Update to upstream release 2016-02-23
20 lines
638 B
Diff
20 lines
638 B
Diff
diff --git libsemanage-2.5/utils/semanage_migrate_store libsemanage-2.5/utils/semanage_migrate_store
|
|
index 0ebd285..2bdcc05 100755
|
|
--- libsemanage-2.5/utils/semanage_migrate_store
|
|
+++ libsemanage-2.5/utils/semanage_migrate_store
|
|
@@ -1,4 +1,4 @@
|
|
-#!/usr/bin/python -E
|
|
+#!/usr/bin/python3 -E
|
|
|
|
|
|
from __future__ import print_function
|
|
@@ -16,7 +16,7 @@ try:
|
|
import selinux
|
|
import semanage
|
|
except:
|
|
- print("You must install libselinux-python and libsemanage-python before running this tool", file=sys.stderr)
|
|
+ print("You must install libselinux-python3 and libsemanage-python3 before running this tool", file=sys.stderr)
|
|
exit(1)
|
|
|
|
|