2016-02-23 21:19:58 +00:00
|
|
|
diff --git libsemanage-2.5/utils/semanage_migrate_store libsemanage-2.5/utils/semanage_migrate_store
|
2016-02-21 11:36:19 +00:00
|
|
|
index 0ebd285..2bdcc05 100755
|
2016-02-23 21:19:58 +00:00
|
|
|
--- libsemanage-2.5/utils/semanage_migrate_store
|
|
|
|
+++ libsemanage-2.5/utils/semanage_migrate_store
|
2016-02-21 11:36:19 +00:00
|
|
|
@@ -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)
|
|
|
|
|
|
|
|
|