diff --git a/rhn-client-tools.spec b/rhn-client-tools.spec index e6f0bbbc40..7e4be938fe 100644 --- a/rhn-client-tools.spec +++ b/rhn-client-tools.spec @@ -5,7 +5,7 @@ Source0: https://fedorahosted.org/releases/s/p/spacewalk/%{name}-%{version}.tar. URL: https://fedorahosted.org/spacewalk Name: rhn-client-tools Version: 2.0.2 -Release: 9%{?dist} +Release: 10%{?dist} BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch %if 0%{?suse_version} @@ -361,6 +361,9 @@ make -f Makefile.rhn-client-tools test %endif %changelog +* Wed Apr 05 2017 Tomas Kasparek 2.0.2-10 +- Resolves: #1439139 - remove malicious import (tkasparek@redhat.com) + * Mon Mar 06 2017 Gennadii Altukhov 2.0.2-9 - Resolves: #1371871 - fix UnicodeDecodeError when running rhnreg_ks with a different locale than en_US (galt@redhat.com) diff --git a/src/bin/rhn_check.py b/src/bin/rhn_check.py index 0f882dbff8..191886d0c3 100755 --- a/src/bin/rhn_check.py +++ b/src/bin/rhn_check.py @@ -51,7 +51,6 @@ from up2date_client import rhncli, rhnserver import signal from rhn import SSL from rhn import rhnLockfile -from rhn.i18n import bstr, sstr from rhn.tb import raise_with_tb import base64