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

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