Sandro Bonazzola has uploaded a new change for review. Change subject: packaging: spec: fixed runtime dependencies ......................................................................
packaging: spec: fixed runtime dependencies Fixed runtime dependencies for EL7. Change-Id: Id816bb7eef91fe807932416263b12f95ac509678 Signed-off-by: Sandro Bonazzola <[email protected]> --- M ovirt-engine-sdk-java/ovirt-engine-sdk-java.spec.in 1 file changed, 6 insertions(+), 0 deletions(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-engine-sdk-java refs/changes/53/35153/1 diff --git a/ovirt-engine-sdk-java/ovirt-engine-sdk-java.spec.in b/ovirt-engine-sdk-java/ovirt-engine-sdk-java.spec.in index cf3554e..f84a409 100644 --- a/ovirt-engine-sdk-java/ovirt-engine-sdk-java.spec.in +++ b/ovirt-engine-sdk-java/ovirt-engine-sdk-java.spec.in @@ -71,10 +71,16 @@ Requires: httpcomponents-client >= 4.2 Requires: log4j %if 0%{?rhel} +%if 0%{?rhel} >= 7 +Requires: apache-commons-beanutils +Requires: apache-commons-codec +Requires: apache-commons-logging +%else Requires: jakarta-commons-beanutils Requires: jakarta-commons-codec Requires: jakarta-commons-logging %endif +%endif %if 0%{?fedora} Requires: apache-commons-beanutils Requires: apache-commons-codec -- To view, visit http://gerrit.ovirt.org/35153 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: Id816bb7eef91fe807932416263b12f95ac509678 Gerrit-PatchSet: 1 Gerrit-Project: ovirt-engine-sdk-java Gerrit-Branch: sdk_3.5 Gerrit-Owner: Sandro Bonazzola <[email protected]> _______________________________________________ Engine-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/engine-patches
