Bug 527190

Summary: remove_php_packages in installer not needed
Product: Red Hat Satellite 5 Reporter: Jan Pazdziora (Red Hat) <jpazdziora>
Component: InstallerAssignee: Milan Zázrivec <mzazrivec>
Status: CLOSED CURRENTRELEASE QA Contact: Martin Korbel <mkorbel>
Severity: medium Docs Contact:
Priority: low    
Version: 530CC: cperry, mkorbel, msuchy
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2012-09-21 09:35:13 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Bug Depends On:    
Bug Blocks: 819081    

Description Jan Pazdziora (Red Hat) 2009-10-05 08:18:24 UTC
Description of problem:

In satellite/install/install.pl, we have function remove_php_packages which removes packages matching

rpm -qa | egrep '(php|piranha|squirrelmail|specspo)'

That should not be needed and we should not do this silent rpm -e.

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

Satellite-5.3.0 GA (and many older versions).

How reproducible:

Deterministic.

Steps to Reproduce:
1. Have RHEL machine without Satellite.
2. Install packages php, piranha, squirrelmail, and specspo.
3. Install Satellite.
  
Actual results:

Packages php, piranha, squirrelmail, and specspo are gone.

Expected results:

Packages php, piranha, squirrelmail, and specspo all should stay, and Satellite should pass all the other tests.

Additional info:

If having any of those packages installed causes some regression of the Satellite, please open new bugzilla to address the primary cause of any problem which might be there.

Note that the rpmlib (which might have caused memory leak) won't be fixed in RHEL 5 (bug 480127). But even if that was still a problem, Panu recommends

rpm.delMacro("_i18ndomains")

in bug 480127 to address it.

The specspo conflict was already removed in Satellite 5.3.0 packages via bug 79640.

Comment 1 Miroslav Suchý 2012-03-17 19:26:33 UTC
removed in commit in satellite.git 8c7ca11

Comment 4 Clifford Perry 2012-09-21 09:35:13 UTC
This issue is resolved with the release of RHN Satellite 5.5. 

As of September 20th 2012, RHN Satellite 5.5 has been generally available. 

Release Notes and other 5.5 documentation can be found here:

 https://access.redhat.com/knowledge/docs/Red_Hat_Network_Satellite/

The associated Errata for the 5.5 release are:

5.5 Satellite GA Errata
 - http://rhn.redhat.com/errata/RHEA-2012-1296.html

5.5 Upgrade Errata
 - http://rhn.redhat.com/errata/RHEA-2012-1298.html

5.5 RHN Proxy GA Errata
 - http://rhn.redhat.com/errata/RHEA-2012-1297.html

5.5 RHN Tools GA Errata
 - http://rhn.redhat.com/errata/RHEA-2012-1299.html

Regards,
Clifford
- Engineering Manager, Satellite