Sandro Bonazzola has uploaded a new change for review. Change subject: packaging: cleaning spec and configure ......................................................................
packaging: cleaning spec and configure Fixed source url, updated dependencies. Change-Id: Ied0e61fbb902ee977535d57d4fc2e6cdf20d3e6f Signed-off-by: Sandro Bonazzola <[email protected]> --- M configure.ac M ovirt-hosted-engine-setup.spec.in 2 files changed, 5 insertions(+), 27 deletions(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-hosted-engine-setup refs/changes/08/26308/1 diff --git a/configure.ac b/configure.ac index f55c9ee..5e360a2 100644 --- a/configure.ac +++ b/configure.ac @@ -1,6 +1,6 @@ dnl dnl ovirt-hosted-engine-setup -- ovirt with a manager in a VM -dnl Copyright (C) 2013 Red Hat, Inc. +dnl Copyright (C) 2013-2014 Red Hat, Inc. dnl dnl This library is free software; you can redistribute it and/or dnl modify it under the terms of the GNU Lesser General Public diff --git a/ovirt-hosted-engine-setup.spec.in b/ovirt-hosted-engine-setup.spec.in index 90abcc2..983fd47 100644 --- a/ovirt-hosted-engine-setup.spec.in +++ b/ovirt-hosted-engine-setup.spec.in @@ -1,6 +1,6 @@ # # ovirt-hosted-engine-setup -- ovirt hosted engine setup -# Copyright (C) 2012-2013 Red Hat, Inc. +# Copyright (C) 2013-2014 Red Hat, Inc. # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public @@ -30,7 +30,7 @@ Release: @PACKAGE_RPM_RELEASE@%{?release_suffix}%{?dist} License: LGPLv2+ URL: http://www.ovirt.org -Source: http://resources.ovirt.org/releases/nightly/src/%{name}-%{package_version}.tar.gz +Source: http://resources.ovirt.org/pub/ovirt-snapshot/src/%{name}-%{package_version}.tar.gz Group: Applications/System BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -42,7 +42,7 @@ Requires: vdsm >= 4.14.0 Requires: vdsm-cli >= 4.14.0 Requires: vdsm-python >= 4.14.0 -Requires: ovirt-host-deploy >= 1.1.0 +Requires: ovirt-host-deploy >= 1.2.0 Requires: openssh-server Requires: python-paramiko Requires: virt-viewer @@ -58,7 +58,7 @@ BuildRequires: otopi-devtools >= 1.2.0 BuildRequires: python2-devel -Requires: %{engine}-sdk-python >= 3.4.0.2 +Requires: %{engine}-sdk-python >= 3.4.0.6 Requires: qemu-img %description @@ -96,25 +96,3 @@ %changelog * Fri Jan 17 2014 Sandro Bonazzola <[email protected]> - 1.2.0-0.0.master - 1.2.0-0.0.master - -* Fri Sep 13 2013 Sandro Bonazzola <[email protected]> - 1.0.0-0.4.beta -- 1.0.0-0.4.beta -- Resolves: BZ#1005767 -- Resolves: BZ#1001726 -- Resolves: BZ#1001706 - -* Tue Sep 3 2013 Sandro Bonazzola <[email protected]> - 1.0.0-0.3.beta -- 1.0.0-0.3.beta -- Resolves: BZ#1001161 - -* Wed Aug 14 2013 Sandro Bonazzola <[email protected]> - 1.0.0-0.2.beta -- 1.0.0-0.2.beta -- Resolves: BZ#999865 -- Resolves: BZ#999577 -- Resolves: BZ#999542 - -* Wed Aug 14 2013 Sandro Bonazzola <[email protected]> - 1.0.0-0.1.beta -- 1.0.0-0.1.beta - -* Fri May 31 2013 Yedidyah Bar David <[email protected]> - 0.0.0-0.0.master -- Initial add. -- To view, visit http://gerrit.ovirt.org/26308 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: Ied0e61fbb902ee977535d57d4fc2e6cdf20d3e6f Gerrit-PatchSet: 1 Gerrit-Project: ovirt-hosted-engine-setup Gerrit-Branch: master Gerrit-Owner: Sandro Bonazzola <[email protected]> _______________________________________________ Engine-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/engine-patches
