commit | 1270be188afb006f2afd17856f4286da5a5b6c21 | [log] [tgz] |
---|---|---|
author | Laurent Bigonville <bigon@bigon.be> | Sat Nov 12 21:20:20 2016 +0100 |
committer | Stephen Smalley <sds@tycho.nsa.gov> | Tue Nov 15 10:54:13 2016 -0500 |
tree | fa5020e7679d647d3c6ecb796fde03a03cf1a75a | |
parent | 0339318a2618e3f830eabfd8c6c5916f0331f9ae [diff] |
policycoreutils: Force GTK3.0 for sepolicy gui This removes the following warning when running sepolicy gui command: /usr/lib/python3/dist-packages/sepolicy/gui.py:29: PyGIWarning: Gtk was imported without specifying a version first. Use gi.require_version('Gtk', '3.0') before import to ensure that the right version gets loaded. Signed-off-by: Laurent Bigonville <bigon@bigon.be>