Note: This bug is displayed in read-only format because the product is no longer active in Red Hat Bugzilla.

Bug 462889

Summary: Files and directories from Spacewalk backend are owned by multiple packages
Product: [Community] Spacewalk Reporter: Jan Pazdziora (Red Hat) <jpazdziora>
Component: ServerAssignee: Jan Pazdziora (Red Hat) <jpazdziora>
Status: CLOSED CURRENTRELEASE QA Contact: Red Hat Satellite QA List <satqe-list>
Severity: medium Docs Contact:
Priority: medium    
Version: 0.2CC: cperry, 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: 2009-09-17 07:01:46 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: 456551    

Description Jan Pazdziora (Red Hat) 2008-09-19 14:21:53 UTC
Description of problem:

The packages spacewalk-backend-sql and spacewalk-backend-server, and spacewalk-backend-satellite-tools and spacewalk-backend-xml-export-libs own the same files and directories.

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

Spacewalk 0.2:
# rpm -q spacewalk-backend-sql spacewalk-backend-server spacewalk-backend-satellite-tools spacewalk-backend-xml-export-libs 
spacewalk-backend-sql-0.2.5-1.el5.sw
spacewalk-backend-server-0.2.5-1.el5.sw
spacewalk-backend-satellite-tools-0.2.5-1.el5.sw
spacewalk-backend-xml-export-libs-0.2.5-1.el5.sw

How reproducible:

Deterministic.

Steps to Reproduce:
1. # rpm -ql spacewalk-backend-sql spacewalk-backend-server spacewalk-backend-satellite-tools spacewalk-backend-xml-export-libs | sort | uniq -d
  
Actual results:

/usr/share/rhn/satellite_tools
/usr/share/rhn/satellite_tools/connection.py
/usr/share/rhn/satellite_tools/connection.pyc
/usr/share/rhn/satellite_tools/connection.pyo
/usr/share/rhn/satellite_tools/diskImportLib.py
/usr/share/rhn/satellite_tools/diskImportLib.pyc
/usr/share/rhn/satellite_tools/diskImportLib.pyo
/usr/share/rhn/satellite_tools/__init__.py
/usr/share/rhn/satellite_tools/__init__.pyc
/usr/share/rhn/satellite_tools/__init__.pyo
/usr/share/rhn/satellite_tools/syncLib.py
/usr/share/rhn/satellite_tools/syncLib.pyc
/usr/share/rhn/satellite_tools/syncLib.pyo
/usr/share/rhn/satellite_tools/xmlDiskSource.py
/usr/share/rhn/satellite_tools/xmlDiskSource.pyc
/usr/share/rhn/satellite_tools/xmlDiskSource.pyo
/usr/share/rhn/satellite_tools/xmlSource.py
/usr/share/rhn/satellite_tools/xmlSource.pyc
/usr/share/rhn/satellite_tools/xmlSource.pyo
/usr/share/rhn/server
/usr/share/rhn/server/__init__.py
/usr/share/rhn/server/__init__.pyc
/usr/share/rhn/server/__init__.pyo

Expected results:

No output.

Additional info:

Comment 1 Jan Pazdziora (Red Hat) 2008-09-19 14:22:31 UTC
Fix in master, commits 1f6a4dd79158570bdc7a23edfd12a1acd27e421d, f37d7096f45de7f2437398efa8695aba8feda851, and 91df055870b17a3364bcb3b4874acdff0bbe2f02.

Comment 2 Miroslav Suchý 2008-11-04 14:40:41 UTC
rpm -ql spacewalk-backend-tools spacewalk-backend-xml-export-libs | sort | uniq -d
is silent

Comment 3 Miroslav Suchý 2009-09-17 07:01:46 UTC
Spacewalk has been released for some time.