Alon Bar-Lev has uploaded a new change for review. Change subject: packaging: spec: centos: use dom4j package name ......................................................................
packaging: spec: centos: use dom4j package name Change-Id: I967448f025d3376dfe2452f0ab969d1f18396411 Signed-off-by: Alon Bar-Lev <[email protected]> --- M ovirt-engine-dwh.spec.in 1 file changed, 4 insertions(+), 0 deletions(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-dwh refs/changes/71/24171/1 diff --git a/ovirt-engine-dwh.spec.in b/ovirt-engine-dwh.spec.in index bbee946..c01cac3 100644 --- a/ovirt-engine-dwh.spec.in +++ b/ovirt-engine-dwh.spec.in @@ -25,8 +25,12 @@ %global ovirt_install_systemd 0 %global ovirt_install_systemv 1 %global commons_collections commons-collections +%if 0%{?centos} +%global dom4j dom4j +%else %global dom4j dom4j-eap6 %endif +%endif %global product_name Data warehouse package for oVirt Virtualization Suite %global product_description oVirt virtualization manager data warehouse -- To view, visit http://gerrit.ovirt.org/24171 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I967448f025d3376dfe2452f0ab969d1f18396411 Gerrit-PatchSet: 1 Gerrit-Project: ovirt-dwh Gerrit-Branch: master Gerrit-Owner: Alon Bar-Lev <[email protected]> _______________________________________________ Engine-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/engine-patches
