Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.


https://bugzilla.redhat.com/show_bug.cgi?id=592209

Paul Howarth <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]

--- Comment #1 from Paul Howarth <[email protected]> 2010-05-14 16:07:22 EDT ---
I'd suggest hard-coding the BDB version as a dependency in perl-BerkeleyDB so
that this shows up more quickly if db4 is rebuilt in future. The following
works for me:

# Need to know the exact DB version we're built against
%global db_ver %(sed '/DB_VERSION_STRING/!d;s/.*Berkeley
DB[[:space:]]*\\([^:]*\\):.*/\\1/' /usr/include/db4/db.h 2>/dev/null || echo
4.0.0)

# Hard-code Berkeley DB requirement to avoid problems like #592209
Requires: db4 = %{db_ver}


I can add this and push an update if you're busy at the moment Steve; let me
know.

-- 
Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
[email protected]
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

Reply via email to