Bug 171206

Summary: flow-tools-devel should have a dependency on zlib-devel
Product: [Fedora] Fedora Reporter: Paul Howarth <paul>
Component: flow-toolsAssignee: Paul P Komkoff Jr <i>
Status: CLOSED CURRENTRELEASE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: medium Docs Contact:
Priority: medium    
Version: rawhideCC: extras-qa
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: 0.68-4 Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2005-10-21 17:07:26 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: 170511    

Description Paul Howarth 2005-10-19 14:10:17 UTC
Description of problem:

/usr/include/ftlib.h includes <zlib.h>, a file from zlib-devel

Without the dependency on zlib-devel, any package requiring flow-tools-devel and
including ftlib.h will not build on a system that does not have zlib-devel
installed. That would include any package being built on the Fedora Extras
buildsystem that did not itself require zlib-devel.

Version-Release number of selected component (if applicable):
0.68-2.fc5

How reproducible:
Easy

Steps to Reproduce:
Try using mock to build perl-Cflow (Bug 170511)
  
Actual results:
Build fails due to missing zlib.h

Expected results:
Build succeeds

Comment 1 Paul P Komkoff Jr 2005-10-19 21:17:36 UTC
I've changed all my local files, but either cvs or my internet appears to be
dead so - sorry for delay, I'm going to sleep now, hope simple "make tag" will
succeed tomorrow.

Comment 2 Paul P Komkoff Jr 2005-10-20 19:14:14 UTC
I've updated it and built, please confirm that everything is working now (as of
Release: 4)

Comment 3 Paul Howarth 2005-10-21 17:07:26 UTC
perl-Cflow now builds successfully in mock without the workaround of adding BR:
zlib-devel in its own spec file, so I'm now happy and will close the bug.