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

d94487
diff -uNrp subscription-manager-1.19.21.orig/src/subscription_manager/repolib.py subscription-manager-1.19.21/src/subscription_manager/repolib.py
d94487
--- subscription-manager-1.19.21.orig/src/subscription_manager/repolib.py	2017-06-21 20:41:38.000000000 +0000
d94487
+++ subscription-manager-1.19.21/src/subscription_manager/repolib.py	2017-08-02 11:42:10.445263785 +0000
d94487
@@ -819,6 +819,7 @@ class RepoFile(ConfigParser):
d94487
             return Repo(section, self.items(section))
d94487
 
d94487
     def create(self):
d94487
+        return
d94487
         if self.path_exists(self.path) or not self.manage_repos:
d94487
             return
d94487
         f = open(self.path, 'w')