diff --git a/policycoreutils-rhat.patch b/policycoreutils-rhat.patch
index f795f63..d55debe 100644
--- a/policycoreutils-rhat.patch
+++ b/policycoreutils-rhat.patch
@@ -1,17 +1,17 @@
-diff --git a/policycoreutils/Makefile b/policycoreutils/Makefile
+diff --git a/Makefile b/Makefile
index 83ebd45..bea9814 100644
---- a/policycoreutils/Makefile
-+++ b/policycoreutils/Makefile
+--- a/Makefile
++++ b/Makefile
@@ -1,4 +1,4 @@
-SUBDIRS = sepolicy setfiles semanage load_policy newrole run_init sandbox secon audit2allow sestatus semodule_package semodule semodule_link semodule_expand semodule_deps sepolgen-ifgen setsebool scripts po man gui
+SUBDIRS = sepolicy setfiles semanage load_policy newrole run_init sandbox secon audit2allow sestatus semodule_package semodule semodule_link semodule_expand semodule_deps sepolgen-ifgen setsebool scripts po man gui semanage/default_encoding
INOTIFYH = $(shell ls /usr/include/sys/inotify.h 2>/dev/null)
-diff --git a/policycoreutils/audit2allow/sepolgen-ifgen b/policycoreutils/audit2allow/sepolgen-ifgen
+diff --git a/audit2allow/sepolgen-ifgen b/audit2allow/sepolgen-ifgen
index 83c7ecf..7f8caaf 100644
---- a/policycoreutils/audit2allow/sepolgen-ifgen
-+++ b/policycoreutils/audit2allow/sepolgen-ifgen
+--- a/audit2allow/sepolgen-ifgen
++++ b/audit2allow/sepolgen-ifgen
@@ -82,7 +82,7 @@ def get_attrs(policy_path):
sys.stderr.write("No installed policy to check\n")
return None
@@ -52,10 +52,10 @@ index 83c7ecf..7f8caaf 100644
return 1
if_set = interfaces.InterfaceSet(output=log)
-diff --git a/policycoreutils/gui/Makefile b/policycoreutils/gui/Makefile
+diff --git a/gui/Makefile b/gui/Makefile
index 9d9f820..0c2b390 100644
---- a/policycoreutils/gui/Makefile
-+++ b/policycoreutils/gui/Makefile
+--- a/gui/Makefile
++++ b/gui/Makefile
@@ -12,7 +12,6 @@ domainsPage.py \
fcontextPage.py \
html_util.py \
@@ -64,10 +64,10 @@ index 9d9f820..0c2b390 100644
modulesPage.py \
polgen.glade \
portsPage.py \
-diff --git a/policycoreutils/gui/booleansPage.py b/policycoreutils/gui/booleansPage.py
+diff --git a/gui/booleansPage.py b/gui/booleansPage.py
index eee954d..0c4b14b 100644
---- a/policycoreutils/gui/booleansPage.py
-+++ b/policycoreutils/gui/booleansPage.py
+--- a/gui/booleansPage.py
++++ b/gui/booleansPage.py
@@ -18,20 +18,17 @@
# You should have received a copy of the GNU General Public License
# Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
@@ -177,10 +177,10 @@ index eee954d..0c4b14b 100644
self.ready()
def on_local_clicked(self, button):
-diff --git a/policycoreutils/gui/domainsPage.py b/policycoreutils/gui/domainsPage.py
+diff --git a/gui/domainsPage.py b/gui/domainsPage.py
index 6af1e9a..39a4574 100644
---- a/policycoreutils/gui/domainsPage.py
-+++ b/policycoreutils/gui/domainsPage.py
+--- a/gui/domainsPage.py
++++ b/gui/domainsPage.py
@@ -20,7 +20,7 @@ import string
import gtk
import gtk.glade
@@ -256,10 +256,10 @@ index 6af1e9a..39a4574 100644
+ except subprocess.CalledProcessError as e:
+ self.error(e.output)
+ self.ready()
-diff --git a/policycoreutils/gui/fcontextPage.py b/policycoreutils/gui/fcontextPage.py
+diff --git a/gui/fcontextPage.py b/gui/fcontextPage.py
index 131f1c2..9a34143 100644
---- a/policycoreutils/gui/fcontextPage.py
-+++ b/policycoreutils/gui/fcontextPage.py
+--- a/gui/fcontextPage.py
++++ b/gui/fcontextPage.py
@@ -18,10 +18,9 @@
## Author: Dan Walsh
import gtk
@@ -489,10 +489,10 @@ index 131f1c2..9a34143 100644
- self.store.set_value(iter, SPEC_COL, fspec)
- self.store.set_value(iter, FTYPE_COL, ftype)
- self.store.set_value(iter, TYPE_COL, "%s:%s" % (type, mls))
-diff --git a/policycoreutils/gui/html_util.py b/policycoreutils/gui/html_util.py
+diff --git a/gui/html_util.py b/gui/html_util.py
index 68eed76..32de37a 100644
---- a/policycoreutils/gui/html_util.py
-+++ b/policycoreutils/gui/html_util.py
+--- a/gui/html_util.py
++++ b/gui/html_util.py
@@ -30,7 +30,8 @@ import htmllib
import formatter as Formatter
import string
@@ -530,10 +530,10 @@ index 68eed76..32de37a 100644
result = body_component()
if type(result) in [TupleType, ListType]:
for item in result:
-diff --git a/policycoreutils/gui/loginsPage.py b/policycoreutils/gui/loginsPage.py
+diff --git a/gui/loginsPage.py b/gui/loginsPage.py
index ec29fd9..8a1c0b7 100644
---- a/policycoreutils/gui/loginsPage.py
-+++ b/policycoreutils/gui/loginsPage.py
+--- a/gui/loginsPage.py
++++ b/gui/loginsPage.py
@@ -16,13 +16,10 @@
## Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
@@ -734,10 +734,10 @@ index ec29fd9..8a1c0b7 100644
- self.store.set_value(iter, 0, target)
- self.store.set_value(iter, 1, seuser)
- self.store.set_value(iter, 2, seobject.translate(serange))
-diff --git a/policycoreutils/gui/mappingsPage.py b/policycoreutils/gui/mappingsPage.py
+diff --git a/gui/mappingsPage.py b/gui/mappingsPage.py
deleted file mode 100644
index fd0ea75..0000000
---- a/policycoreutils/gui/mappingsPage.py
+--- a/gui/mappingsPage.py
+++ /dev/null
@@ -1,55 +0,0 @@
-## mappingsPage.py - show selinux mappings
@@ -795,10 +795,10 @@ index fd0ea75..0000000
- keys.sort()
- for k in keys:
- print "%-25s %-25s %-25s" % (k, dict[k][0], translate(dict[k][1]))
-diff --git a/policycoreutils/gui/modulesPage.py b/policycoreutils/gui/modulesPage.py
+diff --git a/gui/modulesPage.py b/gui/modulesPage.py
index 9ff0766..a52863e 100644
---- a/policycoreutils/gui/modulesPage.py
-+++ b/policycoreutils/gui/modulesPage.py
+--- a/gui/modulesPage.py
++++ b/gui/modulesPage.py
@@ -20,7 +20,7 @@ import string
import gtk
import gtk.glade
@@ -973,10 +973,10 @@ index 9ff0766..a52863e 100644
+ except subprocess.CalledProcessError as e:
+ self.error(e.output)
+ self.ready()
-diff --git a/policycoreutils/gui/polgen.glade b/policycoreutils/gui/polgen.glade
+diff --git a/gui/polgen.glade b/gui/polgen.glade
index 37c1472..9854fb2 100644
---- a/policycoreutils/gui/polgen.glade
-+++ b/policycoreutils/gui/polgen.glade
+--- a/gui/polgen.glade
++++ b/gui/polgen.glade
@@ -758,7 +758,7 @@
True
False
@@ -1067,10 +1067,10 @@ index 37c1472..9854fb2 100644
False
-diff --git a/policycoreutils/gui/polgengui.py b/policycoreutils/gui/polgengui.py
+diff --git a/gui/polgengui.py b/gui/polgengui.py
index 0f0e564..1b88c47 100644
---- a/policycoreutils/gui/polgengui.py
-+++ b/policycoreutils/gui/polgengui.py
+--- a/gui/polgengui.py
++++ b/gui/polgengui.py
@@ -30,29 +30,15 @@ import gnome
import sys
try:
@@ -1188,10 +1188,10 @@ index 0f0e564..1b88c47 100644
iter = self.store.append()
self.store.set_value(iter, 0, f)
self.store.set_value(iter, 1, DIR)
-diff --git a/policycoreutils/gui/portsPage.py b/policycoreutils/gui/portsPage.py
+diff --git a/gui/portsPage.py b/gui/portsPage.py
index bfb4e36..e6c87c5 100644
---- a/policycoreutils/gui/portsPage.py
-+++ b/policycoreutils/gui/portsPage.py
+--- a/gui/portsPage.py
++++ b/gui/portsPage.py
@@ -16,14 +16,11 @@
## Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
@@ -1444,10 +1444,10 @@ index bfb4e36..e6c87c5 100644
def on_group_clicked(self, button):
self.ports_add_button.set_sensitive(self.group)
-diff --git a/policycoreutils/gui/semanagePage.py b/policycoreutils/gui/semanagePage.py
+diff --git a/gui/semanagePage.py b/gui/semanagePage.py
index 3a0e478..040a4f8 100644
---- a/policycoreutils/gui/semanagePage.py
-+++ b/policycoreutils/gui/semanagePage.py
+--- a/gui/semanagePage.py
++++ b/gui/semanagePage.py
@@ -37,8 +37,8 @@ try:
unicode=False,
codeset = 'utf-8')
@@ -1538,10 +1538,10 @@ index 3a0e478..040a4f8 100644
self.error(e.args[0])
self.dialog.hide()
-diff --git a/policycoreutils/gui/statusPage.py b/policycoreutils/gui/statusPage.py
+diff --git a/gui/statusPage.py b/gui/statusPage.py
index 02685f2..6510d2a 100644
---- a/policycoreutils/gui/statusPage.py
-+++ b/policycoreutils/gui/statusPage.py
+--- a/gui/statusPage.py
++++ b/gui/statusPage.py
@@ -16,18 +16,14 @@
## Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
@@ -1622,10 +1622,10 @@ index 02685f2..6510d2a 100644
continue
fd.write(l)
fd.close()
-diff --git a/policycoreutils/gui/system-config-selinux.py b/policycoreutils/gui/system-config-selinux.py
+diff --git a/gui/system-config-selinux.py b/gui/system-config-selinux.py
index bc3027e..9482fa5 100644
---- a/policycoreutils/gui/system-config-selinux.py
-+++ b/policycoreutils/gui/system-config-selinux.py
+--- a/gui/system-config-selinux.py
++++ b/gui/system-config-selinux.py
@@ -25,9 +25,9 @@ import string
import sys
try:
@@ -1659,10 +1659,10 @@ index bc3027e..9482fa5 100644
self.error(e.message)
xml.signal_connect("on_quit_activate", self.destroy)
-diff --git a/policycoreutils/gui/usersPage.py b/policycoreutils/gui/usersPage.py
+diff --git a/gui/usersPage.py b/gui/usersPage.py
index 93804ac..1451903 100644
---- a/policycoreutils/gui/usersPage.py
-+++ b/policycoreutils/gui/usersPage.py
+--- a/gui/usersPage.py
++++ b/gui/usersPage.py
@@ -16,13 +16,10 @@
## Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
@@ -1826,10 +1826,10 @@ index 93804ac..1451903 100644
- except ValueError, e:
+ except ValueError as e:
self.error(e.args[0])
-diff --git a/policycoreutils/newrole/newrole.c b/policycoreutils/newrole/newrole.c
+diff --git a/newrole/newrole.c b/newrole/newrole.c
index dfb8c7f..4e59a06 100644
---- a/policycoreutils/newrole/newrole.c
-+++ b/policycoreutils/newrole/newrole.c
+--- a/newrole/newrole.c
++++ b/newrole/newrole.c
@@ -547,9 +547,7 @@ static int drop_capabilities(int full)
if (!uid) return 0;
@@ -1973,10 +1973,10 @@ index dfb8c7f..4e59a06 100644
/* Handle environment changes */
if (restore_environment(preserve_environment, old_environ, &pw)) {
fprintf(stderr, _("Unable to restore the environment, "
-diff --git a/policycoreutils/po/Makefile b/policycoreutils/po/Makefile
+diff --git a/po/Makefile b/po/Makefile
index a693823..555f381 100644
---- a/policycoreutils/po/Makefile
-+++ b/policycoreutils/po/Makefile
+--- a/po/Makefile
++++ b/po/Makefile
@@ -28,7 +28,7 @@ POTFILES = \
../run_init/run_init.c \
../semodule_link/semodule_link.c \
@@ -2031,10 +2031,10 @@ index a693823..555f381 100644
../sepolicy/info.c \
../sepolicy/search.c \
../sepolicy/sepolicy.py \
-diff --git a/policycoreutils/po/POTFILES b/policycoreutils/po/POTFILES
+diff --git a/po/POTFILES b/po/POTFILES
index bcb9e99..ae25133 100644
---- a/policycoreutils/po/POTFILES
-+++ b/policycoreutils/po/POTFILES
+--- a/po/POTFILES
++++ b/po/POTFILES
@@ -2,7 +2,7 @@
../run_init/run_init.c
../semodule_link/semodule_link.c
@@ -2089,10 +2089,10 @@ index bcb9e99..ae25133 100644
../sepolicy/info.c
../sepolicy/search.c
../sepolicy/sepolicy.py
-diff --git a/policycoreutils/po/POTFILES.in b/policycoreutils/po/POTFILES.in
+diff --git a/po/POTFILES.in b/po/POTFILES.in
index aca0474..0ccb542 100644
---- a/policycoreutils/po/POTFILES.in
-+++ b/policycoreutils/po/POTFILES.in
+--- a/po/POTFILES.in
++++ b/po/POTFILES.in
@@ -2,7 +2,7 @@ run_init/open_init_pty.c
run_init/run_init.c
semodule_link/semodule_link.c
@@ -2147,11 +2147,11 @@ index aca0474..0ccb542 100644
sepolicy/sepolicy/transition.py
sepolicy/sepolicy/templates/executable.py
sepolicy/sepolicy/templates/__init__.py
-diff --git a/policycoreutils/po/ach.po b/policycoreutils/po/ach.po
+diff --git a/po/ach.po b/po/ach.po
new file mode 100644
index 0000000..0d84e13
--- /dev/null
-+++ b/policycoreutils/po/ach.po
++++ b/po/ach.po
@@ -0,0 +1,5198 @@
+# SOME DESCRIPTIVE TITLE.
+# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
@@ -7351,10 +7351,10 @@ index 0000000..0d84e13
+#: ../sepolicy/sepolicy/gui.py:2777
+msgid "Loss of data Dialog"
+msgstr ""
-diff --git a/policycoreutils/po/af.po b/policycoreutils/po/af.po
+diff --git a/po/af.po b/po/af.po
index e4a6e09..e3cd32f 100644
---- a/policycoreutils/po/af.po
-+++ b/policycoreutils/po/af.po
+--- a/po/af.po
++++ b/po/af.po
@@ -1,21 +1,20 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
@@ -12614,10 +12614,10 @@ index e4a6e09..e3cd32f 100644
+#: ../sepolicy/sepolicy/gui.py:2777
msgid "Loss of data Dialog"
msgstr ""
-diff --git a/policycoreutils/po/af_ZA.po b/policycoreutils/po/af_ZA.po
+diff --git a/po/af_ZA.po b/po/af_ZA.po
index fb0b1d9..6409e2a 100644
---- a/policycoreutils/po/af_ZA.po
-+++ b/policycoreutils/po/af_ZA.po
+--- a/po/af_ZA.po
++++ b/po/af_ZA.po
@@ -1,21 +1,20 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
@@ -17877,10 +17877,10 @@ index fb0b1d9..6409e2a 100644
+#: ../sepolicy/sepolicy/gui.py:2777
msgid "Loss of data Dialog"
msgstr ""
-diff --git a/policycoreutils/po/aln.po b/policycoreutils/po/aln.po
+diff --git a/po/aln.po b/po/aln.po
index 507644c..b7d66d0 100644
---- a/policycoreutils/po/aln.po
-+++ b/policycoreutils/po/aln.po
+--- a/po/aln.po
++++ b/po/aln.po
@@ -1,21 +1,20 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
@@ -23140,10 +23140,10 @@ index 507644c..b7d66d0 100644
+#: ../sepolicy/sepolicy/gui.py:2777
msgid "Loss of data Dialog"
msgstr ""
-diff --git a/policycoreutils/po/am.po b/policycoreutils/po/am.po
+diff --git a/po/am.po b/po/am.po
index db49486..7e68aa6 100644
---- a/policycoreutils/po/am.po
-+++ b/policycoreutils/po/am.po
+--- a/po/am.po
++++ b/po/am.po
@@ -1,21 +1,20 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
@@ -28403,10 +28403,10 @@ index db49486..7e68aa6 100644
+#: ../sepolicy/sepolicy/gui.py:2777
msgid "Loss of data Dialog"
msgstr ""
-diff --git a/policycoreutils/po/ar.po b/policycoreutils/po/ar.po
+diff --git a/po/ar.po b/po/ar.po
index b03fb78..6eaa817 100644
---- a/policycoreutils/po/ar.po
-+++ b/policycoreutils/po/ar.po
+--- a/po/ar.po
++++ b/po/ar.po
@@ -1,7 +1,7 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
@@ -33771,10 +33771,10 @@ index b03fb78..6eaa817 100644
+#: ../sepolicy/sepolicy/gui.py:2777
msgid "Loss of data Dialog"
msgstr ""
-diff --git a/policycoreutils/po/as.po b/policycoreutils/po/as.po
+diff --git a/po/as.po b/po/as.po
index 4689a67..09f3289 100644
---- a/policycoreutils/po/as.po
-+++ b/policycoreutils/po/as.po
+--- a/po/as.po
++++ b/po/as.po
@@ -1,27 +1,26 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
@@ -40144,10 +40144,10 @@ index 4689a67..09f3289 100644
-#~ msgid "GTK Not Available"
-#~ msgstr "GTK উপলব্ধ নহয়"
+msgstr "তথ্যৰ ক্ষতি ডাইলগ"
-diff --git a/policycoreutils/po/ast.po b/policycoreutils/po/ast.po
+diff --git a/po/ast.po b/po/ast.po
index 1a5bc23..4595f6e 100644
---- a/policycoreutils/po/ast.po
-+++ b/policycoreutils/po/ast.po
+--- a/po/ast.po
++++ b/po/ast.po
@@ -1,21 +1,20 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
@@ -45406,10 +45406,10 @@ index 1a5bc23..4595f6e 100644
+#: ../sepolicy/sepolicy/gui.py:2777
msgid "Loss of data Dialog"
msgstr ""
-diff --git a/policycoreutils/po/az.po b/policycoreutils/po/az.po
+diff --git a/po/az.po b/po/az.po
index 1936f49..c5a9b1f 100644
---- a/policycoreutils/po/az.po
-+++ b/policycoreutils/po/az.po
+--- a/po/az.po
++++ b/po/az.po
@@ -1,22 +1,21 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
@@ -50671,10 +50671,10 @@ index 1936f49..c5a9b1f 100644
+#: ../sepolicy/sepolicy/gui.py:2777
msgid "Loss of data Dialog"
msgstr ""
-diff --git a/policycoreutils/po/bal.po b/policycoreutils/po/bal.po
+diff --git a/po/bal.po b/po/bal.po
index 31b8576..84c7667 100644
---- a/policycoreutils/po/bal.po
-+++ b/policycoreutils/po/bal.po
+--- a/po/bal.po
++++ b/po/bal.po
@@ -1,20 +1,20 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
@@ -55933,10 +55933,10 @@ index 31b8576..84c7667 100644
+#: ../sepolicy/sepolicy/gui.py:2777
msgid "Loss of data Dialog"
msgstr ""
-diff --git a/policycoreutils/po/be.po b/policycoreutils/po/be.po
+diff --git a/po/be.po b/po/be.po
index e9c7007..15635db 100644
---- a/policycoreutils/po/be.po
-+++ b/policycoreutils/po/be.po
+--- a/po/be.po
++++ b/po/be.po
@@ -1,23 +1,21 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
@@ -61199,10 +61199,10 @@ index e9c7007..15635db 100644
+#: ../sepolicy/sepolicy/gui.py:2777
msgid "Loss of data Dialog"
msgstr ""
-diff --git a/policycoreutils/po/bg.po b/policycoreutils/po/bg.po
+diff --git a/po/bg.po b/po/bg.po
index 1e71e74..b79a88b 100644
---- a/policycoreutils/po/bg.po
-+++ b/policycoreutils/po/bg.po
+--- a/po/bg.po
++++ b/po/bg.po
@@ -1,23 +1,23 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
@@ -66945,10 +66945,10 @@ index 1e71e74..b79a88b 100644
+#: ../sepolicy/sepolicy/gui.py:2777
msgid "Loss of data Dialog"
msgstr ""
-diff --git a/policycoreutils/po/bn.po b/policycoreutils/po/bn.po
+diff --git a/po/bn.po b/po/bn.po
index 1db7396..2a78eb7 100644
---- a/policycoreutils/po/bn.po
-+++ b/policycoreutils/po/bn.po
+--- a/po/bn.po
++++ b/po/bn.po
@@ -1,20 +1,20 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
@@ -72206,10 +72206,10 @@ index 1db7396..2a78eb7 100644
+#: ../sepolicy/sepolicy/gui.py:2777
msgid "Loss of data Dialog"
msgstr ""
-diff --git a/policycoreutils/po/bn_BD.po b/policycoreutils/po/bn_BD.po
+diff --git a/po/bn_BD.po b/po/bn_BD.po
deleted file mode 100644
index b4f0bfa..0000000
---- a/policycoreutils/po/bn_BD.po
+--- a/po/bn_BD.po
+++ /dev/null
@@ -1,5099 +0,0 @@
-# SOME DESCRIPTIVE TITLE.
@@ -77311,10 +77311,10 @@ index b4f0bfa..0000000
-#: ../sepolicy/sepolicy/gui.py:2783
-msgid "Loss of data Dialog"
-msgstr ""
-diff --git a/policycoreutils/po/bn_IN.po b/policycoreutils/po/bn_IN.po
+diff --git a/po/bn_IN.po b/po/bn_IN.po
index 3d3cd0b..708dbda 100644
---- a/policycoreutils/po/bn_IN.po
-+++ b/policycoreutils/po/bn_IN.po
+--- a/po/bn_IN.po
++++ b/po/bn_IN.po
@@ -1,24 +1,27 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
@@ -83716,10 +83716,10 @@ index 3d3cd0b..708dbda 100644
msgid "Loss of data Dialog"
-msgstr ""
+msgstr "ডেটা ডায়লগ হারানো"
-diff --git a/policycoreutils/po/bo.po b/policycoreutils/po/bo.po
+diff --git a/po/bo.po b/po/bo.po
index 8664488..ea90fc0 100644
---- a/policycoreutils/po/bo.po
-+++ b/policycoreutils/po/bo.po
+--- a/po/bo.po
++++ b/po/bo.po
@@ -1,20 +1,20 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
@@ -88977,10 +88977,10 @@ index 8664488..ea90fc0 100644
+#: ../sepolicy/sepolicy/gui.py:2777
msgid "Loss of data Dialog"
msgstr ""
-diff --git a/policycoreutils/po/br.po b/policycoreutils/po/br.po
+diff --git a/po/br.po b/po/br.po
index 5c08944..6b329b7 100644
---- a/policycoreutils/po/br.po
-+++ b/policycoreutils/po/br.po
+--- a/po/br.po
++++ b/po/br.po
@@ -1,21 +1,20 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
@@ -94239,10 +94239,10 @@ index 5c08944..6b329b7 100644
+#: ../sepolicy/sepolicy/gui.py:2777
msgid "Loss of data Dialog"
msgstr ""
-diff --git a/policycoreutils/po/brx.po b/policycoreutils/po/brx.po
+diff --git a/po/brx.po b/po/brx.po
index 3d6ccd2..a2b42b9 100644
---- a/policycoreutils/po/brx.po
-+++ b/policycoreutils/po/brx.po
+--- a/po/brx.po
++++ b/po/brx.po
@@ -1,21 +1,20 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
@@ -99502,10 +99502,10 @@ index 3d6ccd2..a2b42b9 100644
+#: ../sepolicy/sepolicy/gui.py:2777
msgid "Loss of data Dialog"
msgstr ""
-diff --git a/policycoreutils/po/bs.po b/policycoreutils/po/bs.po
+diff --git a/po/bs.po b/po/bs.po
index ec4c1d3..a2d31ae 100644
---- a/policycoreutils/po/bs.po
-+++ b/policycoreutils/po/bs.po
+--- a/po/bs.po
++++ b/po/bs.po
@@ -1,34 +1,29 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
@@ -104840,10 +104840,10 @@ index ec4c1d3..a2d31ae 100644
+#: ../sepolicy/sepolicy/gui.py:2777
msgid "Loss of data Dialog"
msgstr ""
-diff --git a/policycoreutils/po/ca.po b/policycoreutils/po/ca.po
+diff --git a/po/ca.po b/po/ca.po
index 401e16f..5853b77 100644
---- a/policycoreutils/po/ca.po
-+++ b/policycoreutils/po/ca.po
+--- a/po/ca.po
++++ b/po/ca.po
@@ -1,7 +1,7 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
@@ -110303,10 +110303,10 @@ index 401e16f..5853b77 100644
+#: ../sepolicy/sepolicy/gui.py:2777
msgid "Loss of data Dialog"
msgstr ""
-diff --git a/policycoreutils/po/cs.po b/policycoreutils/po/cs.po
+diff --git a/po/cs.po b/po/cs.po
index 91d764b..fb59bca 100644
---- a/policycoreutils/po/cs.po
-+++ b/policycoreutils/po/cs.po
+--- a/po/cs.po
++++ b/po/cs.po
@@ -1,7 +1,7 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
@@ -115573,10 +115573,10 @@ index 91d764b..fb59bca 100644
+#: ../sepolicy/sepolicy/gui.py:2777
msgid "Loss of data Dialog"
msgstr ""
-diff --git a/policycoreutils/po/cs_CZ.po b/policycoreutils/po/cs_CZ.po
+diff --git a/po/cs_CZ.po b/po/cs_CZ.po
index 7f45f48..b27a708 100644
---- a/policycoreutils/po/cs_CZ.po
-+++ b/policycoreutils/po/cs_CZ.po
+--- a/po/cs_CZ.po
++++ b/po/cs_CZ.po
@@ -1,21 +1,20 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
@@ -120836,10 +120836,10 @@ index 7f45f48..b27a708 100644
+#: ../sepolicy/sepolicy/gui.py:2777
msgid "Loss of data Dialog"
msgstr ""
-diff --git a/policycoreutils/po/cy.po b/policycoreutils/po/cy.po
+diff --git a/po/cy.po b/po/cy.po
index c7ff335..1a27e75 100644
---- a/policycoreutils/po/cy.po
-+++ b/policycoreutils/po/cy.po
+--- a/po/cy.po
++++ b/po/cy.po
@@ -1,23 +1,21 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
@@ -126102,10 +126102,10 @@ index c7ff335..1a27e75 100644
+#: ../sepolicy/sepolicy/gui.py:2777
msgid "Loss of data Dialog"
msgstr ""
-diff --git a/policycoreutils/po/da.po b/policycoreutils/po/da.po
+diff --git a/po/da.po b/po/da.po
index 402c612..313bee6 100644
---- a/policycoreutils/po/da.po
-+++ b/policycoreutils/po/da.po
+--- a/po/da.po
++++ b/po/da.po
@@ -1,7 +1,7 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
@@ -131472,10 +131472,10 @@ index 402c612..313bee6 100644
+#: ../sepolicy/sepolicy/gui.py:2777
msgid "Loss of data Dialog"
msgstr ""
-diff --git a/policycoreutils/po/de.po b/policycoreutils/po/de.po
+diff --git a/po/de.po b/po/de.po
index f7ac23c..0d2f9cb 100644
---- a/policycoreutils/po/de.po
-+++ b/policycoreutils/po/de.po
+--- a/po/de.po
++++ b/po/de.po
@@ -1,15 +1,17 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
@@ -138003,10 +138003,10 @@ index f7ac23c..0d2f9cb 100644
msgid "Loss of data Dialog"
-msgstr ""
+msgstr "Dialog zum Datenverlust"
-diff --git a/policycoreutils/po/de_CH.po b/policycoreutils/po/de_CH.po
+diff --git a/po/de_CH.po b/po/de_CH.po
index 0016016..f45025d 100644
---- a/policycoreutils/po/de_CH.po
-+++ b/policycoreutils/po/de_CH.po
+--- a/po/de_CH.po
++++ b/po/de_CH.po
@@ -1,21 +1,20 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
@@ -143266,10 +143266,10 @@ index 0016016..f45025d 100644
+#: ../sepolicy/sepolicy/gui.py:2777
msgid "Loss of data Dialog"
msgstr ""
-diff --git a/policycoreutils/po/dz.po b/policycoreutils/po/dz.po
+diff --git a/po/dz.po b/po/dz.po
index 9a6ca3d..312184d 100644
---- a/policycoreutils/po/dz.po
-+++ b/policycoreutils/po/dz.po
+--- a/po/dz.po
++++ b/po/dz.po
@@ -1,21 +1,20 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
@@ -148529,10 +148529,10 @@ index 9a6ca3d..312184d 100644
+#: ../sepolicy/sepolicy/gui.py:2777
msgid "Loss of data Dialog"
msgstr ""
-diff --git a/policycoreutils/po/el.po b/policycoreutils/po/el.po
+diff --git a/po/el.po b/po/el.po
index d9844d0..3a5bc72 100644
---- a/policycoreutils/po/el.po
-+++ b/policycoreutils/po/el.po
+--- a/po/el.po
++++ b/po/el.po
@@ -1,24 +1,24 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
@@ -153821,10 +153821,10 @@ index d9844d0..3a5bc72 100644
+#: ../sepolicy/sepolicy/gui.py:2777
msgid "Loss of data Dialog"
msgstr ""
-diff --git a/policycoreutils/po/en_GB.po b/policycoreutils/po/en_GB.po
+diff --git a/po/en_GB.po b/po/en_GB.po
index b7312f5..fcdaa99 100644
---- a/policycoreutils/po/en_GB.po
-+++ b/policycoreutils/po/en_GB.po
+--- a/po/en_GB.po
++++ b/po/en_GB.po
@@ -1,7 +1,7 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
@@ -159188,10 +159188,10 @@ index b7312f5..fcdaa99 100644
+#: ../sepolicy/sepolicy/gui.py:2777
msgid "Loss of data Dialog"
msgstr ""
-diff --git a/policycoreutils/po/en_US.po b/policycoreutils/po/en_US.po
+diff --git a/po/en_US.po b/po/en_US.po
index f800b0c..f51e977 100644
---- a/policycoreutils/po/en_US.po
-+++ b/policycoreutils/po/en_US.po
+--- a/po/en_US.po
++++ b/po/en_US.po
@@ -1,21 +1,20 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
@@ -164451,10 +164451,10 @@ index f800b0c..f51e977 100644
+#: ../sepolicy/sepolicy/gui.py:2777
msgid "Loss of data Dialog"
msgstr ""
-diff --git a/policycoreutils/po/eo.po b/policycoreutils/po/eo.po
+diff --git a/po/eo.po b/po/eo.po
index 5370565..aa93858 100644
---- a/policycoreutils/po/eo.po
-+++ b/policycoreutils/po/eo.po
+--- a/po/eo.po
++++ b/po/eo.po
@@ -1,21 +1,20 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
@@ -169714,10 +169714,10 @@ index 5370565..aa93858 100644
+#: ../sepolicy/sepolicy/gui.py:2777
msgid "Loss of data Dialog"
msgstr ""
-diff --git a/policycoreutils/po/es.po b/policycoreutils/po/es.po
+diff --git a/po/es.po b/po/es.po
index 1bf427a..238ecdd 100644
---- a/policycoreutils/po/es.po
-+++ b/policycoreutils/po/es.po
+--- a/po/es.po
++++ b/po/es.po
@@ -1,29 +1,33 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
@@ -176284,10 +176284,10 @@ index 1bf427a..238ecdd 100644
-#~ msgid "GTK Not Available"
-#~ msgstr "GTK no disponible"
+msgstr "Pérdida de diálogo de datos."
-diff --git a/policycoreutils/po/es_ES.po b/policycoreutils/po/es_ES.po
+diff --git a/po/es_ES.po b/po/es_ES.po
index da1777f..5b12202 100644
---- a/policycoreutils/po/es_ES.po
-+++ b/policycoreutils/po/es_ES.po
+--- a/po/es_ES.po
++++ b/po/es_ES.po
@@ -1,21 +1,20 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
@@ -181547,10 +181547,10 @@ index da1777f..5b12202 100644
+#: ../sepolicy/sepolicy/gui.py:2777
msgid "Loss of data Dialog"
msgstr ""
-diff --git a/policycoreutils/po/es_MX.po b/policycoreutils/po/es_MX.po
+diff --git a/po/es_MX.po b/po/es_MX.po
deleted file mode 100644
index 1e3e7b2..0000000
---- a/policycoreutils/po/es_MX.po
+--- a/po/es_MX.po
+++ /dev/null
@@ -1,5099 +0,0 @@
-# SOME DESCRIPTIVE TITLE.
@@ -186652,10 +186652,10 @@ index 1e3e7b2..0000000
-#: ../sepolicy/sepolicy/gui.py:2783
-msgid "Loss of data Dialog"
-msgstr ""
-diff --git a/policycoreutils/po/et.po b/policycoreutils/po/et.po
+diff --git a/po/et.po b/po/et.po
index a89b95f..85a5aa6 100644
---- a/policycoreutils/po/et.po
-+++ b/policycoreutils/po/et.po
+--- a/po/et.po
++++ b/po/et.po
@@ -1,21 +1,20 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
@@ -191915,10 +191915,10 @@ index a89b95f..85a5aa6 100644
+#: ../sepolicy/sepolicy/gui.py:2777
msgid "Loss of data Dialog"
msgstr ""
-diff --git a/policycoreutils/po/eu.po b/policycoreutils/po/eu.po
+diff --git a/po/eu.po b/po/eu.po
index bde9697..423f96d 100644
---- a/policycoreutils/po/eu.po
-+++ b/policycoreutils/po/eu.po
+--- a/po/eu.po
++++ b/po/eu.po
@@ -1,22 +1,21 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
@@ -197237,10 +197237,10 @@ index bde9697..423f96d 100644
+#: ../sepolicy/sepolicy/gui.py:2777
msgid "Loss of data Dialog"
msgstr ""
-diff --git a/policycoreutils/po/eu_ES.po b/policycoreutils/po/eu_ES.po
+diff --git a/po/eu_ES.po b/po/eu_ES.po
index 6bac2a5..5dab84c 100644
---- a/policycoreutils/po/eu_ES.po
-+++ b/policycoreutils/po/eu_ES.po
+--- a/po/eu_ES.po
++++ b/po/eu_ES.po
@@ -1,21 +1,20 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
@@ -202500,10 +202500,10 @@ index 6bac2a5..5dab84c 100644
+#: ../sepolicy/sepolicy/gui.py:2777
msgid "Loss of data Dialog"
msgstr ""
-diff --git a/policycoreutils/po/fa.po b/policycoreutils/po/fa.po
+diff --git a/po/fa.po b/po/fa.po
index 7d33e83..3de9ef4 100644
---- a/policycoreutils/po/fa.po
-+++ b/policycoreutils/po/fa.po
+--- a/po/fa.po
++++ b/po/fa.po
@@ -1,21 +1,20 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
@@ -207762,10 +207762,10 @@ index 7d33e83..3de9ef4 100644
+#: ../sepolicy/sepolicy/gui.py:2777
msgid "Loss of data Dialog"
msgstr ""
-diff --git a/policycoreutils/po/fa_IR.po b/policycoreutils/po/fa_IR.po
+diff --git a/po/fa_IR.po b/po/fa_IR.po
index 96018ad..5227463 100644
---- a/policycoreutils/po/fa_IR.po
-+++ b/policycoreutils/po/fa_IR.po
+--- a/po/fa_IR.po
++++ b/po/fa_IR.po
@@ -1,21 +1,20 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
@@ -213025,10 +213025,10 @@ index 96018ad..5227463 100644
+#: ../sepolicy/sepolicy/gui.py:2777
msgid "Loss of data Dialog"
msgstr ""
-diff --git a/policycoreutils/po/fi.po b/policycoreutils/po/fi.po
+diff --git a/po/fi.po b/po/fi.po
index 93a94e9..2e5d70b 100644
---- a/policycoreutils/po/fi.po
-+++ b/policycoreutils/po/fi.po
+--- a/po/fi.po
++++ b/po/fi.po
@@ -1,7 +1,7 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
@@ -218431,10 +218431,10 @@ index 93a94e9..2e5d70b 100644
+#: ../sepolicy/sepolicy/gui.py:2777
msgid "Loss of data Dialog"
msgstr ""
-diff --git a/policycoreutils/po/fr.po b/policycoreutils/po/fr.po
+diff --git a/po/fr.po b/po/fr.po
index be33d59..322affd 100644
---- a/policycoreutils/po/fr.po
-+++ b/policycoreutils/po/fr.po
+--- a/po/fr.po
++++ b/po/fr.po
@@ -1,27 +1,30 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
@@ -225110,10 +225110,10 @@ index be33d59..322affd 100644
msgid "Loss of data Dialog"
-msgstr ""
+msgstr "Boîte de dialogue des pertes de données"
-diff --git a/policycoreutils/po/ga.po b/policycoreutils/po/ga.po
+diff --git a/po/ga.po b/po/ga.po
index 683287b..3a242c1 100644
---- a/policycoreutils/po/ga.po
-+++ b/policycoreutils/po/ga.po
+--- a/po/ga.po
++++ b/po/ga.po
@@ -1,23 +1,21 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
@@ -230375,10 +230375,10 @@ index 683287b..3a242c1 100644
+#: ../sepolicy/sepolicy/gui.py:2777
msgid "Loss of data Dialog"
msgstr ""
-diff --git a/policycoreutils/po/gl.po b/policycoreutils/po/gl.po
+diff --git a/po/gl.po b/po/gl.po
index 15fbe4a..f42d615 100644
---- a/policycoreutils/po/gl.po
-+++ b/policycoreutils/po/gl.po
+--- a/po/gl.po
++++ b/po/gl.po
@@ -1,21 +1,20 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
@@ -235637,10 +235637,10 @@ index 15fbe4a..f42d615 100644
+#: ../sepolicy/sepolicy/gui.py:2777
msgid "Loss of data Dialog"
msgstr ""
-diff --git a/policycoreutils/po/gu.po b/policycoreutils/po/gu.po
+diff --git a/po/gu.po b/po/gu.po
index bf08113..949df1c 100644
---- a/policycoreutils/po/gu.po
-+++ b/policycoreutils/po/gu.po
+--- a/po/gu.po
++++ b/po/gu.po
@@ -1,9 +1,11 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
@@ -241876,10 +241876,10 @@ index bf08113..949df1c 100644
-#~ msgid "GTK Not Available"
-#~ msgstr "GTK ઉપલબ્ધ નથી"
+msgstr "સંવાદની ગુમ થયેલ માહિતી"
-diff --git a/policycoreutils/po/he.po b/policycoreutils/po/he.po
+diff --git a/po/he.po b/po/he.po
index 9e3af00..fe46548 100644
---- a/policycoreutils/po/he.po
-+++ b/policycoreutils/po/he.po
+--- a/po/he.po
++++ b/po/he.po
@@ -1,20 +1,20 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
@@ -247138,10 +247138,10 @@ index 9e3af00..fe46548 100644
+#: ../sepolicy/sepolicy/gui.py:2777
msgid "Loss of data Dialog"
msgstr ""
-diff --git a/policycoreutils/po/hi.po b/policycoreutils/po/hi.po
+diff --git a/po/hi.po b/po/hi.po
index 34a5224..e626924 100644
---- a/policycoreutils/po/hi.po
-+++ b/policycoreutils/po/hi.po
+--- a/po/hi.po
++++ b/po/hi.po
@@ -1,23 +1,23 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
@@ -253315,10 +253315,10 @@ index 34a5224..e626924 100644
msgid "Loss of data Dialog"
-msgstr ""
+msgstr "आँकड़ा संवाद का नुकसान"
-diff --git a/policycoreutils/po/hr.po b/policycoreutils/po/hr.po
+diff --git a/po/hr.po b/po/hr.po
index 9e7db25..14d9fae 100644
---- a/policycoreutils/po/hr.po
-+++ b/policycoreutils/po/hr.po
+--- a/po/hr.po
++++ b/po/hr.po
@@ -1,33 +1,28 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
@@ -258684,10 +258684,10 @@ index 9e7db25..14d9fae 100644
+#: ../sepolicy/sepolicy/gui.py:2777
msgid "Loss of data Dialog"
msgstr ""
-diff --git a/policycoreutils/po/hr_HR.po b/policycoreutils/po/hr_HR.po
+diff --git a/po/hr_HR.po b/po/hr_HR.po
index 7a5c997..b274684 100644
---- a/policycoreutils/po/hr_HR.po
-+++ b/policycoreutils/po/hr_HR.po
+--- a/po/hr_HR.po
++++ b/po/hr_HR.po
@@ -1,23 +1,21 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
@@ -263950,10 +263950,10 @@ index 7a5c997..b274684 100644
+#: ../sepolicy/sepolicy/gui.py:2777
msgid "Loss of data Dialog"
msgstr ""
-diff --git a/policycoreutils/po/hu.po b/policycoreutils/po/hu.po
+diff --git a/po/hu.po b/po/hu.po
index e358401..9a10317 100644
---- a/policycoreutils/po/hu.po
-+++ b/policycoreutils/po/hu.po
+--- a/po/hu.po
++++ b/po/hu.po
@@ -1,24 +1,25 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
@@ -270568,10 +270568,10 @@ index e358401..9a10317 100644
-
-#~ msgid "GTK Not Available"
-#~ msgstr "GTK nem elérhető"
-diff --git a/policycoreutils/po/hy.po b/policycoreutils/po/hy.po
+diff --git a/po/hy.po b/po/hy.po
index 0bc535d..6ee4807 100644
---- a/policycoreutils/po/hy.po
-+++ b/policycoreutils/po/hy.po
+--- a/po/hy.po
++++ b/po/hy.po
@@ -1,21 +1,20 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
@@ -275831,10 +275831,10 @@ index 0bc535d..6ee4807 100644
+#: ../sepolicy/sepolicy/gui.py:2777
msgid "Loss of data Dialog"
msgstr ""
-diff --git a/policycoreutils/po/ia.po b/policycoreutils/po/ia.po
+diff --git a/po/ia.po b/po/ia.po
index ca47314..a69d915 100644
---- a/policycoreutils/po/ia.po
-+++ b/policycoreutils/po/ia.po
+--- a/po/ia.po
++++ b/po/ia.po
@@ -1,20 +1,20 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
@@ -281092,10 +281092,10 @@ index ca47314..a69d915 100644
+#: ../sepolicy/sepolicy/gui.py:2777
msgid "Loss of data Dialog"
msgstr ""
-diff --git a/policycoreutils/po/id.po b/policycoreutils/po/id.po
+diff --git a/po/id.po b/po/id.po
index 8bd451c..9fc0114 100644
---- a/policycoreutils/po/id.po
-+++ b/policycoreutils/po/id.po
+--- a/po/id.po
++++ b/po/id.po
@@ -1,20 +1,20 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
@@ -286353,10 +286353,10 @@ index 8bd451c..9fc0114 100644
+#: ../sepolicy/sepolicy/gui.py:2777
msgid "Loss of data Dialog"
msgstr ""
-diff --git a/policycoreutils/po/ilo.po b/policycoreutils/po/ilo.po
+diff --git a/po/ilo.po b/po/ilo.po
index 07c416a..ae3ef6e 100644
---- a/policycoreutils/po/ilo.po
-+++ b/policycoreutils/po/ilo.po
+--- a/po/ilo.po
++++ b/po/ilo.po
@@ -1,21 +1,20 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
@@ -291616,10 +291616,10 @@ index 07c416a..ae3ef6e 100644
+#: ../sepolicy/sepolicy/gui.py:2777
msgid "Loss of data Dialog"
msgstr ""
-diff --git a/policycoreutils/po/is.po b/policycoreutils/po/is.po
+diff --git a/po/is.po b/po/is.po
index 0ded88a..583b0e7 100644
---- a/policycoreutils/po/is.po
-+++ b/policycoreutils/po/is.po
+--- a/po/is.po
++++ b/po/is.po
@@ -1,21 +1,20 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
@@ -296878,10 +296878,10 @@ index 0ded88a..583b0e7 100644
+#: ../sepolicy/sepolicy/gui.py:2777
msgid "Loss of data Dialog"
msgstr ""
-diff --git a/policycoreutils/po/it.po b/policycoreutils/po/it.po
+diff --git a/po/it.po b/po/it.po
index 0ec9bff..14dc845 100644
---- a/policycoreutils/po/it.po
-+++ b/policycoreutils/po/it.po
+--- a/po/it.po
++++ b/po/it.po
@@ -1,24 +1,31 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
@@ -303400,10 +303400,10 @@ index 0ec9bff..14dc845 100644
-#~ msgid "GTK Not Available"
-#~ msgstr "GTK Non Disponibile"
+msgstr "Dialogo Perdita di dati"
-diff --git a/policycoreutils/po/it_IT.po b/policycoreutils/po/it_IT.po
+diff --git a/po/it_IT.po b/po/it_IT.po
index dee73ea..8e362af 100644
---- a/policycoreutils/po/it_IT.po
-+++ b/policycoreutils/po/it_IT.po
+--- a/po/it_IT.po
++++ b/po/it_IT.po
@@ -1,21 +1,20 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
@@ -308663,10 +308663,10 @@ index dee73ea..8e362af 100644
+#: ../sepolicy/sepolicy/gui.py:2777
msgid "Loss of data Dialog"
msgstr ""
-diff --git a/policycoreutils/po/ja.po b/policycoreutils/po/ja.po
+diff --git a/po/ja.po b/po/ja.po
index b9487c1..585d116 100644
---- a/policycoreutils/po/ja.po
-+++ b/policycoreutils/po/ja.po
+--- a/po/ja.po
++++ b/po/ja.po
@@ -1,31 +1,32 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
@@ -315146,10 +315146,10 @@ index b9487c1..585d116 100644
-#~ msgid "GTK Not Available"
-#~ msgstr "GTK が利用できません"
+msgstr "データ損失ダイアログ"
-diff --git a/policycoreutils/po/ja_JP.po b/policycoreutils/po/ja_JP.po
+diff --git a/po/ja_JP.po b/po/ja_JP.po
index 8f6fc19..9ff06ec 100644
---- a/policycoreutils/po/ja_JP.po
-+++ b/policycoreutils/po/ja_JP.po
+--- a/po/ja_JP.po
++++ b/po/ja_JP.po
@@ -1,21 +1,20 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
@@ -320409,10 +320409,10 @@ index 8f6fc19..9ff06ec 100644
+#: ../sepolicy/sepolicy/gui.py:2777
msgid "Loss of data Dialog"
msgstr ""
-diff --git a/policycoreutils/po/ka.po b/policycoreutils/po/ka.po
+diff --git a/po/ka.po b/po/ka.po
index b6e3ffd..2145846 100644
---- a/policycoreutils/po/ka.po
-+++ b/policycoreutils/po/ka.po
+--- a/po/ka.po
++++ b/po/ka.po
@@ -1,21 +1,20 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
@@ -325671,10 +325671,10 @@ index b6e3ffd..2145846 100644
+#: ../sepolicy/sepolicy/gui.py:2777
msgid "Loss of data Dialog"
msgstr ""
-diff --git a/policycoreutils/po/kk.po b/policycoreutils/po/kk.po
+diff --git a/po/kk.po b/po/kk.po
index 1eabf04..a72124b 100644
---- a/policycoreutils/po/kk.po
-+++ b/policycoreutils/po/kk.po
+--- a/po/kk.po
++++ b/po/kk.po
@@ -1,21 +1,20 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
@@ -330933,10 +330933,10 @@ index 1eabf04..a72124b 100644
+#: ../sepolicy/sepolicy/gui.py:2777
msgid "Loss of data Dialog"
msgstr ""
-diff --git a/policycoreutils/po/km.po b/policycoreutils/po/km.po
+diff --git a/po/km.po b/po/km.po
index e91ea5c..cbc50b6 100644
---- a/policycoreutils/po/km.po
-+++ b/policycoreutils/po/km.po
+--- a/po/km.po
++++ b/po/km.po
@@ -1,21 +1,20 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
@@ -336196,10 +336196,10 @@ index e91ea5c..cbc50b6 100644
+#: ../sepolicy/sepolicy/gui.py:2777
msgid "Loss of data Dialog"
msgstr ""
-diff --git a/policycoreutils/po/kn.po b/policycoreutils/po/kn.po
+diff --git a/po/kn.po b/po/kn.po
index a528c7e..638f842 100644
---- a/policycoreutils/po/kn.po
-+++ b/policycoreutils/po/kn.po
+--- a/po/kn.po
++++ b/po/kn.po
@@ -1,26 +1,26 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
@@ -342685,10 +342685,10 @@ index a528c7e..638f842 100644
-#~ msgid "GTK Not Available"
-#~ msgstr "GTK ಲಭ್ಯವಿಲ್ಲ"
+msgstr "ದತ್ತಾಂಶ ಸಂವಾದಚೌಕವು ಇಲ್ಲ"
-diff --git a/policycoreutils/po/ko.po b/policycoreutils/po/ko.po
+diff --git a/po/ko.po b/po/ko.po
index 49c34e5..ef8a1c7 100644
---- a/policycoreutils/po/ko.po
-+++ b/policycoreutils/po/ko.po
+--- a/po/ko.po
++++ b/po/ko.po
@@ -1,23 +1,23 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
@@ -349034,10 +349034,10 @@ index 49c34e5..ef8a1c7 100644
msgid "Loss of data Dialog"
-msgstr ""
+msgstr "데이터 대화 손실 "
-diff --git a/policycoreutils/po/ks.po b/policycoreutils/po/ks.po
+diff --git a/po/ks.po b/po/ks.po
index 59c9404..37e2acd 100644
---- a/policycoreutils/po/ks.po
-+++ b/policycoreutils/po/ks.po
+--- a/po/ks.po
++++ b/po/ks.po
@@ -1,21 +1,20 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
@@ -354296,10 +354296,10 @@ index 59c9404..37e2acd 100644
+#: ../sepolicy/sepolicy/gui.py:2777
msgid "Loss of data Dialog"
msgstr ""
-diff --git a/policycoreutils/po/ku.po b/policycoreutils/po/ku.po
+diff --git a/po/ku.po b/po/ku.po
index 9d9f1df..aac3b8e 100644
---- a/policycoreutils/po/ku.po
-+++ b/policycoreutils/po/ku.po
+--- a/po/ku.po
++++ b/po/ku.po
@@ -1,21 +1,20 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
@@ -359559,10 +359559,10 @@ index 9d9f1df..aac3b8e 100644
+#: ../sepolicy/sepolicy/gui.py:2777
msgid "Loss of data Dialog"
msgstr ""
-diff --git a/policycoreutils/po/ky.po b/policycoreutils/po/ky.po
+diff --git a/po/ky.po b/po/ky.po
index c5fdd2f..045d5fe 100644
---- a/policycoreutils/po/ky.po
-+++ b/policycoreutils/po/ky.po
+--- a/po/ky.po
++++ b/po/ky.po
@@ -1,21 +1,20 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
@@ -364822,10 +364822,10 @@ index c5fdd2f..045d5fe 100644
+#: ../sepolicy/sepolicy/gui.py:2777
msgid "Loss of data Dialog"
msgstr ""
-diff --git a/policycoreutils/po/la.po b/policycoreutils/po/la.po
+diff --git a/po/la.po b/po/la.po
index dc61a42..76166f2 100644
---- a/policycoreutils/po/la.po
-+++ b/policycoreutils/po/la.po
+--- a/po/la.po
++++ b/po/la.po
@@ -1,21 +1,20 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
@@ -370085,10 +370085,10 @@ index dc61a42..76166f2 100644
+#: ../sepolicy/sepolicy/gui.py:2777
msgid "Loss of data Dialog"
msgstr ""
-diff --git a/policycoreutils/po/lo.po b/policycoreutils/po/lo.po
+diff --git a/po/lo.po b/po/lo.po
index 91003c8..44462c1 100644
---- a/policycoreutils/po/lo.po
-+++ b/policycoreutils/po/lo.po
+--- a/po/lo.po
++++ b/po/lo.po
@@ -1,21 +1,20 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
@@ -375348,10 +375348,10 @@ index 91003c8..44462c1 100644
+#: ../sepolicy/sepolicy/gui.py:2777
msgid "Loss of data Dialog"
msgstr ""
-diff --git a/policycoreutils/po/lt.po b/policycoreutils/po/lt.po
+diff --git a/po/lt.po b/po/lt.po
index c811075..b313ffa 100644
---- a/policycoreutils/po/lt.po
-+++ b/policycoreutils/po/lt.po
+--- a/po/lt.po
++++ b/po/lt.po
@@ -1,23 +1,21 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
@@ -380614,10 +380614,10 @@ index c811075..b313ffa 100644
+#: ../sepolicy/sepolicy/gui.py:2777
msgid "Loss of data Dialog"
msgstr ""
-diff --git a/policycoreutils/po/lt_LT.po b/policycoreutils/po/lt_LT.po
+diff --git a/po/lt_LT.po b/po/lt_LT.po
deleted file mode 100644
index 3eebb68..0000000
---- a/policycoreutils/po/lt_LT.po
+--- a/po/lt_LT.po
+++ /dev/null
@@ -1,5100 +0,0 @@
-# SOME DESCRIPTIVE TITLE.
@@ -385720,10 +385720,10 @@ index 3eebb68..0000000
-#: ../sepolicy/sepolicy/gui.py:2783
-msgid "Loss of data Dialog"
-msgstr ""
-diff --git a/policycoreutils/po/lv.po b/policycoreutils/po/lv.po
+diff --git a/po/lv.po b/po/lv.po
index 6bb48a3..47c8573 100644
---- a/policycoreutils/po/lv.po
-+++ b/policycoreutils/po/lv.po
+--- a/po/lv.po
++++ b/po/lv.po
@@ -1,23 +1,21 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
@@ -390985,10 +390985,10 @@ index 6bb48a3..47c8573 100644
+#: ../sepolicy/sepolicy/gui.py:2777
msgid "Loss of data Dialog"
msgstr ""
-diff --git a/policycoreutils/po/lv_LV.po b/policycoreutils/po/lv_LV.po
+diff --git a/po/lv_LV.po b/po/lv_LV.po
deleted file mode 100644
index e5c3799..0000000
---- a/policycoreutils/po/lv_LV.po
+--- a/po/lv_LV.po
+++ /dev/null
@@ -1,5100 +0,0 @@
-# SOME DESCRIPTIVE TITLE.
@@ -396091,10 +396091,10 @@ index e5c3799..0000000
-#: ../sepolicy/sepolicy/gui.py:2783
-msgid "Loss of data Dialog"
-msgstr ""
-diff --git a/policycoreutils/po/mai.po b/policycoreutils/po/mai.po
+diff --git a/po/mai.po b/po/mai.po
index 63e9b9a..92e8285 100644
---- a/policycoreutils/po/mai.po
-+++ b/policycoreutils/po/mai.po
+--- a/po/mai.po
++++ b/po/mai.po
@@ -1,22 +1,21 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
@@ -401454,10 +401454,10 @@ index 63e9b9a..92e8285 100644
+#: ../sepolicy/sepolicy/gui.py:2777
msgid "Loss of data Dialog"
msgstr ""
-diff --git a/policycoreutils/po/mg.po b/policycoreutils/po/mg.po
+diff --git a/po/mg.po b/po/mg.po
index 4192aec..53a1e04 100644
---- a/policycoreutils/po/mg.po
-+++ b/policycoreutils/po/mg.po
+--- a/po/mg.po
++++ b/po/mg.po
@@ -1,21 +1,20 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
@@ -406717,10 +406717,10 @@ index 4192aec..53a1e04 100644
+#: ../sepolicy/sepolicy/gui.py:2777
msgid "Loss of data Dialog"
msgstr ""
-diff --git a/policycoreutils/po/mk.po b/policycoreutils/po/mk.po
+diff --git a/po/mk.po b/po/mk.po
index 9e58dcd..5ef07d7 100644
---- a/policycoreutils/po/mk.po
-+++ b/policycoreutils/po/mk.po
+--- a/po/mk.po
++++ b/po/mk.po
@@ -1,7 +1,7 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
@@ -412065,10 +412065,10 @@ index 9e58dcd..5ef07d7 100644
+#: ../sepolicy/sepolicy/gui.py:2777
msgid "Loss of data Dialog"
msgstr ""
-diff --git a/policycoreutils/po/ml.po b/policycoreutils/po/ml.po
+diff --git a/po/ml.po b/po/ml.po
index dc07ee8..5a3820a 100644
---- a/policycoreutils/po/ml.po
-+++ b/policycoreutils/po/ml.po
+--- a/po/ml.po
++++ b/po/ml.po
@@ -1,22 +1,22 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
@@ -418406,10 +418406,10 @@ index dc07ee8..5a3820a 100644
-#~ msgid "GTK Not Available"
-#~ msgstr "ജിറ്റികെ ലഭ്യമല്ല"
+msgstr "ഡേറ്റാ ഡയലോഗിന്റെ നഷ്ടം"
-diff --git a/policycoreutils/po/mn.po b/policycoreutils/po/mn.po
+diff --git a/po/mn.po b/po/mn.po
index 9d1342b..78a0053 100644
---- a/policycoreutils/po/mn.po
-+++ b/policycoreutils/po/mn.po
+--- a/po/mn.po
++++ b/po/mn.po
@@ -1,21 +1,20 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
@@ -423669,10 +423669,10 @@ index 9d1342b..78a0053 100644
+#: ../sepolicy/sepolicy/gui.py:2777
msgid "Loss of data Dialog"
msgstr ""
-diff --git a/policycoreutils/po/mr.po b/policycoreutils/po/mr.po
+diff --git a/po/mr.po b/po/mr.po
index cfc3b88..5c0a6fc 100644
---- a/policycoreutils/po/mr.po
-+++ b/policycoreutils/po/mr.po
+--- a/po/mr.po
++++ b/po/mr.po
@@ -1,28 +1,27 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
@@ -429886,10 +429886,10 @@ index cfc3b88..5c0a6fc 100644
-#~ msgid "GTK Not Available"
-#~ msgstr "GTK उपलब्ध नाही"
+msgstr "डाटा संवाद गमवणे"
-diff --git a/policycoreutils/po/ms.po b/policycoreutils/po/ms.po
+diff --git a/po/ms.po b/po/ms.po
index 4b2f210..19ec43a 100644
---- a/policycoreutils/po/ms.po
-+++ b/policycoreutils/po/ms.po
+--- a/po/ms.po
++++ b/po/ms.po
@@ -1,21 +1,20 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
@@ -435182,10 +435182,10 @@ index 4b2f210..19ec43a 100644
+#: ../sepolicy/sepolicy/gui.py:2777
msgid "Loss of data Dialog"
msgstr ""
-diff --git a/policycoreutils/po/ms_MY.po b/policycoreutils/po/ms_MY.po
+diff --git a/po/ms_MY.po b/po/ms_MY.po
index e423569..8477661 100644
---- a/policycoreutils/po/ms_MY.po
-+++ b/policycoreutils/po/ms_MY.po
+--- a/po/ms_MY.po
++++ b/po/ms_MY.po
@@ -1,21 +1,20 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
@@ -440445,10 +440445,10 @@ index e423569..8477661 100644
+#: ../sepolicy/sepolicy/gui.py:2777
msgid "Loss of data Dialog"
msgstr ""
-diff --git a/policycoreutils/po/my.po b/policycoreutils/po/my.po
+diff --git a/po/my.po b/po/my.po
index 37eb16a..c191432 100644
---- a/policycoreutils/po/my.po
-+++ b/policycoreutils/po/my.po
+--- a/po/my.po
++++ b/po/my.po
@@ -1,21 +1,20 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
@@ -445708,10 +445708,10 @@ index 37eb16a..c191432 100644
+#: ../sepolicy/sepolicy/gui.py:2777
msgid "Loss of data Dialog"
msgstr ""
-diff --git a/policycoreutils/po/nb.po b/policycoreutils/po/nb.po
+diff --git a/po/nb.po b/po/nb.po
index 410a43e..9feb269 100644
---- a/policycoreutils/po/nb.po
-+++ b/policycoreutils/po/nb.po
+--- a/po/nb.po
++++ b/po/nb.po
@@ -1,20 +1,20 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
@@ -450975,10 +450975,10 @@ index 410a43e..9feb269 100644
+#: ../sepolicy/sepolicy/gui.py:2777
msgid "Loss of data Dialog"
msgstr ""
-diff --git a/policycoreutils/po/nds.po b/policycoreutils/po/nds.po
+diff --git a/po/nds.po b/po/nds.po
index 1a1547c..cd7923d 100644
---- a/policycoreutils/po/nds.po
-+++ b/policycoreutils/po/nds.po
+--- a/po/nds.po
++++ b/po/nds.po
@@ -1,20 +1,20 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
@@ -456237,10 +456237,10 @@ index 1a1547c..cd7923d 100644
+#: ../sepolicy/sepolicy/gui.py:2777
msgid "Loss of data Dialog"
msgstr ""
-diff --git a/policycoreutils/po/ne.po b/policycoreutils/po/ne.po
+diff --git a/po/ne.po b/po/ne.po
index c74d665..eeb264a 100644
---- a/policycoreutils/po/ne.po
-+++ b/policycoreutils/po/ne.po
+--- a/po/ne.po
++++ b/po/ne.po
@@ -1,21 +1,20 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
@@ -461500,10 +461500,10 @@ index c74d665..eeb264a 100644
+#: ../sepolicy/sepolicy/gui.py:2777
msgid "Loss of data Dialog"
msgstr ""
-diff --git a/policycoreutils/po/nl.po b/policycoreutils/po/nl.po
+diff --git a/po/nl.po b/po/nl.po
index 3d3b111..af63eb8 100644
---- a/policycoreutils/po/nl.po
-+++ b/policycoreutils/po/nl.po
+--- a/po/nl.po
++++ b/po/nl.po
@@ -1,24 +1,24 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
@@ -468492,10 +468492,10 @@ index 3d3b111..af63eb8 100644
msgid "Loss of data Dialog"
-msgstr ""
+msgstr "Dataverliesdialoog"
-diff --git a/policycoreutils/po/nn.po b/policycoreutils/po/nn.po
+diff --git a/po/nn.po b/po/nn.po
index e89e353..9b1fe2a 100644
---- a/policycoreutils/po/nn.po
-+++ b/policycoreutils/po/nn.po
+--- a/po/nn.po
++++ b/po/nn.po
@@ -1,20 +1,20 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
@@ -473753,10 +473753,10 @@ index e89e353..9b1fe2a 100644
+#: ../sepolicy/sepolicy/gui.py:2777
msgid "Loss of data Dialog"
msgstr ""
-diff --git a/policycoreutils/po/no.po b/policycoreutils/po/no.po
+diff --git a/po/no.po b/po/no.po
index f147697..96bf2e4 100644
---- a/policycoreutils/po/no.po
-+++ b/policycoreutils/po/no.po
+--- a/po/no.po
++++ b/po/no.po
@@ -1,21 +1,20 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
@@ -479016,10 +479016,10 @@ index f147697..96bf2e4 100644
+#: ../sepolicy/sepolicy/gui.py:2777
msgid "Loss of data Dialog"
msgstr ""
-diff --git a/policycoreutils/po/nso.po b/policycoreutils/po/nso.po
+diff --git a/po/nso.po b/po/nso.po
index 5684f24..c55ab76 100644
---- a/policycoreutils/po/nso.po
-+++ b/policycoreutils/po/nso.po
+--- a/po/nso.po
++++ b/po/nso.po
@@ -1,21 +1,20 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
@@ -484279,10 +484279,10 @@ index 5684f24..c55ab76 100644
+#: ../sepolicy/sepolicy/gui.py:2777
msgid "Loss of data Dialog"
msgstr ""
-diff --git a/policycoreutils/po/or.po b/policycoreutils/po/or.po
+diff --git a/po/or.po b/po/or.po
index 3f3e921..9097a84 100644
---- a/policycoreutils/po/or.po
-+++ b/policycoreutils/po/or.po
+--- a/po/or.po
++++ b/po/or.po
@@ -1,25 +1,24 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
@@ -490538,10 +490538,10 @@ index 3f3e921..9097a84 100644
-#~ msgid "GTK Not Available"
-#~ msgstr "GTK ଉପଲବ୍ଧ ନାହିଁ"
+msgstr "ତଥ୍ୟ ନଷ୍ଟ ସଂଳାପ"
-diff --git a/policycoreutils/po/pa.po b/policycoreutils/po/pa.po
+diff --git a/po/pa.po b/po/pa.po
index 845642e..6659c23 100644
---- a/policycoreutils/po/pa.po
-+++ b/policycoreutils/po/pa.po
+--- a/po/pa.po
++++ b/po/pa.po
@@ -1,8 +1,10 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
@@ -497453,10 +497453,10 @@ index 845642e..6659c23 100644
-#~ msgid "GTK Not Available"
-#~ msgstr "GTK ਉਪਲੱਬਧ ਨਹੀਂ"
+msgstr "ਡਾਟਾ ਸੰਵਾਦ ਦਾ ਘਾਟਾ"
-diff --git a/policycoreutils/po/pl.po b/policycoreutils/po/pl.po
+diff --git a/po/pl.po b/po/pl.po
index 6764d70..065fac3 100644
---- a/policycoreutils/po/pl.po
-+++ b/policycoreutils/po/pl.po
+--- a/po/pl.po
++++ b/po/pl.po
@@ -1,7 +1,7 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
@@ -503486,10 +503486,10 @@ index 6764d70..065fac3 100644
+#: ../sepolicy/sepolicy/gui.py:2777
msgid "Loss of data Dialog"
msgstr ""
-diff --git a/policycoreutils/po/policycoreutils.pot b/policycoreutils/po/policycoreutils.pot
+diff --git a/po/policycoreutils.pot b/po/policycoreutils.pot
index be2f1eb..e737599 100644
---- a/policycoreutils/po/policycoreutils.pot
-+++ b/policycoreutils/po/policycoreutils.pot
+--- a/po/policycoreutils.pot
++++ b/po/policycoreutils.pot
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
@@ -508640,10 +508640,10 @@ index be2f1eb..e737599 100644
+#: ../sepolicy/sepolicy/gui.py:2777
msgid "Loss of data Dialog"
msgstr ""
-diff --git a/policycoreutils/po/pt.po b/policycoreutils/po/pt.po
+diff --git a/po/pt.po b/po/pt.po
index b969142..fe3165a 100644
---- a/policycoreutils/po/pt.po
-+++ b/policycoreutils/po/pt.po
+--- a/po/pt.po
++++ b/po/pt.po
@@ -1,7 +1,7 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
@@ -514090,10 +514090,10 @@ index b969142..fe3165a 100644
+#: ../sepolicy/sepolicy/gui.py:2777
msgid "Loss of data Dialog"
msgstr ""
-diff --git a/policycoreutils/po/pt_BR.po b/policycoreutils/po/pt_BR.po
+diff --git a/po/pt_BR.po b/po/pt_BR.po
index bea6ff5..8ea9fde 100644
---- a/policycoreutils/po/pt_BR.po
-+++ b/policycoreutils/po/pt_BR.po
+--- a/po/pt_BR.po
++++ b/po/pt_BR.po
@@ -1,13 +1,14 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
@@ -520481,10 +520481,10 @@ index bea6ff5..8ea9fde 100644
msgid "Loss of data Dialog"
-msgstr ""
+msgstr "Perda de Diálogo de dados"
-diff --git a/policycoreutils/po/ro.po b/policycoreutils/po/ro.po
+diff --git a/po/ro.po b/po/ro.po
index ffee45d..ab57569 100644
---- a/policycoreutils/po/ro.po
-+++ b/policycoreutils/po/ro.po
+--- a/po/ro.po
++++ b/po/ro.po
@@ -1,23 +1,21 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
@@ -525746,10 +525746,10 @@ index ffee45d..ab57569 100644
+#: ../sepolicy/sepolicy/gui.py:2777
msgid "Loss of data Dialog"
msgstr ""
-diff --git a/policycoreutils/po/ru.po b/policycoreutils/po/ru.po
+diff --git a/po/ru.po b/po/ru.po
index 96987b6..ae78654 100644
---- a/policycoreutils/po/ru.po
-+++ b/policycoreutils/po/ru.po
+--- a/po/ru.po
++++ b/po/ru.po
@@ -1,39 +1,35 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
@@ -532152,10 +532152,10 @@ index 96987b6..ae78654 100644
-#~ msgid "GTK Not Available"
-#~ msgstr "GTK отсутствует"
+msgstr "Диалог потери данных"
-diff --git a/policycoreutils/po/ru_RU.po b/policycoreutils/po/ru_RU.po
+diff --git a/po/ru_RU.po b/po/ru_RU.po
index bb2790e..baa74c7 100644
---- a/policycoreutils/po/ru_RU.po
-+++ b/policycoreutils/po/ru_RU.po
+--- a/po/ru_RU.po
++++ b/po/ru_RU.po
@@ -1,23 +1,21 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
@@ -537418,10 +537418,10 @@ index bb2790e..baa74c7 100644
+#: ../sepolicy/sepolicy/gui.py:2777
msgid "Loss of data Dialog"
msgstr ""
-diff --git a/policycoreutils/po/si.po b/policycoreutils/po/si.po
+diff --git a/po/si.po b/po/si.po
index 34a766f..8cb8d33 100644
---- a/policycoreutils/po/si.po
-+++ b/policycoreutils/po/si.po
+--- a/po/si.po
++++ b/po/si.po
@@ -1,21 +1,20 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
@@ -542681,10 +542681,10 @@ index 34a766f..8cb8d33 100644
+#: ../sepolicy/sepolicy/gui.py:2777
msgid "Loss of data Dialog"
msgstr ""
-diff --git a/policycoreutils/po/si_LK.po b/policycoreutils/po/si_LK.po
+diff --git a/po/si_LK.po b/po/si_LK.po
deleted file mode 100644
index 2890914..0000000
---- a/policycoreutils/po/si_LK.po
+--- a/po/si_LK.po
+++ /dev/null
@@ -1,5099 +0,0 @@
-# SOME DESCRIPTIVE TITLE.
@@ -547786,10 +547786,10 @@ index 2890914..0000000
-#: ../sepolicy/sepolicy/gui.py:2783
-msgid "Loss of data Dialog"
-msgstr ""
-diff --git a/policycoreutils/po/sk.po b/policycoreutils/po/sk.po
+diff --git a/po/sk.po b/po/sk.po
index 9888086..300adb6 100644
---- a/policycoreutils/po/sk.po
-+++ b/policycoreutils/po/sk.po
+--- a/po/sk.po
++++ b/po/sk.po
@@ -1,21 +1,20 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
@@ -553114,10 +553114,10 @@ index 9888086..300adb6 100644
+#: ../sepolicy/sepolicy/gui.py:2777
msgid "Loss of data Dialog"
msgstr ""
-diff --git a/policycoreutils/po/sl.po b/policycoreutils/po/sl.po
+diff --git a/po/sl.po b/po/sl.po
index 31807dd..a412f83 100644
---- a/policycoreutils/po/sl.po
-+++ b/policycoreutils/po/sl.po
+--- a/po/sl.po
++++ b/po/sl.po
@@ -1,23 +1,21 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
@@ -558379,10 +558379,10 @@ index 31807dd..a412f83 100644
+#: ../sepolicy/sepolicy/gui.py:2777
msgid "Loss of data Dialog"
msgstr ""
-diff --git a/policycoreutils/po/sq.po b/policycoreutils/po/sq.po
+diff --git a/po/sq.po b/po/sq.po
index 21c15f0..8068f8a 100644
---- a/policycoreutils/po/sq.po
-+++ b/policycoreutils/po/sq.po
+--- a/po/sq.po
++++ b/po/sq.po
@@ -1,21 +1,20 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
@@ -563641,10 +563641,10 @@ index 21c15f0..8068f8a 100644
+#: ../sepolicy/sepolicy/gui.py:2777
msgid "Loss of data Dialog"
msgstr ""
-diff --git a/policycoreutils/po/sr.po b/policycoreutils/po/sr.po
+diff --git a/po/sr.po b/po/sr.po
index b7d900e..495ec6e 100644
---- a/policycoreutils/po/sr.po
-+++ b/policycoreutils/po/sr.po
+--- a/po/sr.po
++++ b/po/sr.po
@@ -1,7 +1,7 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
@@ -569028,10 +569028,10 @@ index b7d900e..495ec6e 100644
+#: ../sepolicy/sepolicy/gui.py:2777
msgid "Loss of data Dialog"
msgstr ""
-diff --git a/policycoreutils/po/sr@latin.po b/policycoreutils/po/sr@latin.po
+diff --git a/po/sr@latin.po b/po/sr@latin.po
index 93b28d4..279c927 100644
---- a/policycoreutils/po/sr@latin.po
-+++ b/policycoreutils/po/sr@latin.po
+--- a/po/sr@latin.po
++++ b/po/sr@latin.po
@@ -1,7 +1,7 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
@@ -574416,10 +574416,10 @@ index 93b28d4..279c927 100644
+#: ../sepolicy/sepolicy/gui.py:2777
msgid "Loss of data Dialog"
msgstr ""
-diff --git a/policycoreutils/po/sv.po b/policycoreutils/po/sv.po
+diff --git a/po/sv.po b/po/sv.po
index fddabf4..af7cbd0 100644
---- a/policycoreutils/po/sv.po
-+++ b/policycoreutils/po/sv.po
+--- a/po/sv.po
++++ b/po/sv.po
@@ -1,7 +1,7 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
@@ -580537,10 +580537,10 @@ index fddabf4..af7cbd0 100644
+#: ../sepolicy/sepolicy/gui.py:2777
msgid "Loss of data Dialog"
msgstr ""
-diff --git a/policycoreutils/po/ta.po b/policycoreutils/po/ta.po
+diff --git a/po/ta.po b/po/ta.po
index 9f91a5c..d8a1120 100644
---- a/policycoreutils/po/ta.po
-+++ b/policycoreutils/po/ta.po
+--- a/po/ta.po
++++ b/po/ta.po
@@ -1,25 +1,26 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
@@ -587000,10 +587000,10 @@ index 9f91a5c..d8a1120 100644
-#~ msgid "GTK Not Available"
-#~ msgstr "GTK கிடைக்கவில்லை"
+msgstr "தரவு இழப்பு உரையாடல்"
-diff --git a/policycoreutils/po/ta_IN.po b/policycoreutils/po/ta_IN.po
+diff --git a/po/ta_IN.po b/po/ta_IN.po
index 0a1c5a4..7a62b7c 100644
---- a/policycoreutils/po/ta_IN.po
-+++ b/policycoreutils/po/ta_IN.po
+--- a/po/ta_IN.po
++++ b/po/ta_IN.po
@@ -1,21 +1,20 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
@@ -592263,10 +592263,10 @@ index 0a1c5a4..7a62b7c 100644
+#: ../sepolicy/sepolicy/gui.py:2777
msgid "Loss of data Dialog"
msgstr ""
-diff --git a/policycoreutils/po/te.po b/policycoreutils/po/te.po
+diff --git a/po/te.po b/po/te.po
index 91321c3..b33cbbe 100644
---- a/policycoreutils/po/te.po
-+++ b/policycoreutils/po/te.po
+--- a/po/te.po
++++ b/po/te.po
@@ -1,24 +1,24 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
@@ -598366,10 +598366,10 @@ index 91321c3..b33cbbe 100644
msgid "Loss of data Dialog"
-msgstr ""
+msgstr "కోల్పోయిన దత్తాంశం డైలాగ్"
-diff --git a/policycoreutils/po/tg.po b/policycoreutils/po/tg.po
+diff --git a/po/tg.po b/po/tg.po
index c67e7eb..7581529 100644
---- a/policycoreutils/po/tg.po
-+++ b/policycoreutils/po/tg.po
+--- a/po/tg.po
++++ b/po/tg.po
@@ -1,21 +1,20 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
@@ -603629,10 +603629,10 @@ index c67e7eb..7581529 100644
+#: ../sepolicy/sepolicy/gui.py:2777
msgid "Loss of data Dialog"
msgstr ""
-diff --git a/policycoreutils/po/th.po b/policycoreutils/po/th.po
+diff --git a/po/th.po b/po/th.po
index faa7475..046e370 100644
---- a/policycoreutils/po/th.po
-+++ b/policycoreutils/po/th.po
+--- a/po/th.po
++++ b/po/th.po
@@ -1,21 +1,20 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
@@ -608892,10 +608892,10 @@ index faa7475..046e370 100644
+#: ../sepolicy/sepolicy/gui.py:2777
msgid "Loss of data Dialog"
msgstr ""
-diff --git a/policycoreutils/po/tl.po b/policycoreutils/po/tl.po
+diff --git a/po/tl.po b/po/tl.po
index 3332653..ab0a8a6 100644
---- a/policycoreutils/po/tl.po
-+++ b/policycoreutils/po/tl.po
+--- a/po/tl.po
++++ b/po/tl.po
@@ -1,21 +1,20 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
@@ -614155,10 +614155,10 @@ index 3332653..ab0a8a6 100644
+#: ../sepolicy/sepolicy/gui.py:2777
msgid "Loss of data Dialog"
msgstr ""
-diff --git a/policycoreutils/po/tr.po b/policycoreutils/po/tr.po
+diff --git a/po/tr.po b/po/tr.po
index 269e42c..491fb66 100644
---- a/policycoreutils/po/tr.po
-+++ b/policycoreutils/po/tr.po
+--- a/po/tr.po
++++ b/po/tr.po
@@ -1,22 +1,21 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
@@ -619424,10 +619424,10 @@ index 269e42c..491fb66 100644
+#: ../sepolicy/sepolicy/gui.py:2777
msgid "Loss of data Dialog"
msgstr ""
-diff --git a/policycoreutils/po/uk.po b/policycoreutils/po/uk.po
+diff --git a/po/uk.po b/po/uk.po
index 2938d05..70623e6 100644
---- a/policycoreutils/po/uk.po
-+++ b/policycoreutils/po/uk.po
+--- a/po/uk.po
++++ b/po/uk.po
@@ -1,33 +1,29 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
@@ -625992,10 +625992,10 @@ index 2938d05..70623e6 100644
-#~ msgid "GTK Not Available"
-#~ msgstr "Бібліотеки GTK недоступні"
+msgstr "Діалогове вікно втрати даних"
-diff --git a/policycoreutils/po/uk_UA.po b/policycoreutils/po/uk_UA.po
+diff --git a/po/uk_UA.po b/po/uk_UA.po
index 2204420..60e9c81 100644
---- a/policycoreutils/po/uk_UA.po
-+++ b/policycoreutils/po/uk_UA.po
+--- a/po/uk_UA.po
++++ b/po/uk_UA.po
@@ -1,23 +1,21 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
@@ -631258,10 +631258,10 @@ index 2204420..60e9c81 100644
+#: ../sepolicy/sepolicy/gui.py:2777
msgid "Loss of data Dialog"
msgstr ""
-diff --git a/policycoreutils/po/ur.po b/policycoreutils/po/ur.po
+diff --git a/po/ur.po b/po/ur.po
index 0ede3e6..5c5a5b0 100644
---- a/policycoreutils/po/ur.po
-+++ b/policycoreutils/po/ur.po
+--- a/po/ur.po
++++ b/po/ur.po
@@ -1,20 +1,20 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
@@ -636520,11 +636520,11 @@ index 0ede3e6..5c5a5b0 100644
+#: ../sepolicy/sepolicy/gui.py:2777
msgid "Loss of data Dialog"
msgstr ""
-diff --git a/policycoreutils/po/uz.po b/policycoreutils/po/uz.po
+diff --git a/po/uz.po b/po/uz.po
new file mode 100644
index 0000000..4b0e16e
--- /dev/null
-+++ b/policycoreutils/po/uz.po
++++ b/po/uz.po
@@ -0,0 +1,5198 @@
+# SOME DESCRIPTIVE TITLE.
+# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
@@ -641724,10 +641724,10 @@ index 0000000..4b0e16e
+#: ../sepolicy/sepolicy/gui.py:2777
+msgid "Loss of data Dialog"
+msgstr ""
-diff --git a/policycoreutils/po/vi.po b/policycoreutils/po/vi.po
+diff --git a/po/vi.po b/po/vi.po
index fa87a1d..c742212 100644
---- a/policycoreutils/po/vi.po
-+++ b/policycoreutils/po/vi.po
+--- a/po/vi.po
++++ b/po/vi.po
@@ -1,21 +1,20 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
@@ -646986,10 +646986,10 @@ index fa87a1d..c742212 100644
+#: ../sepolicy/sepolicy/gui.py:2777
msgid "Loss of data Dialog"
msgstr ""
-diff --git a/policycoreutils/po/vi_VN.po b/policycoreutils/po/vi_VN.po
+diff --git a/po/vi_VN.po b/po/vi_VN.po
deleted file mode 100644
index c444825..0000000
---- a/policycoreutils/po/vi_VN.po
+--- a/po/vi_VN.po
+++ /dev/null
@@ -1,5099 +0,0 @@
-# SOME DESCRIPTIVE TITLE.
@@ -652091,10 +652091,10 @@ index c444825..0000000
-#: ../sepolicy/sepolicy/gui.py:2783
-msgid "Loss of data Dialog"
-msgstr ""
-diff --git a/policycoreutils/po/wo.po b/policycoreutils/po/wo.po
+diff --git a/po/wo.po b/po/wo.po
index 8713a24..027cdb7 100644
---- a/policycoreutils/po/wo.po
-+++ b/policycoreutils/po/wo.po
+--- a/po/wo.po
++++ b/po/wo.po
@@ -1,21 +1,20 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
@@ -657354,10 +657354,10 @@ index 8713a24..027cdb7 100644
+#: ../sepolicy/sepolicy/gui.py:2777
msgid "Loss of data Dialog"
msgstr ""
-diff --git a/policycoreutils/po/xh.po b/policycoreutils/po/xh.po
+diff --git a/po/xh.po b/po/xh.po
index e199788..1be6b53 100644
---- a/policycoreutils/po/xh.po
-+++ b/policycoreutils/po/xh.po
+--- a/po/xh.po
++++ b/po/xh.po
@@ -1,21 +1,20 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
@@ -662617,10 +662617,10 @@ index e199788..1be6b53 100644
+#: ../sepolicy/sepolicy/gui.py:2777
msgid "Loss of data Dialog"
msgstr ""
-diff --git a/policycoreutils/po/zh_CN.GB2312.po b/policycoreutils/po/zh_CN.GB2312.po
+diff --git a/po/zh_CN.GB2312.po b/po/zh_CN.GB2312.po
deleted file mode 100644
index f56bae3..0000000
---- a/policycoreutils/po/zh_CN.GB2312.po
+--- a/po/zh_CN.GB2312.po
+++ /dev/null
@@ -1,5099 +0,0 @@
-# SOME DESCRIPTIVE TITLE.
@@ -667722,10 +667722,10 @@ index f56bae3..0000000
-#: ../sepolicy/sepolicy/gui.py:2783
-msgid "Loss of data Dialog"
-msgstr ""
-diff --git a/policycoreutils/po/zh_CN.po b/policycoreutils/po/zh_CN.po
+diff --git a/po/zh_CN.po b/po/zh_CN.po
index 03946d3..6b3b476 100644
---- a/policycoreutils/po/zh_CN.po
-+++ b/policycoreutils/po/zh_CN.po
+--- a/po/zh_CN.po
++++ b/po/zh_CN.po
@@ -1,25 +1,25 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
@@ -673643,10 +673643,10 @@ index 03946d3..6b3b476 100644
msgid "Loss of data Dialog"
-msgstr ""
+msgstr "丢失数据对话"
-diff --git a/policycoreutils/po/zh_HK.po b/policycoreutils/po/zh_HK.po
+diff --git a/po/zh_HK.po b/po/zh_HK.po
index dc7dae8..63b7e5c 100644
---- a/policycoreutils/po/zh_HK.po
-+++ b/policycoreutils/po/zh_HK.po
+--- a/po/zh_HK.po
++++ b/po/zh_HK.po
@@ -1,20 +1,20 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
@@ -678904,10 +678904,10 @@ index dc7dae8..63b7e5c 100644
+#: ../sepolicy/sepolicy/gui.py:2777
msgid "Loss of data Dialog"
msgstr ""
-diff --git a/policycoreutils/po/zh_TW.Big5.po b/policycoreutils/po/zh_TW.Big5.po
+diff --git a/po/zh_TW.Big5.po b/po/zh_TW.Big5.po
deleted file mode 100644
index afc86a8..0000000
---- a/policycoreutils/po/zh_TW.Big5.po
+--- a/po/zh_TW.Big5.po
+++ /dev/null
@@ -1,5099 +0,0 @@
-# SOME DESCRIPTIVE TITLE.
@@ -684009,10 +684009,10 @@ index afc86a8..0000000
-#: ../sepolicy/sepolicy/gui.py:2783
-msgid "Loss of data Dialog"
-msgstr ""
-diff --git a/policycoreutils/po/zh_TW.po b/policycoreutils/po/zh_TW.po
+diff --git a/po/zh_TW.po b/po/zh_TW.po
index 9f84d79..9cc8fce 100644
---- a/policycoreutils/po/zh_TW.po
-+++ b/policycoreutils/po/zh_TW.po
+--- a/po/zh_TW.po
++++ b/po/zh_TW.po
@@ -1,24 +1,24 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
@@ -690024,10 +690024,10 @@ index 9f84d79..9cc8fce 100644
msgid "Loss of data Dialog"
-msgstr ""
+msgstr "資料遺失對話方塊"
-diff --git a/policycoreutils/po/zu.po b/policycoreutils/po/zu.po
+diff --git a/po/zu.po b/po/zu.po
index b306041..16eb50b 100644
---- a/policycoreutils/po/zu.po
-+++ b/policycoreutils/po/zu.po
+--- a/po/zu.po
++++ b/po/zu.po
@@ -1,21 +1,20 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
@@ -695287,10 +695287,10 @@ index b306041..16eb50b 100644
+#: ../sepolicy/sepolicy/gui.py:2777
msgid "Loss of data Dialog"
msgstr ""
-diff --git a/policycoreutils/sandbox/Makefile b/policycoreutils/sandbox/Makefile
+diff --git a/sandbox/Makefile b/sandbox/Makefile
index 981c56c..5671170 100644
---- a/policycoreutils/sandbox/Makefile
-+++ b/policycoreutils/sandbox/Makefile
+--- a/sandbox/Makefile
++++ b/sandbox/Makefile
@@ -8,7 +8,7 @@ MANDIR ?= $(PREFIX)/share/man
LOCALEDIR ?= /usr/share/locale
SHAREDIR ?= $(PREFIX)/share/sandbox
@@ -695300,10 +695300,10 @@ index 981c56c..5671170 100644
SEUNSHARE_OBJS = seunshare.o
all: sandbox seunshare sandboxX.sh start
-diff --git a/policycoreutils/sandbox/sandbox b/policycoreutils/sandbox/sandbox
+diff --git a/sandbox/sandbox b/sandbox/sandbox
index 3668abe..3678c5d 100644
---- a/policycoreutils/sandbox/sandbox
-+++ b/policycoreutils/sandbox/sandbox
+--- a/sandbox/sandbox
++++ b/sandbox/sandbox
@@ -280,9 +280,9 @@ Policy defines the following types for use with the -t:
pass
@@ -695336,10 +695336,10 @@ index 3668abe..3678c5d 100644
if self.__options.usecaps:
cmds.append('-C')
if self.__mount:
-diff --git a/policycoreutils/sandbox/seunshare.8 b/policycoreutils/sandbox/seunshare.8
+diff --git a/sandbox/seunshare.8 b/sandbox/seunshare.8
index 06610c0..76b75c8 100644
---- a/policycoreutils/sandbox/seunshare.8
-+++ b/policycoreutils/sandbox/seunshare.8
+--- a/sandbox/seunshare.8
++++ b/sandbox/seunshare.8
@@ -3,7 +3,7 @@
seunshare \- Run cmd with alternate homedir, tmpdir and/or SELinux context
.SH SYNOPSIS
@@ -695359,10 +695359,10 @@ index 06610c0..76b75c8 100644
\fB\-C --capabilities\fR
Allow apps executed within the namespace to use capabilities. Default is no capabilities.
.TP
-diff --git a/policycoreutils/sandbox/seunshare.c b/policycoreutils/sandbox/seunshare.c
+diff --git a/sandbox/seunshare.c b/sandbox/seunshare.c
index 97f3920..c92e394 100644
---- a/policycoreutils/sandbox/seunshare.c
-+++ b/policycoreutils/sandbox/seunshare.c
+--- a/sandbox/seunshare.c
++++ b/sandbox/seunshare.c
@@ -14,7 +14,6 @@
#include
#include
@@ -695700,10 +695700,10 @@ index 97f3920..c92e394 100644
exit(-1);
}
-diff --git a/policycoreutils/scripts/fixfiles b/policycoreutils/scripts/fixfiles
+diff --git a/scripts/fixfiles b/scripts/fixfiles
index 5c29eb9..097152f 100755
---- a/policycoreutils/scripts/fixfiles
-+++ b/policycoreutils/scripts/fixfiles
+--- a/scripts/fixfiles
++++ b/scripts/fixfiles
@@ -116,6 +116,7 @@ exclude_dirs() {
fullFlag=0
BOOTTIME=""
@@ -695742,10 +695742,10 @@ index 5c29eb9..097152f 100755
UNDEFINED=`get_undefined_type` || exit $?
UNLABELED=`get_unlabeled_type` || exit $?
-diff --git a/policycoreutils/semanage/Makefile b/policycoreutils/semanage/Makefile
+diff --git a/semanage/Makefile b/semanage/Makefile
index 8fc8e0b..9bb4f24 100644
---- a/policycoreutils/semanage/Makefile
-+++ b/policycoreutils/semanage/Makefile
+--- a/semanage/Makefile
++++ b/semanage/Makefile
@@ -3,8 +3,7 @@ PREFIX ?= $(DESTDIR)/usr
LIBDIR ?= $(PREFIX)/lib
SBINDIR ?= $(PREFIX)/sbin
@@ -695766,11 +695766,11 @@ index 8fc8e0b..9bb4f24 100644
-mkdir -p $(BASHCOMPLETIONDIR)
install -m 644 $(BASHCOMPLETIONS) $(BASHCOMPLETIONDIR)/semanage
-diff --git a/policycoreutils/semanage/default_encoding/Makefile b/policycoreutils/semanage/default_encoding/Makefile
+diff --git a/semanage/default_encoding/Makefile b/semanage/default_encoding/Makefile
new file mode 100644
index 0000000..e15a877
--- /dev/null
-+++ b/policycoreutils/semanage/default_encoding/Makefile
++++ b/semanage/default_encoding/Makefile
@@ -0,0 +1,8 @@
+all:
+ LDFLAGS="" python setup.py build
@@ -695780,11 +695780,11 @@ index 0000000..e15a877
+
+clean:
+ rm -rf build *~
-diff --git a/policycoreutils/semanage/default_encoding/default_encoding.c b/policycoreutils/semanage/default_encoding/default_encoding.c
+diff --git a/semanage/default_encoding/default_encoding.c b/semanage/default_encoding/default_encoding.c
new file mode 100644
index 0000000..023b8f4
--- /dev/null
-+++ b/policycoreutils/semanage/default_encoding/default_encoding.c
++++ b/semanage/default_encoding/default_encoding.c
@@ -0,0 +1,57 @@
+/*
+ * Authors:
@@ -695843,11 +695843,11 @@ index 0000000..023b8f4
+ PyUnicode_SetDefaultEncoding("utf-8");
+ Py_InitModule3("default_encoding_utf8", methods, "Forces the default encoding to utf-8");
+}
-diff --git a/policycoreutils/semanage/default_encoding/policycoreutils/__init__.py b/policycoreutils/semanage/default_encoding/policycoreutils/__init__.py
+diff --git a/semanage/default_encoding/policycoreutils/__init__.py b/semanage/default_encoding/policycoreutils/__init__.py
new file mode 100644
index 0000000..ccb6b8b
--- /dev/null
-+++ b/policycoreutils/semanage/default_encoding/policycoreutils/__init__.py
++++ b/semanage/default_encoding/policycoreutils/__init__.py
@@ -0,0 +1,17 @@
+#
+# Copyright (C) 2006,2007,2008, 2009 Red Hat, Inc.
@@ -695866,11 +695866,11 @@ index 0000000..ccb6b8b
+# along with this program; if not, write to the Free Software
+# Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+#
-diff --git a/policycoreutils/semanage/default_encoding/setup.py b/policycoreutils/semanage/default_encoding/setup.py
+diff --git a/semanage/default_encoding/setup.py b/semanage/default_encoding/setup.py
new file mode 100644
index 0000000..e2befdb
--- /dev/null
-+++ b/policycoreutils/semanage/default_encoding/setup.py
++++ b/semanage/default_encoding/setup.py
@@ -0,0 +1,38 @@
+# Authors:
+# John Dennis
@@ -695910,10 +695910,10 @@ index 0000000..e2befdb
+ ext_modules = [default_encoding_utf8],
+ packages=["policycoreutils"],
+)
-diff --git a/policycoreutils/semanage/semanage b/policycoreutils/semanage/semanage
+diff --git a/semanage/semanage b/semanage/semanage
index 36b41cd..209c308 100644
---- a/policycoreutils/semanage/semanage
-+++ b/policycoreutils/semanage/semanage
+--- a/semanage/semanage
++++ b/semanage/semanage
@@ -18,24 +18,34 @@
#
# You should have received a copy of the GNU General Public License
@@ -696203,10 +696203,10 @@ index 36b41cd..209c308 100644
sys.stderr.write("%s: %s\n" % (e.__class__.__name__, e.args[0]))
sys.exit(1)
-diff --git a/policycoreutils/semanage/semanage.8 b/policycoreutils/semanage/semanage.8
+diff --git a/semanage/semanage.8 b/semanage/semanage.8
index 0fad36c..75b782f 100644
---- a/policycoreutils/semanage/semanage.8
-+++ b/policycoreutils/semanage/semanage.8
+--- a/semanage/semanage.8
++++ b/semanage/semanage.8
@@ -8,7 +8,7 @@ semanage \- SELinux Policy Management tool
.B positional arguments:
@@ -696226,10 +696226,10 @@ index 0fad36c..75b782f 100644
mapping from Linux usernames (logins) to SELinux user identities,
while the semanage user command deals with the mapping from SELinux
user identities to authorized role sets. In most cases, only the
-diff --git a/policycoreutils/semanage/seobject.py b/policycoreutils/semanage/seobject.py
+diff --git a/semanage/seobject.py b/semanage/seobject.py
deleted file mode 100644
index f8d2243..0000000
---- a/policycoreutils/semanage/seobject.py
+--- a/semanage/seobject.py
+++ /dev/null
@@ -1,2217 +0,0 @@
-#! /usr/bin/python -Es
@@ -698449,11 +698449,11 @@ index f8d2243..0000000
- for k in keys:
- if ddict[k]:
- print "%-30s (%-5s,%5s) %s" % (k, on_off[selinux.security_get_boolean_active(k)], on_off[ddict[k][2]], self.get_desc(k))
-diff --git a/policycoreutils/semanage/seobject/__init__.py b/policycoreutils/semanage/seobject/__init__.py
+diff --git a/semanage/seobject/__init__.py b/semanage/seobject/__init__.py
new file mode 100644
index 0000000..653750f
--- /dev/null
-+++ b/policycoreutils/semanage/seobject/__init__.py
++++ b/semanage/seobject/__init__.py
@@ -0,0 +1,2240 @@
+#! /usr/bin/python -Es
+# Copyright (C) 2005-2013 Red Hat
@@ -700695,11 +700695,11 @@ index 0000000..653750f
+ for k in keys:
+ if ddict[k]:
+ print("%-30s (%-5s,%5s) %s" % (k, on_off[selinux.security_get_boolean_active(k)], on_off[ddict[k][2]], self.get_desc(k)))
-diff --git a/policycoreutils/semanage/setup.py b/policycoreutils/semanage/setup.py
+diff --git a/semanage/setup.py b/semanage/setup.py
new file mode 100644
index 0000000..7735c59
--- /dev/null
-+++ b/policycoreutils/semanage/setup.py
++++ b/semanage/setup.py
@@ -0,0 +1,35 @@
+# Authors:
+# Dan Walsh
@@ -700736,10 +700736,10 @@ index 0000000..7735c59
+ download_url = '',
+ packages=["seobject"],
+)
-diff --git a/policycoreutils/semanage/test-semanage.py b/policycoreutils/semanage/test-semanage.py
+diff --git a/semanage/test-semanage.py b/semanage/test-semanage.py
index d39013e..e847ca7 100644
---- a/policycoreutils/semanage/test-semanage.py
-+++ b/policycoreutils/semanage/test-semanage.py
+--- a/semanage/test-semanage.py
++++ b/semanage/test-semanage.py
@@ -9,18 +9,18 @@ object_list = [ 'login', 'user', 'port', 'module', 'interface', 'node', 'fcontex
class SemanageTests(unittest.TestCase):
def assertDenied(self, err):
@@ -700763,10 +700763,10 @@ index d39013e..e847ca7 100644
def test_extract(self):
for object in object_list:
-diff --git a/policycoreutils/sepolicy/Makefile b/policycoreutils/sepolicy/Makefile
+diff --git a/sepolicy/Makefile b/sepolicy/Makefile
index 90f88a5..d08f34c 100644
---- a/policycoreutils/sepolicy/Makefile
-+++ b/policycoreutils/sepolicy/Makefile
+--- a/sepolicy/Makefile
++++ b/sepolicy/Makefile
@@ -27,7 +27,7 @@ sepolgen:
ln -sf sepolicy sepolgen
@@ -700776,10 +700776,10 @@ index 90f88a5..d08f34c 100644
install:
$(PYTHON) setup.py install `test -n "$(DESTDIR)" && echo --root $(DESTDIR)`
-diff --git a/policycoreutils/sepolicy/common.h b/policycoreutils/sepolicy/common.h
+diff --git a/sepolicy/common.h b/sepolicy/common.h
index dc3ce6a..3b93845 100644
---- a/policycoreutils/sepolicy/common.h
-+++ b/policycoreutils/sepolicy/common.h
+--- a/sepolicy/common.h
++++ b/sepolicy/common.h
@@ -9,12 +9,18 @@
# define UNUSED(x) x
#endif
@@ -700814,10 +700814,10 @@ index dc3ce6a..3b93845 100644
}
-
-
-diff --git a/policycoreutils/sepolicy/info.c b/policycoreutils/sepolicy/info.c
+diff --git a/sepolicy/info.c b/sepolicy/info.c
index 17f5732..52fd680 100644
---- a/policycoreutils/sepolicy/info.c
-+++ b/policycoreutils/sepolicy/info.c
+--- a/sepolicy/info.c
++++ b/sepolicy/info.c
@@ -1,12 +1,14 @@
/**
* @file
@@ -701039,10 +701039,10 @@ index 17f5732..52fd680 100644
return info(type, name);
}
-diff --git a/policycoreutils/sepolicy/org.selinux.conf b/policycoreutils/sepolicy/org.selinux.conf
+diff --git a/sepolicy/org.selinux.conf b/sepolicy/org.selinux.conf
index a350978..1ae079d 100644
---- a/policycoreutils/sepolicy/org.selinux.conf
-+++ b/policycoreutils/sepolicy/org.selinux.conf
+--- a/sepolicy/org.selinux.conf
++++ b/sepolicy/org.selinux.conf
@@ -12,12 +12,8 @@
@@ -705992,10 +705992,10 @@ index 1275c7f..b848baa 100644
fill
True
-diff --git a/policycoreutils/sepolicy/sepolicy/templates/executable.py b/policycoreutils/sepolicy/sepolicy/templates/executable.py
+diff --git a/sepolicy/sepolicy/templates/executable.py b/sepolicy/sepolicy/templates/executable.py
index 4b9534d..4cc5bfa 100644
---- a/policycoreutils/sepolicy/sepolicy/templates/executable.py
-+++ b/policycoreutils/sepolicy/sepolicy/templates/executable.py
+--- a/sepolicy/sepolicy/templates/executable.py
++++ b/sepolicy/sepolicy/templates/executable.py
@@ -86,6 +86,7 @@ roleattribute system_r TEMPLATETYPE_roles;
type TEMPLATETYPE_t;
type TEMPLATETYPE_exec_t;
@@ -706018,10 +706018,10 @@ index 4b9534d..4cc5bfa 100644
"""
if_initscript_admin_types="""
-diff --git a/policycoreutils/sepolicy/sepolicy/templates/spec.py b/policycoreutils/sepolicy/sepolicy/templates/spec.py
+diff --git a/sepolicy/sepolicy/templates/spec.py b/sepolicy/sepolicy/templates/spec.py
index 16a2208..d8ee42f 100644
---- a/policycoreutils/sepolicy/sepolicy/templates/spec.py
-+++ b/policycoreutils/sepolicy/sepolicy/templates/spec.py
+--- a/sepolicy/sepolicy/templates/spec.py
++++ b/sepolicy/sepolicy/templates/spec.py
@@ -39,7 +39,7 @@ install -m 644 %{SOURCE1} %{buildroot}%{_datadir}/selinux/devel/include/contrib/
install -d %{buildroot}%{_mandir}/man8/
install -m 644 %{SOURCE2} %{buildroot}%{_mandir}/man8/DOMAINNAME_selinux.8
@@ -706040,10 +706040,10 @@ index 16a2208..d8ee42f 100644
%changelog
* TODAYSDATE YOUR NAME 1.0-1
-diff --git a/policycoreutils/sepolicy/sepolicy/templates/test_module.py b/policycoreutils/sepolicy/sepolicy/templates/test_module.py
+diff --git a/sepolicy/sepolicy/templates/test_module.py b/sepolicy/sepolicy/templates/test_module.py
index 893a204..3a3faa6 100644
---- a/policycoreutils/sepolicy/sepolicy/templates/test_module.py
-+++ b/policycoreutils/sepolicy/sepolicy/templates/test_module.py
+--- a/sepolicy/sepolicy/templates/test_module.py
++++ b/sepolicy/sepolicy/templates/test_module.py
@@ -111,7 +111,7 @@ role sepolicy_r;
role sepolicy_source_r;
role sepolicy_target_r;
@@ -706053,20 +706053,20 @@ index 893a204..3a3faa6 100644
#
# Local policy
#
-diff --git a/policycoreutils/sepolicy/sepolicy/transition.py b/policycoreutils/sepolicy/sepolicy/transition.py
+diff --git a/sepolicy/sepolicy/transition.py b/sepolicy/sepolicy/transition.py
index 11834c7..96bf96c 100755
---- a/policycoreutils/sepolicy/sepolicy/transition.py
-+++ b/policycoreutils/sepolicy/sepolicy/transition.py
+--- a/sepolicy/sepolicy/transition.py
++++ b/sepolicy/sepolicy/transition.py
@@ -78,4 +78,4 @@ class setrans:
def output(self):
self.seen = []
- print self.out(self.source)
+ print(self.out(self.source))
-diff --git a/policycoreutils/sepolicy/setup.py b/policycoreutils/sepolicy/setup.py
+diff --git a/sepolicy/setup.py b/sepolicy/setup.py
index d8e2d64..cac667c 100644
---- a/policycoreutils/sepolicy/setup.py
-+++ b/policycoreutils/sepolicy/setup.py
+--- a/sepolicy/setup.py
++++ b/sepolicy/setup.py
@@ -4,7 +4,7 @@
# Author: Dan Walsh
import os
@@ -706076,10 +706076,10 @@ index d8e2d64..cac667c 100644
libraries=["apol", "qpol"],
sources=[ "policy.c", "info.c", "search.c"]
)
-diff --git a/policycoreutils/sepolicy/test_sepolicy.py b/policycoreutils/sepolicy/test_sepolicy.py
+diff --git a/sepolicy/test_sepolicy.py b/sepolicy/test_sepolicy.py
index aef799f..5ded03d 100644
---- a/policycoreutils/sepolicy/test_sepolicy.py
-+++ b/policycoreutils/sepolicy/test_sepolicy.py
+--- a/sepolicy/test_sepolicy.py
++++ b/sepolicy/test_sepolicy.py
@@ -1,28 +1,28 @@
-import unittest, os, shutil
+import unittest, os, shutil
@@ -706125,10 +706125,10 @@ index aef799f..5ded03d 100644
else:
- print "SELinux must be in enforcing mode for this test"
+ print("SELinux must be in enforcing mode for this test")
-diff --git a/policycoreutils/setfiles/restore.c b/policycoreutils/setfiles/restore.c
+diff --git a/setfiles/restore.c b/setfiles/restore.c
index 2a7cfa3..c1b2876 100644
---- a/policycoreutils/setfiles/restore.c
-+++ b/policycoreutils/setfiles/restore.c
+--- a/setfiles/restore.c
++++ b/setfiles/restore.c
@@ -404,19 +404,18 @@ int process_one_realpath(char *name, int recurse)
"Must call initialize first!");
return -1;
@@ -706157,10 +706157,10 @@ index 2a7cfa3..c1b2876 100644
if (S_ISLNK(sb.st_mode)) {
char path[PATH_MAX + 1];
-diff --git a/policycoreutils/setfiles/setfiles.c b/policycoreutils/setfiles/setfiles.c
-index ac1c39a..85d8d68 100644
---- a/policycoreutils/setfiles/setfiles.c
-+++ b/policycoreutils/setfiles/setfiles.c
+diff --git a/setfiles/setfiles.c b/setfiles/setfiles.c
+index ac1c39a..0ce821f 100644
+--- a/setfiles/setfiles.c
++++ b/setfiles/setfiles.c
@@ -153,6 +153,9 @@ int main(int argc, char **argv)
int recurse; /* Recursive descent. */
char *base;
@@ -706186,3 +706186,12 @@ index ac1c39a..85d8d68 100644
switch (opt) {
case 'c':
{
+@@ -337,7 +345,7 @@ int main(int argc, char **argv)
+ if (r_opts.progress) {
+ fprintf(stderr,
+ "Progress and Verbose mutually exclusive\n");
+- exit(-1);
++ usage(argv[0]);
+ }
+ r_opts.verbose++;
+ break;
diff --git a/policycoreutils.spec b/policycoreutils.spec
index 4f815fe..c61e81f 100644
--- a/policycoreutils.spec
+++ b/policycoreutils.spec
@@ -7,7 +7,7 @@
Summary: SELinux policy core utilities
Name: policycoreutils
Version: 2.3
-Release: 6%{?dist}
+Release: 7%{?dist}
License: GPLv2
Group: System Environment/Base
# Based on git repository with tag 20101221
@@ -48,7 +48,7 @@ to switch roles.
%prep
%setup -q -a 1
-%patch -p2 -b .rhat
+%patch -p1 -b .rhat
%patch1 -p2 -b .setfiles
cp %{SOURCE3} gui/
@@ -381,6 +381,12 @@ The policycoreutils-restorecond package contains the restorecond service.
%systemd_postun_with_restart restorecond.service
%changelog
+* Wed Jul 23 2014 Miroslav Grepl - 2.3-7
+- Examples are no longer in the main semanage man page (#1084390)
+- Add support for Fedora22 man pages. We need to fix it to not using hardcoding.
+- Print usage for all mutually exclusive options.
+- Fix selinux man page to refer seinfo and sesearch tools.
+
* Sat Jun 07 2014 Fedora Release Engineering - 2.3-6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild