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

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