Bug 232220

Summary: missing buildrequires or missing configure flag ?
Product: [Fedora] Fedora Reporter: Karsten Hopp <karsten>
Component: gnome-applet-vmAssignee: Karel Zak <kzak>
Status: CLOSED RAWHIDE QA Contact:
Severity: medium Docs Contact:
Priority: medium    
Version: rawhide   
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: 2007-04-12 21:16:21 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:

Description Karsten Hopp 2007-03-14 13:52:49 UTC
Description of problem:
When the package is rebuilt in an everything install buildroot it picks up a
dependency on libpng12.so.0
This indicates that there might be a missing build requirement (libpng-devel) to
get full functionality. If this is not intented, linking with libpng12 should
probably disabled with a configure parameter 

Version-Release number of selected component (if applicable): 
gnome-applet-vm-0.1.2-1

(The packages also looses a dependency on libxml2.so.2, but I've not looked at
it yet)

Comment 1 Karsten Hopp 2007-03-14 14:39:08 UTC
Hold on, maybe this requirement can be added to gtk2-devel and a simple rebuilt
is all all that is needed. See bug #232013

Comment 2 Karsten Hopp 2007-03-15 11:35:53 UTC
build requirement has been added to gtk2-devel, a simple rebuild should fix this
issue.