Bug 883739 - bootstrap: do not install SDL package - Spice server does not need it
Summary: bootstrap: do not install SDL package - Spice server does not need it
Keywords:
Status: CLOSED DUPLICATE of bug 861575
Alias: None
Product: Red Hat Enterprise Virtualization Manager
Classification: Red Hat
Component: distribution
Version: 3.1.0
Hardware: Unspecified
OS: Unspecified
unspecified
low
Target Milestone: ---
: ---
Assignee: Alon Bar-Lev
QA Contact: Yaniv Kaul
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2012-12-05 07:58 UTC by Yaniv Kaul
Modified: 2013-07-04 02:55 UTC (History)
5 users (show)

Fixed In Version:
Doc Type: Enhancement
Doc Text:
Clone Of:
Environment:
Last Closed: 2012-12-05 14:09:44 UTC
oVirt Team: ---
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)

Description Yaniv Kaul 2012-12-05 07:58:59 UTC
Description of problem:
AFAIK, Spice does not need SDL, we should not install it.

[root@master-vds9 ~]# yum remove SDL
Loaded plugins: product-id, rhnplugin, subscription-manager
Updating certificate-based repositories.
Setting up Remove Process
Resolving Dependencies
--> Running transaction check
---> Package SDL.x86_64 0:1.2.14-2.el6 will be erased
--> Finished Dependency Resolution

Dependencies Resolved

===================================================================================================================================================================================================================
 Package                                        Arch                                              Version                                                 Repository                                          Size
===================================================================================================================================================================================================================
Removing:
 SDL                                            x86_64                                            1.2.14-2.el6                                            @hybrid                                            469 k

Transaction Summary
===================================================================================================================================================================================================================
Remove        1 Package(s)

Installed size: 469 k
Is this ok [y/N]: n
Exiting on user Command
[root@master-vds9 ~]# rpm -qa |grep spice
spice-server-0.8.2-5.el6.x86_64

Version-Release number of selected component (if applicable):
3.1

How reproducible:


Steps to Reproduce:
1.
2.
3.
  
Actual results:


Expected results:


Additional info:

Comment 1 Alon Bar-Lev 2012-12-05 13:55:14 UTC
Are you sure all past versions all since rhel-5.5, vdsm22, do not need this?

Please remember that vdsm-bootstrap is expected to bootstrap all versions of vdsm since first released.

Comment 2 Alon Bar-Lev 2012-12-05 13:57:03 UTC
I will rephrase comment#1... from vdsm-bootstrap master of 3.2 we use yum API to install packages, hence not using the explicit dependencies at all.

ovirt-host-deploy also uses yum API to achieve the task.

So this already resolved in 3.2, the question in comment#1 is for 3.1.z.

Comment 3 Yaniv Kaul 2012-12-05 14:02:27 UTC
(In reply to comment #2)
> I will rephrase comment#1... from vdsm-bootstrap master of 3.2 we use yum
> API to install packages, hence not using the explicit dependencies at all.

This is exactly the problem - we explicitly ask for SDL. I'm pretty sure we don't need it anymore.

> 
> ovirt-host-deploy also uses yum API to achieve the task.
> 
> So this already resolved in 3.2, the question in comment#1 is for 3.1.z.

No, not important at all for 3.1.z.

Comment 4 Alon Bar-Lev 2012-12-05 14:09:44 UTC

*** This bug has been marked as a duplicate of bug 861575 ***


Note You need to log in before you can comment on or make changes to this bug.