Alon Bar-Lev has uploaded a new change for review. Change subject: packaging: spec: move engine specific dependencies out of base ......................................................................
packaging: spec: move engine specific dependencies out of base Change-Id: Ic2bc451668c488fbd576faca3d033ae464ba0744 Signed-off-by: Alon Bar-Lev <alo...@redhat.com> --- M ovirt-engine.spec.in 1 file changed, 15 insertions(+), 15 deletions(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-engine refs/changes/61/23161/1 diff --git a/ovirt-engine.spec.in b/ovirt-engine.spec.in index 84b4427..64917cc 100644 --- a/ovirt-engine.spec.in +++ b/ovirt-engine.spec.in @@ -333,25 +333,10 @@ Group: %{ovirt_product_group} Requires: %{name}-lib >= %{version}-%{release} Requires: bind-utils -Requires: cracklib-python Requires: iproute -Requires: libselinux-python Requires: libxml2-python Requires: logrotate -Requires: m2crypto -Requires: nfs-utils Requires: otopi >= 1.2.0 -Requires: policycoreutils-python -Requires: python-psycopg2 -Requires: yum - -# We can drop these conflicts when -# we drop Requires: mod_ssl -# conflict here so we can avoid upgrade -# of setup at this environment, this -# will produce early error. -Conflicts: ipa-server -Conflicts: freeipa-server %description setup Setup and upgrade scripts for %{ovirt_product_name_short} @@ -373,6 +358,21 @@ Summary: Setup and upgrade common plugins for %{ovirt_product_name_short} Group: %{ovirt_product_group} Requires: %{name}-setup >= %{version}-%{release} +Requires: cracklib-python +Requires: libselinux-python +Requires: m2crypto +Requires: nfs-utils +Requires: policycoreutils-python +Requires: python-psycopg2 +Requires: yum + +# We can drop these conflicts when +# we drop Requires: mod_ssl +# conflict here so we can avoid upgrade +# of setup at this environment, this +# will produce early error. +Conflicts: ipa-server +Conflicts: freeipa-server %description setup-plugin-ovirt-engine-common Setup and upgrade common plugins for %{ovirt_product_name_short} -- To view, visit http://gerrit.ovirt.org/23161 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: Ic2bc451668c488fbd576faca3d033ae464ba0744 Gerrit-PatchSet: 1 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Alon Bar-Lev <alo...@redhat.com> _______________________________________________ Engine-patches mailing list Engine-patches@ovirt.org http://lists.ovirt.org/mailman/listinfo/engine-patches