Perry Myers
2008-Oct-15 03:08 UTC
[Ovirt-devel] [PATCH recipe] Remove ovirt-docs from recipe since it is now required by ovirt-server instead
Signed-off-by: Perry Myers <pmyers at redhat.com> --- appliances/ovirt/ovirt.pp.in | 4 ---- ovirt-recipe.spec.in | 1 - 2 files changed, 0 insertions(+), 5 deletions(-) diff --git a/appliances/ovirt/ovirt.pp.in b/appliances/ovirt/ovirt.pp.in index da98f2d..66f7a9e 100644 --- a/appliances/ovirt/ovirt.pp.in +++ b/appliances/ovirt/ovirt.pp.in @@ -179,10 +179,6 @@ single_exec {"ovirt_installation": require => [Service["postgresql"],Single_exec["ovirt_appliance_installation"]] } -single_exec {"ovirt_docs_accesible_from_server": - command => "/bin/ln -s /usr/share/doc/ovirt-docs-${appliance_version}/Using_oVirt/ /usr/share/ovirt-server/public/help" -} - # # Cobbler Configuration # diff --git a/ovirt-recipe.spec.in b/ovirt-recipe.spec.in index b98380c..9fef6af 100644 --- a/ovirt-recipe.spec.in +++ b/ovirt-recipe.spec.in @@ -29,7 +29,6 @@ Requires: iscsi-initiator-utils Requires: ovirt-server Requires: ovirt-node-image-pxe Requires: ovirt-release -Requires: ovirt-docs Requires: rhpl Requires: cobbler Requires: rubygem-cobbler -- 1.5.5.1
Jason Guiditta
2008-Oct-15 03:41 UTC
[Ovirt-devel] [PATCH recipe] Remove ovirt-docs from recipe since it is now required by ovirt-server instead
On Tue, 2008-10-14 at 23:08 -0400, Perry Myers wrote:> Signed-off-by: Perry Myers <pmyers at redhat.com> > --- > appliances/ovirt/ovirt.pp.in | 4 ---- > ovirt-recipe.spec.in | 1 - > 2 files changed, 0 insertions(+), 5 deletions(-) > > diff --git a/appliances/ovirt/ovirt.pp.in b/appliances/ovirt/ovirt.pp.in > index da98f2d..66f7a9e 100644 > --- a/appliances/ovirt/ovirt.pp.in > +++ b/appliances/ovirt/ovirt.pp.in > @@ -179,10 +179,6 @@ single_exec {"ovirt_installation": > require => [Service["postgresql"],Single_exec["ovirt_appliance_installation"]] > } > > -single_exec {"ovirt_docs_accesible_from_server": > - command => "/bin/ln -s /usr/share/doc/ovirt-docs-${appliance_version}/Using_oVirt/ /usr/share/ovirt-server/public/help" > -} > - > # > # Cobbler Configuration > # > diff --git a/ovirt-recipe.spec.in b/ovirt-recipe.spec.in > index b98380c..9fef6af 100644 > --- a/ovirt-recipe.spec.in > +++ b/ovirt-recipe.spec.in > @@ -29,7 +29,6 @@ Requires: iscsi-initiator-utils > Requires: ovirt-server > Requires: ovirt-node-image-pxe > Requires: ovirt-release > -Requires: ovirt-docs > Requires: rhpl > Requires: cobbler > Requires: rubygem-cobblerACK, since this is just backing out an older version of what was added into the server spec file. -j