Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 314245 Details for
Bug 459021
RFE: Alias -R to --requires in repoquery
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
Alias -R to --requires in repoquery
0001-Alias-R-to-requires.patch (text/plain), 1.57 KB, created by
Ville Skyttä
on 2008-08-13 19:48:09 UTC
(
hide
)
Description:
Alias -R to --requires in repoquery
Filename:
MIME Type:
Creator:
Ville Skyttä
Created:
2008-08-13 19:48:09 UTC
Size:
1.57 KB
patch
obsolete
>From 0ae501565633c3fae8e0f019f44f2288cdb1bf6b Mon Sep 17 00:00:00 2001 >From: =?utf-8?q?Ville=20Skytt=C3=A4?= <ville.skytta@iki.fi> >Date: Wed, 13 Aug 2008 22:40:26 +0300 >Subject: [PATCH] Alias -R to --requires. >MIME-Version: 1.0 >Content-Type: text/plain; charset=utf-8 >Content-Transfer-Encoding: 8bit > > >Signed-off-by: Ville Skyttä <ville.skytta@iki.fi> >--- > docs/repoquery.1 | 2 +- > repoquery.py | 2 +- > 2 files changed, 2 insertions(+), 2 deletions(-) > >diff --git a/docs/repoquery.1 b/docs/repoquery.1 >index 104f7e5..8149d21 100644 >--- a/docs/repoquery.1 >+++ b/docs/repoquery.1 >@@ -47,7 +47,7 @@ Use alternative config file (default is /etc/yum.conf). > Show general information about package similarly to "rpm -qi" > .IP "\fB\-l, \-\-list\fP" > List files in package. >-.IP "\fB\-\-requires\fP" >+.IP "\fB\-R, \-\-requires\fP" > List package dependencies. > .IP "\fB\-\-resolve\fP" > When used with --requires, resolve capabilities to originating packages. >diff --git a/repoquery.py b/repoquery.py >index 115ff39..0bfd61c 100755 >--- a/repoquery.py >+++ b/repoquery.py >@@ -600,7 +600,7 @@ def main(args): > help="no-op for rpmquery compatibility") > parser.add_option("-a", "--all", action="store_true", > help="query all packages/groups") >- parser.add_option("--requires", action="store_true", >+ parser.add_option("-R", "--requires", action="store_true", > help="list package dependencies") > parser.add_option("--provides", action="store_true", > help="list capabilities this package provides") >-- >1.5.5.1 >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 459021
: 314245