From b3fb8957fe4e98c85949be2010f0316c89d535a9 Mon Sep 17 00:00:00 2001 From: Rohit Yadav Date: Mon, 11 Jun 2018 12:27:10 +0530 Subject: [PATCH] packaging: use libuuid x86_64 package for cloudstack-common Signed-off-by: Rohit Yadav --- packaging/centos63/cloud.spec | 1 + packaging/centos7/cloud.spec | 1 + 2 files changed, 2 insertions(+) diff --git a/packaging/centos63/cloud.spec b/packaging/centos63/cloud.spec index 87d2c1ec578..67bc0b0d4fa 100644 --- a/packaging/centos63/cloud.spec +++ b/packaging/centos63/cloud.spec @@ -94,6 +94,7 @@ management, and intelligence in CloudStack. %package common Summary: Apache CloudStack common files and scripts +Requires: libuuid Requires: python Requires: python-argparse Requires: python-netaddr diff --git a/packaging/centos7/cloud.spec b/packaging/centos7/cloud.spec index 96b679c8955..d2a936dd901 100644 --- a/packaging/centos7/cloud.spec +++ b/packaging/centos7/cloud.spec @@ -87,6 +87,7 @@ management, and intelligence in CloudStack. %package common Summary: Apache CloudStack common files and scripts +Requires: libuuid Requires: python Requires: python-argparse Requires: python-netaddr