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

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