Bug 111125

Summary: gnome-python2 source package build errors
Product: Red Hat Enterprise Linux 3 Reporter: Need Real Name <faithfull>
Component: gnome-python2Assignee: Matt Wilson <msw>
Status: CLOSED DUPLICATE QA Contact:
Severity: medium Docs Contact:
Priority: medium    
Version: 3.0   
Target Milestone: ---   
Target Release: ---   
Hardware: i386   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2004-06-16 03:49:09 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:
Attachments:
Description Flags
Modified spec file none

Description Need Real Name 2003-11-27 18:38:17 UTC
Description of problem:
I rebuild the gnome-python-1.99.14-5 source rpm and I've got some
packages:
gnome-python-1.99.14-5.i386.rpm
gnome-python-applet-1.99.14-5.i386.rpm
gnome-python-bonobo-1.99.14-5.i386.rpm
gnome-python-canvas-1.99.14-5.i386.rpm
gnome-python-gconf-1.99.14-5.i386.rpm
gnome-python-gnomevfs-1.99.14-5.i386.rpm
gnome-python-gtkhtml-1.99.14-5.i386.rpm
gnome-python-nautilus-1.99.14-5.i386.rpm
and the boring gnome-python-debuginfo-1.99.14-5.i386.rpm
All the compilation process is flawless but some packages
(gnome-python-applet-1.99.14-5.i386.rpm,
gnome-python-nautilus-1.99.14-5.i386.rpm,
gnome-python-canvas-1.99.14-5.i386.rpm,
gnome-python-1.99.14-5.i386.rpm) have the same file in the same
position causing conflict at the moment of installation.
Precisely the files are:
/usr/lib/python2.2/site-packages/gtk-2.0/gnome/__init__.py
/usr/lib/python2.2/site-packages/gtk-2.0/gnome/__init__.pyc
/usr/lib/python2.2/site-packages/gtk-2.0/gnome/__init__.pyo

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

How reproducible:
rpmbuild --rebuild --target=i386 gnome-python-1.99.14-5.src.rpm
cd $YOUR_BINARY_DIRECTORY
rpm -ivh gnome-python-*i386.rpm 

Steps to Reproduce:
1.rpmbuild --rebuild --target=i386 gnome-python-1.99.14-5.src.rpm
2.cd $YOUR_BINARY_DIRECTORY
3.rpm -ivh gnome-python-*i386.rpm
  
Actual results:
Conflict message error.

Expected results:
Normal installation

Additional info:
I have modified the spec file to build the package correcly, it's in
the attachment

Comment 1 Need Real Name 2003-11-27 18:46:46 UTC
Created attachment 96229 [details]
Modified spec file

Comment 2 Matt Wilson 2003-11-27 23:15:02 UTC

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