Sandro Bonazzola has uploaded a new change for review. Change subject: packaging: spec: fix fedora build requirements ......................................................................
packaging: spec: fix fedora build requirements In Fedora < 21 python-setuptools-devel was provided by python-setuptools. In Fedora 21 such package is not provided anymore. Also fixed URL for Source. Change-Id: I2b1ff672bb6dd4adaf3695bb1ab87d0f2f0f8d64 Signed-off-by: Sandro Bonazzola <[email protected]> --- M ovirt-engine-cli.spec.in 1 file changed, 7 insertions(+), 3 deletions(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-engine-cli refs/changes/01/34301/1 diff --git a/ovirt-engine-cli.spec.in b/ovirt-engine-cli.spec.in index c9a51c5..c971acd 100644 --- a/ovirt-engine-cli.spec.in +++ b/ovirt-engine-cli.spec.in @@ -5,10 +5,14 @@ Group: Development/Libraries License: ASL 2.0 URL: http://ovirt.org -Source0: http://ovirt.org/releases/stable/src/%{name}-%{version}.tar.gz +Source0: http://resources.ovirt.org/pub/ovirt-master-snapshot/src/%{name}/%{name}-%{version}.tar.gz BuildRequires: python2-devel +%if 0%{?fedora} +BuildRequires: python-setuptools +%else BuildRequires: python-setuptools-devel +%endif BuildRequires: python-ply BuildRequires: python-kitchen @@ -254,7 +258,7 @@ * Wed May 16 2012 Michael Pasternak <[email protected]> - 3.1.0.1-1alpha - add basic scripting capabilities - Support multiline input #815684 -- Version format refactoring to align with oVirt version schema +- Version format refactoring to align with oVirt version schema - Alpha release * Thu May 10 2012 Michael Pasternak <[email protected]> - 2.1.6-1 @@ -295,7 +299,7 @@ version of sdk (unless sdk introduced cli incompatible change) - same naming convention in ovirt-engine-cli and ovirt-engine-sdk - reformatted output to support reduced and expended modes in - list in show commands by --show-all argument + list in show commands by --show-all argument - object fields formatting - added support for linux shell commands redirection - shell output redirection support -- To view, visit http://gerrit.ovirt.org/34301 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I2b1ff672bb6dd4adaf3695bb1ab87d0f2f0f8d64 Gerrit-PatchSet: 1 Gerrit-Project: ovirt-engine-cli Gerrit-Branch: master Gerrit-Owner: Sandro Bonazzola <[email protected]> _______________________________________________ Engine-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/engine-patches
