Bug 888876 - missing BuildRequire for zlib-devel
Summary: missing BuildRequire for zlib-devel
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: Fedora
Classification: Fedora
Component: cracklib
Version: rawhide
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Nalin Dahyabhai
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2012-12-19 17:14 UTC by Milan Broz
Modified: 2013-03-01 04:11 UTC (History)
2 users (show)

Fixed In Version: cracklib-2.8.22-2.fc19
Clone Of:
Environment:
Last Closed: 2012-12-19 17:48:25 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)

Description Milan Broz 2012-12-19 17:14:56 UTC
Description of problem:

cracklib uses this check during autoconf:
AC_CHECK_HEADERS(zlib.h, AC_DEFINE(HAVE_ZLIB_H, [], [found zlib]))

Because zlib-devel is not required in spec, it depends if the header is present or not (IOW build in koji does not require -lz but local rebuild of src.rpm does.)

Seems -lz is used in lib/packlib.c, so I think it should be always compiled with zlib support (other distros use that as well).

Version-Release number of selected component (if applicable):
cracklib-2.8.22-1.fc19.x86_64

Comment 1 Fedora Update System 2012-12-19 17:51:37 UTC
cracklib-2.8.22-2.fc18 has been submitted as an update for Fedora 18.
https://admin.fedoraproject.org/updates/FEDORA-2012-20331/cracklib-2.8.22-2.fc18

Comment 2 Fedora Update System 2012-12-20 05:38:36 UTC
cracklib-2.8.22-2.fc18 has been pushed to the Fedora 18 stable repository.  If problems still persist, please make note of it in this bug report.


Note You need to log in before you can comment on or make changes to this bug.