Juan Hernandez has uploaded a new change for review. Change subject: packaging: Prepare for el6 build ......................................................................
packaging: Prepare for el6 build Change the value of macros to build the package for el6 distributions, remove the maven dependency (there is no maven package in el6) and replace jboss-as with ovirt-engine-jbossas. Change-Id: I179eaa698e24ee8768ef5c25d8aa8951614a9145 Signed-off-by: Juan Hernandez <juan.hernan...@redhat.com> --- M packaging/fedora/spec/ovirt-engine.spec.in 1 file changed, 4 insertions(+), 5 deletions(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-engine refs/changes/65/12865/1 diff --git a/packaging/fedora/spec/ovirt-engine.spec.in b/packaging/fedora/spec/ovirt-engine.spec.in index 3863878..92969c8 100644 --- a/packaging/fedora/spec/ovirt-engine.spec.in +++ b/packaging/fedora/spec/ovirt-engine.spec.in @@ -2,15 +2,15 @@ %global product_name oVirt Engine %global product_name_short oVirt Engine %global user_description oVirt Manager -%global install_poms 1 +%global install_poms 0 # This controls if systemd files should be installed, change it to 0 if # building for distributions without systemd support: -%global install_systemd 1 +%global install_systemd 0 # This controls if System V init scripts should be installed, change it # to 1 for distributions without systemd support: -%global install_systemv 0 +%global install_systemv 1 # Short names for engine directories: %global engine_name ovirt-engine @@ -110,7 +110,6 @@ BuildRequires: java-devel BuildRequires: jpackage-utils BuildRequires: make -BuildRequires: maven BuildRequires: unzip # Run time requirements (most of these requirements should be @@ -135,7 +134,7 @@ Requires: postgresql-server >= 8.4.7 # Require JBoss AS 7: -Requires: jboss-as >= 7.1.1-9.3 +Requires: ovirt-engine-jbossas # We can't require exactly the same version and release of the # setup package because it needs to be updated independely as part -- To view, visit http://gerrit.ovirt.org/12865 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I179eaa698e24ee8768ef5c25d8aa8951614a9145 Gerrit-PatchSet: 1 Gerrit-Project: ovirt-engine Gerrit-Branch: engine_3.2 Gerrit-Owner: Juan Hernandez <juan.hernan...@redhat.com> _______________________________________________ Engine-patches mailing list Engine-patches@ovirt.org http://lists.ovirt.org/mailman/listinfo/engine-patches