Bug 677781 - rpm -q --provides not displaying rpmlib() entries
Summary: rpm -q --provides not displaying rpmlib() entries
Keywords:
Status: CLOSED NOTABUG
Alias: None
Product: Fedora
Classification: Fedora
Component: rpm
Version: 14
Hardware: All
OS: Linux
unspecified
low
Target Milestone: ---
Assignee: Panu Matilainen
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On: 677780
Blocks:
TreeView+ depends on / blocked
 
Reported: 2011-02-15 20:20 UTC by Guil Barros
Modified: 2011-02-16 06:50 UTC (History)
4 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of: 677780
Environment:
Last Closed: 2011-02-16 06:50:15 UTC
Type: ---


Attachments (Terms of Use)

Description Guil Barros 2011-02-15 20:20:24 UTC
+++ This bug was initially created as a clone of Bug #677780 +++

Description of problem:
rpm -q --provides not displaying rpmlib() entries

Version-Release number of selected component (if applicable):
rpm-4.8.0-12.el6

How reproducible:
always

Steps to Reproduce:
1. rpm -q --provides rpm

  
Actual results:
# rpm -q --provides rpm
config(rpm) = 4.8.0-12.el6
rpm = 4.8.0-12.el6
rpm(x86-64) = 4.8.0-12.el6


Expected results:
# rpm -q --provides rpm
config(rpm) = 4.8.0-12.el6
rpm = 4.8.0-12.el6
rpm(x86-64) = 4.8.0-12.el6
rpmlib(BuiltinLuaScripts) = 4.2.2-1
rpmlib(CompressedFileNames) = 3.0.4-1
rpmlib(ConcurrentAccess) = 4.1-1
rpmlib(ExplicitPackageProvide) = 4.0-1
rpmlib(FileCaps) = 4.6.1-1
rpmlib(FileDigests) = 4.6.0-1
rpmlib(HeaderLoadSortsTags) = 4.0.1-1
rpmlib(PartialHardlinkSets) = 4.0.4-1
rpmlib(PayloadFilesHavePrefix) = 4.0-1
rpmlib(PayloadIsBzip2) = 3.0.5-1
rpmlib(PayloadIsLzma) = 4.4.2-1
rpmlib(PayloadIsXz) = 5.2-1
rpmlib(ScriptletInterpreterArgs) = 4.0.3-1
rpmlib(VersionedDependencies) = 3.0.3-1


Additional info:
The info can be seen with:
# rpm --showrc rpm | grep rpmlib
Features supported by rpmlib:
    rpmlib(BuiltinLuaScripts) = 4.2.2-1
    rpmlib(CompressedFileNames) = 3.0.4-1
    rpmlib(ConcurrentAccess) = 4.1-1
    rpmlib(ExplicitPackageProvide) = 4.0-1
    rpmlib(FileCaps) = 4.6.1-1
    rpmlib(FileDigests) = 4.6.0-1
    rpmlib(HeaderLoadSortsTags) = 4.0.1-1
    rpmlib(PartialHardlinkSets) = 4.0.4-1
    rpmlib(PayloadFilesHavePrefix) = 4.0-1
    rpmlib(PayloadIsBzip2) = 3.0.5-1
    rpmlib(PayloadIsLzma) = 4.4.2-1
    rpmlib(PayloadIsXz) = 5.2-1
    rpmlib(ScriptletInterpreterArgs) = 4.0.3-1
    rpmlib(VersionedDependencies) = 3.0.3-1

Comment 1 Panu Matilainen 2011-02-16 06:50:15 UTC
NOTABUG, see comments in bug 677780.


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