Blame SOURCES/yum-rhn-plugin-2.0.1-5-el7-to-yum-rhn-plugin-2.0.1-6-el7.patch

9630d3
diff --git a/rhnplugin.py b/rhnplugin.py
9630d3
index 88fb354..a2681c2 100644
9630d3
--- a/rhnplugin.py
9630d3
+++ b/rhnplugin.py
9630d3
@@ -384,7 +384,7 @@ class RhnRepo(YumRepository):
9630d3
     # Override the 'private' __get method so we can do our auth stuff.
9630d3
     def _getFile(self, url=None, relative=None, local=None,
9630d3
         start=None, end=None, copy_local=0, checkfunc=None, text=None,
9630d3
-        reget='simple', cache=True, size=None):
9630d3
+        reget='simple', cache=True, size=None, **kwargs):
9630d3
         try:
9630d3
             try:
9630d3
                 return self._noExceptionWrappingGet(url, relative, local,
9630d3
diff --git a/yum-rhn-plugin.spec b/yum-rhn-plugin.spec
9630d3
index 006b9b1..1ced7dc 100644
9630d3
--- a/yum-rhn-plugin.spec
9630d3
+++ b/yum-rhn-plugin.spec
9630d3
@@ -1,7 +1,7 @@
9630d3
 Summary: Spacewalk support for yum
9630d3
 Name: yum-rhn-plugin
9630d3
 Version: 2.0.1
9630d3
-Release: 5%{?dist}
9630d3
+Release: 6%{?dist}
9630d3
 License: GPLv2
9630d3
 Group: System Environment/Base
9630d3
 Source0: https://fedorahosted.org/releases/s/p/spacewalk/%{name}-%{version}.tar.gz
9630d3
@@ -70,6 +70,9 @@ fi
9630d3
 %doc LICENSE
9630d3
 
9630d3
 %changelog
9630d3
+* Mon Jul 25 2016 Tomas Kasparek <tkasparek@redhat.com> 2.0.1-6
9630d3
+- Resolves: #1359087 - expect additional arguments (tkasparek@redhat.com)
9630d3
+
9630d3
 * Wed Sep 17 2014 Stephen Herr <sherr@redhat.com> 2.0.1-5
9630d3
 - Related: #1115516 - don't encode proxy url if not set (mzazrivec@redhat.com)
9630d3
 - Related: #1115516 - encode proxy url when passing it to urlgrabber