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

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