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

ba5f94
diff -uNrp subscription-manager-1.23.8.orig/src/subscription_manager/repofile.py subscription-manager-1.23.8/src/subscription_manager/repofile.py
ba5f94
--- subscription-manager-1.23.8.orig/src/subscription_manager/repofile.py	2019-03-06 08:15:21.000000000 -0600
ba5f94
+++ subscription-manager-1.23.8/src/subscription_manager/repofile.py	2019-07-10 12:03:11.266030982 -0500
ba5f94
@@ -340,6 +340,7 @@ class RepoFileBase(object):
ba5f94
         return self.path_exists(self.path)
ba5f94
 
ba5f94
     def create(self):
ba5f94
+        return
ba5f94
         if self.path_exists(self.path) or not self.manage_repos:
ba5f94
             return
ba5f94
         with open(self.path, 'w') as f: