aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sos.spec2
-rwxr-xr-xsos/policyredhat.py1
2 files changed, 2 insertions, 1 deletions
diff --git a/sos.spec b/sos.spec
index 2ba0c564..84da9e43 100644
--- a/sos.spec
+++ b/sos.spec
@@ -3,7 +3,7 @@
Summary: A set of tools to gather troubleshooting information from a system
Name: sos
Version: 1.9
-Release: 2%{?dist}.2
+Release: 2%{?dist}.3
Group: Applications/System
Source0: https://fedorahosted.org/releases/s/o/sos/%{name}-%{version}.tar.gz
License: GPLv2+
diff --git a/sos/policyredhat.py b/sos/policyredhat.py
index acda3e9b..58ecdd2b 100755
--- a/sos/policyredhat.py
+++ b/sos/policyredhat.py
@@ -32,6 +32,7 @@ import rpm
import time
from subprocess import Popen, PIPE
from collections import deque
+from sos import _sos as _
sys.path.insert(0, "/usr/share/rhn/")
try: