Bug 24154

Summary: Multiple instances of mod_ssl registerd in RPM DB
Product: [Retired] Red Hat Raw Hide Reporter: Jaroslaw Sosnicki <slavko>
Component: rpmAssignee: Nalin Dahyabhai <nalin>
Status: CLOSED RAWHIDE QA Contact: David Lawrence <dkl>
Severity: high Docs Contact:
Priority: high    
Version: 1.0CC: slavko
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-01-16 21:25:44 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 Jaroslaw Sosnicki 2001-01-16 21:25:41 UTC
When Upgrading mod_ssl multiple copies of mod_ssl are installed.
I cannot remove mod_ssl from RPM database.
See below

# rpm -Uvh mod_ssl-2.7.1-8.i386.rpm
# rpm -qa |grep mod_ssl
mod_ssl-2.7.1-8
mod_ssl-2.7.1-8
mod_ssl-2.7.1-8
# rpm -qa |grep rpm
rpmlint-0.27-1
rpmfind-1.6-4
rpm-4.0.2-0.26
gnorpm-0.95.1-7
rpm2html-1.5-4
rpm-python-4.0.2-0.26
rpm-build-4.0.2-0.26
# rpm -e --allmatches mod_ssl
# rpm -qa |grep mod_ssl
mod_ssl-2.7.1-8
mod_ssl-2.7.1-8
mod_ssl-2.7.1-8

Note:

Bugzilla Component list is not sorted and contins duplicate entries!!!

Comment 1 Jeff Johnson 2001-01-17 18:36:53 UTC
Are you running rpm-4.0.2-0.26? If so upgrade to rpm-4.0.2-0.27, and do a rpm
--rebuilddb.
Please reopen if that doesn't fix your problem.