[yum-cvs] yum/docs yum.8,1.30,1.31

Seth Vidal skvidal at login.linux.duke.edu
Fri Jul 8 05:07:34 UTC 2005


Update of /home/groups/yum/cvs/yum/docs
In directory login:/tmp/cvs-serv13932/docs

Modified Files:
	yum.8 
Log Message:

document 'list recent' and 'deplist'




Index: yum.8
===================================================================
RCS file: /home/groups/yum/cvs/yum/docs/yum.8,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -r1.30 -r1.31
--- yum.8	23 Jun 2005 05:09:01 -0000	1.30
+++ yum.8	8 Jul 2005 05:07:30 -0000	1.31
@@ -50,6 +50,9 @@
 .br
 .I \fR * localupdate rpmfile1 [rpmfile2] [\&.\&.\&.] 
 .br
+.br
+.I \fR * deplist package1 [package2] [\&.\&.\&.] 
+.br
 .PP 
 Unless the \-\-help or \-h option is given, one of the above commands
 must be present\&.
@@ -131,6 +134,10 @@
 the remaining specified packages will be ignored.
 If required the enabled repositories will be used to resolve dependencies.
 .IP
+.IP "\fBdeplist\fP"
+Produces a list of all dependencies and what packages provide those
+dependencies for the given packages.
+.IP
 .PP 
 .SH "GENERAL OPTIONS"
 Most command line options can be set using the configuration file as
@@ -216,6 +223,9 @@
 List the packages installed on the system that are obsoleted by packages
 in any yum repository listed in the config file.
 .IP
+.IP "\fByum list recent\fP"
+List packages recently added into the repositories. 
+.IP
 .IP "\fBSpecifying package names\fP"
 All the list options mentioned above take file-glob-syntax wildcards or package
 names as arguments, for example \fByum list available foo*\fP will list




More information about the Yum-cvs-commits mailing list