[yum-cvs] yum-utils/docs repoquery.1,1.4,1.5
Panu Matilainen
pmatilai at linux.duke.edu
Mon Jan 16 19:23:13 UTC 2006
Update of /home/groups/yum/cvs/yum-utils/docs
In directory login1.linux.duke.edu:/tmp/cvs-serv21338/docs
Modified Files:
repoquery.1
Log Message:
- add --archlist option for limiting which package architectures to consider
in queries.
Index: repoquery.1
===================================================================
RCS file: /home/groups/yum/cvs/yum-utils/docs/repoquery.1,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- repoquery.1 2 Jan 2006 19:23:56 -0000 1.4
+++ repoquery.1 16 Jan 2006 19:23:11 -0000 1.5
@@ -89,6 +89,10 @@
.IP "\fB\-\-alldeps\fP"
When used with --whatrequires, use both automatic and manual dependencies
for the query.
+.IP "\fB\-\-archlist=ARCH1[,ARCH2...]\fP"
+Limit the query to packages of given architecture(s). Valid values are all
+architectures known to rpm/yum such as 'i386' and 'src' for
+source RPMS.
.IP "\fB\-\-pkgnarrow=WHAT\fP"
Limit what packages are considered for the query. Valid values for WHAT are:
installed, available, recent, updates, extras, all and repository (default).
@@ -130,6 +134,9 @@
\fBrepoquery -g --grouppkgs=optional -l base\fP
.IP "List build requirements from 'anaconda' source rpm:"
\fBrepoquery --requires anaconda.src\fP
+.IP "List packages which BuildRequire gail-devel"
+\fBrepoquery --archlist=src --whatrequires gail-devel\fP
+
.\"TODO: Add more examples...
.PP
More information about the Yum-cvs-commits
mailing list