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

6c685c
diff -uNrp subscription-manager-1.24.13.orig/src/subscription_manager/repofile.py subscription-manager-1.24.13/src/subscription_manager/repofile.py
6c685c
--- subscription-manager-1.24.13.orig/src/subscription_manager/repofile.py	2019-06-21 18:36:40.000000000 +0000
6c685c
+++ subscription-manager-1.24.13/src/subscription_manager/repofile.py	2019-08-07 15:55:54.331501447 +0000
6c685c
@@ -345,6 +345,7 @@ class RepoFileBase(object):
6c685c
         return self.path_exists(self.path)
6c685c
 
6c685c
     def create(self):
6c685c
+	return    
6c685c
         if self.path_exists(self.path) or not self.manage_repos:
6c685c
             return
6c685c
         with open(self.path, 'w') as f: