Jeremy Katz
2009-Jan-21 02:05 UTC
[Ovirt-devel] [PATCH] get-ovirt-appliance uses wget, so Require it
--- ovirt-appliance.spec.in | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/ovirt-appliance.spec.in b/ovirt-appliance.spec.in index c37d957..c44fd8e 100644 --- a/ovirt-appliance.spec.in +++ b/ovirt-appliance.spec.in @@ -16,6 +16,7 @@ Requires: kvm >= 78-4 Requires: qemu-img Requires: augeas Requires: virt-viewer-plugin +Requires: wget %define app_root %{_datadir}/%{name} -- 1.6.1
Alan Pevec
2009-Jan-21 09:32 UTC
[Ovirt-devel] Re: [PATCH] get-ovirt-appliance uses wget, so Require it
ACK and thanks! It was against master branch, applied to 'next' see http://ovirt.org/scmrepo.html There are two important public branches: * master branch is golden - it should always contain stable features which are going to be included in the next release * next branch is where new development takes place, changes are merged to master once they are completed and tested