Juan Hernandez has uploaded a new change for review. Change subject: packaging: Use CORS filter provided by its own package ......................................................................
packaging: Use CORS filter provided by its own package This patch changes the RPM package so that instead of bundling the .jar file of the eBay CORS filter it will use the one provided by the "ebay-cors-filter" package. Change-Id: I0214720724d998a91ea3c2a5b892c839dd70af62 Bug-Url: https://bugzilla.redhat.com/?????? Signed-off-by: Juan Hernandez <[email protected]> --- M ovirt-engine.spec.in 1 file changed, 2 insertions(+), 0 deletions(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-engine refs/changes/70/37370/1 diff --git a/ovirt-engine.spec.in b/ovirt-engine.spec.in index e7ba90d..f224850 100644 --- a/ovirt-engine.spec.in +++ b/ovirt-engine.spec.in @@ -310,6 +310,7 @@ Requires: %{name} = %{version}-%{release} Requires: %{name}-extensions-api-impl >= %{version}-%{release} Requires: %{name}-lib >= %{version}-%{release} +Requires: ebay-cors-filter Requires: httpd Requires: java Requires: logrotate @@ -742,6 +743,7 @@ common/org/apache/xmlgraphics/batik/main/batik-util.jar batik/batik-util.jar common/org/apache/xmlgraphics/commons/main/xmlgraphics-commons.jar common/org/apache/xmlgraphics/fop/main/fop.jar +common/org/ebaysf/web/cors-filter/main/cors-filter.jar ebay-cors-filter/cors-filter.jar common/org/ovirt/otopi/main/otopi.jar otopi/otopi.jar common/org/ovirt/ovirt-host-deploy/main/ovirt-host-deploy.jar ovirt-host-deploy/ovirt-host-deploy.jar common/org/ovirt/vdsm-jsonrpc-java/main/vdsm-jsonrpc-java-client.jar vdsm-jsonrpc-java/vdsm-jsonrpc-java-client.jar -- To view, visit http://gerrit.ovirt.org/37370 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I0214720724d998a91ea3c2a5b892c839dd70af62 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
