Bug 120561

Summary: rpm not detecting installed dependency
Product: [Fedora] Fedora Reporter: Max Kessler <temp426>
Component: rpmAssignee: Jeff Johnson <jbj>
Status: CLOSED WONTFIX QA Contact: Mike McLean <mikem>
Severity: high Docs Contact:
Priority: medium    
Version: 1   
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-04-10 22:54:51 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 Max Kessler 2004-04-10 21:10:44 UTC
Description of problem:
rpm is incorrectly reporting that a dependency is not met.

Version-Release number of selected component (if applicable):
rpm-4.2.1-0.30_19.rhfc1.at

How reproducible:
always

Steps to Reproduce:
1. yum -y update
  
Actual results:
....Unable to satisfy dependencies
Package newpg needs /usr/bin/pinentry, this is not available.
Package newpg needs libgcrypt.so.1, this is not available.
Package newpg needs libksba.so.0, this is not available.

Expected results:
yum should have downloaded and installed all updated packages found
in the repositories in my /etc/yum.conf file.

Additional info:
libgcrypt.so.1 is installed as part of the package libgcrypt and
libksba.so.0 is installed as part of libksba.  The pinentry package I 
have installed contains /usr/bin/pinentry-{curses,gtk,qt} but not
/usr/bin/pinentry.

Yes, I know somebody decided to deprecate newpg, but it's a 
requirement for sylpheed-claws.

Comment 1 Jeff Johnson 2004-04-10 22:54:51 UTC
That's not a pkg I built, hence WONTFIX.

I suggest upgrading to rpm-4.2.2 or later. There are several
important bug fixes there.