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

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