[rhel7/anaconda 1/2] Exclude hfsplus-tools from rhel (#1119305)

Brian C. Lane bcl at redhat.com
Thu Aug 7 23:13:35 UTC 2014


It isn't available in RHEL so don't try to install it.

Resolves: rhbz#1119305
---
 pyanaconda/installclasses/rhel.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pyanaconda/installclasses/rhel.py b/pyanaconda/installclasses/rhel.py
index 74052fd..893962a 100644
--- a/pyanaconda/installclasses/rhel.py
+++ b/pyanaconda/installclasses/rhel.py
@@ -37,7 +37,7 @@ class InstallClass(BaseInstallClass):
     bootloaderTimeoutDefault = 5
     bootloaderExtraArgs = []
 
-    ignoredPackages = ["ntfsprogs", "reiserfs-utils"]
+    ignoredPackages = ["ntfsprogs", "reiserfs-utils", "hfsplus-tools"]
 
     installUpdates = False
 
-- 
1.9.3



More information about the anaconda-patches mailing list