Bug 54683

Summary: RPM 4 understnds short rpm's names only
Product: [Retired] Red Hat Raw Hide Reporter: Alec Voropay <alec>
Component: rpmAssignee: Jeff Johnson <jbj>
Status: CLOSED WORKSFORME QA Contact:
Severity: medium Docs Contact:
Priority: low    
Version: 1.0CC: alec
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: 2001-10-16 09:46:54 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 Alec Voropay 2001-10-16 09:46:50 UTC
Description of Problem:
New version of RPM4 can understand only short names of
packet. In RPM3 it was possible to check all RPMs with:
$ rpm -qa | xargs rpm -V

New RPM4 requires short name of packet (without version
number) and this operation doesn't work.

Version-Release number of selected component (if applicable):
RPM4

How Reproducible:
in new version

Steps to Reproduce:
1. upgrade to new RPM4
2. 
3. 

Actual Results:


Expected Results:
RPM4 should understand short AND full name of package

Additional Information:

Comment 1 Jeff Johnson 2001-10-23 20:28:59 UTC
I believe this problem was fixed by doing rpm --rebuilddb to
convert from db1 -> db3 format.

Comment 2 Alec Voropay 2001-11-20 09:57:22 UTC
YES. This works again in RedHat 7.2 with rpm-4.0.3-1.03
$ rpm -qa | xargs rpm -V