CentOS 7 now aliases acpica-tools instead of iasl, making its deps
essentially the same as Fedora.  Add iasl|acpica-tools as an alias in
the Fedora deps, and make the CentOS deps a straight clone of the
Fedora deps (as they are for the other components).

Signed-off-by: George Dunlap <george.dun...@citrix.com>
---
 components/xen | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/components/xen b/components/xen
index 93ed288..4c37cca 100644
--- a/components/xen
+++ b/components/xen
@@ -25,12 +25,12 @@ function xen_check_package() {
     then
        DEP_Fedora_common="$DEP_Fedora_common 
systemd-devel|systemd-container-devel"
     fi
-    local DEP_Fedora_x86_32="$DEP_Fedora_common dev86 acpica-tools texinfo"
+    local DEP_Fedora_x86_32="$DEP_Fedora_common dev86 iasl|acpica-tools 
texinfo"
     local DEP_Fedora_x86_64="$DEP_Fedora_x86_32 glibc-devel.i686"
 
     local DEP_CentOS_common="$DEP_Fedora_common"
-    local DEP_CentOS_x86_32="$DEP_CentOS_common dev86 texinfo iasl"
-    local DEP_CentOS_x86_64="$DEP_CentOS_x86_32 glibc-devel.i686"
+    local DEP_CentOS_x86_32="$DEP_Fedora_x86_32"
+    local DEP_CentOS_x86_64="$DEP_Fedora_x86_64"
 
 
     verbose_echo Checking Xen dependencies
-- 
2.1.4


_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xen.org
http://lists.xen.org/xen-devel

Reply via email to