diff options
-rw-r--r-- | sos.spec | 2 | ||||
-rwxr-xr-x | sos/policyredhat.py | 1 |
2 files changed, 2 insertions, 1 deletions
@@ -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: |