Blame SOURCES/subscription-manager-1.19.21-centos-remove-redhat.repo.patch

da0aa0
diff -uNrp subscription-manager-1.20.11.orig/src/subscription_manager/repolib.py subscription-manager-1.20.11/src/subscription_manager/repolib.py
da0aa0
--- subscription-manager-1.20.11.orig/src/subscription_manager/repolib.py	2018-03-13 14:36:33.000000000 +0000
da0aa0
+++ subscription-manager-1.20.11/src/subscription_manager/repolib.py	2018-04-12 19:12:43.177743996 +0000
da0aa0
@@ -955,6 +955,7 @@ class RepoFileBase(object):
da0aa0
         return self.path_exists(self.path)
da0aa0
 
da0aa0
     def create(self):
da0aa0
+        return
da0aa0
         if self.path_exists(self.path) or not self.manage_repos:
da0aa0
             return
da0aa0
         with open(self.path, 'w') as f: