Bug 426993 - Missing a method to check obsoleted/conflicting packages
Summary: Missing a method to check obsoleted/conflicting packages
Keywords:
Status: CLOSED WORKSFORME
Alias: None
Product: Fedora
Classification: Fedora
Component: rpm
Version: rawhide
Hardware: All
OS: Linux
low
low
Target Milestone: ---
Assignee: Panu Matilainen
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2007-12-29 15:59 UTC by Daniel Qarras
Modified: 2007-12-30 10:26 UTC (History)
1 user (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2007-12-30 10:26:48 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

Description Daniel Qarras 2007-12-29 15:59:50 UTC
Description of problem:
It would be useful to have a method in the rpm command to check what packages
are being obsoleted or conflicted by a package. It can of course be checked from
the spec file but that is not very efficient, adding few query flags would be
more elegant.

Comment 1 Paul Nasrat 2007-12-30 10:26:48 UTC
They exist as popt aliases (see /usr/lib/rpm/rpmpopt* 

rpm -q --obsoletes perl
rpm -qp --conflicts /path/to/confliting-1.0.noarch.rpm


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