[rhel7-branch 17/29] Exclude hfsplus-tools from rhel (#1119305)

bcl installerbot-noreply at redhat.com
Wed Jun 3 00:36:49 UTC 2015


From: "Brian C. Lane" <bcl at redhat.com>

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

Resolves: rhbz#1119305
(cherry picked from commit 472690446d0d0eca102f7cd133e10f4900b8c4c3)

Related: rhbz#1196721
---
 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 2958e20..63ea768 100644
--- a/pyanaconda/installclasses/rhel.py
+++ b/pyanaconda/installclasses/rhel.py
@@ -35,7 +35,7 @@ class RHELBaseInstallClass(BaseInstallClass):
     bootloaderTimeoutDefault = 5
     bootloaderExtraArgs = []
 
-    ignoredPackages = ["ntfsprogs", "reiserfs-utils"]
+    ignoredPackages = ["ntfsprogs", "reiserfs-utils", "hfsplus-tools"]
 
     installUpdates = False
 


-- 
To view this commit on github, visit https://github.com/rhinstaller/anaconda/commit/2e8dc12b1b022965e3aee48d12bc2da6732b2d5c


More information about the anaconda-patches mailing list