Juan Hernandez has uploaded a new change for review. Change subject: packaging: Use correct Avalon Framework .jar files in EL7 ......................................................................
packaging: Use correct Avalon Framework .jar files in EL7 In version 7 of RHEL and CentOS the Avalon Framework .jar files are split, like in Fedora, but currently we assume that they aren't, as that was the case in version 6. This modifies the .spec file so that this difference is taken into account. Change-Id: Idd0ea12dfbd3ad695cc2a3390fd3d104d2823ea9 Bug-Url: https://bugzilla.redhat.com/1168405 Signed-off-by: Juan Hernandez <[email protected]> --- M ovirt-engine.spec.in 1 file changed, 5 insertions(+), 0 deletions(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-engine refs/changes/52/35652/1 diff --git a/ovirt-engine.spec.in b/ovirt-engine.spec.in index ff8e3f3..4bc7e10 100644 --- a/ovirt-engine.spec.in +++ b/ovirt-engine.spec.in @@ -772,9 +772,14 @@ %endif %endif %if 0%{?rhel} +%if %{rhel} >= 7 +common/org/apache/avalon/framework/main/avalon-framework-api.jar +common/org/apache/avalon/framework/main/avalon-framework-impl.jar +%else common/org/apache/avalon/framework/main/avalon-framework-api.jar avalon-framework.jar common/org/apache/avalon/framework/main/avalon-framework-impl.jar avalon-framework.jar %endif +%endif __EOF__ # -- To view, visit http://gerrit.ovirt.org/35652 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: Idd0ea12dfbd3ad695cc2a3390fd3d104d2823ea9 Gerrit-PatchSet: 1 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Juan Hernandez <[email protected]> _______________________________________________ Engine-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/engine-patches
