Perry Myers
2008-Oct-09 13:30 UTC
[Ovirt-devel] [PATCH release] Add ovirt-node-selinux to list of packages to install to host in update-host
Signed-off-by: Perry Myers <pmyers at redhat.com> --- ovirt.mk | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/ovirt.mk b/ovirt.mk index dc28f6c..4a45f7e 100644 --- a/ovirt.mk +++ b/ovirt.mk @@ -82,7 +82,8 @@ update-host: @$(write_repo_file) @sudo yum install -c $(OVIRT_CACHE_DIR)/ovirt-local.repo -y \ --enablerepo=ovirt \ - ovirt-release ovirt-build ovirt-appliance ovirt-node ovirt-docs + ovirt-release ovirt-build ovirt-appliance ovirt-node ovirt-docs \ + ovirt-node-selinux tar-src: @mkdir -p $(OVIRT_CACHE_DIR) -- 1.5.5.1
Jim Meyering
2008-Oct-09 13:34 UTC
[Ovirt-devel] [PATCH release] Add ovirt-node-selinux to list of packages to install to host in update-host
Perry Myers <pmyers at redhat.com> wrote:> Signed-off-by: Perry Myers <pmyers at redhat.com> > --- > ovirt.mk | 3 ++- > 1 files changed, 2 insertions(+), 1 deletions(-) > > diff --git a/ovirt.mk b/ovirt.mk > index dc28f6c..4a45f7e 100644 > --- a/ovirt.mk > +++ b/ovirt.mk > @@ -82,7 +82,8 @@ update-host: > @$(write_repo_file) > @sudo yum install -c $(OVIRT_CACHE_DIR)/ovirt-local.repo -y \ > --enablerepo=ovirt \ > - ovirt-release ovirt-build ovirt-appliance ovirt-node ovirt-docs > + ovirt-release ovirt-build ovirt-appliance ovirt-node ovirt-docs \ > + ovirt-node-selinux > > tar-src: > @mkdir -p $(OVIRT_CACHE_DIR)ACK (20-min build in progress)