[yum-commits] 3 commits - docs/Makefile docs/package-cleanup.1 docs/repo-rss.1 docs/repodiff.1 docs/repoquery.1 docs/reposync.1 docs/yum-builddep.1 docs/yum-changelog.1 docs/yum-complete-transaction.8 docs/yum-debug-dump.1 docs/yum-groups-manager.1 docs/yum-list-data.1 docs/yum-versionlock.1 docs/yumdownloader.1 yum-utils.spec

James Antill james at osuosl.org
Tue Oct 21 17:02:12 UTC 2008


 docs/Makefile                   |    2 -
 docs/package-cleanup.1          |    6 ++---
 docs/repo-rss.1                 |    6 ++---
 docs/repodiff.1                 |   45 ++++++++++++++++++++++++++++++++++++++++
 docs/repoquery.1                |    6 ++---
 docs/reposync.1                 |    9 +++++++-
 docs/yum-builddep.1             |    9 ++++----
 docs/yum-changelog.1            |    2 -
 docs/yum-complete-transaction.8 |    6 ++---
 docs/yum-debug-dump.1           |    6 ++---
 docs/yum-groups-manager.1       |    3 +-
 docs/yum-list-data.1            |    2 -
 docs/yum-versionlock.1          |    2 -
 docs/yumdownloader.1            |    6 ++---
 yum-utils.spec                  |    2 +
 15 files changed, 84 insertions(+), 28 deletions(-)

New commits:
commit 96a249472e1cec588e9ba5dbb1bdda6164273114
Author: James Antill <james at and.org>
Date:   Tue Oct 21 13:01:46 2008 -0400

    Add repodiff man page

diff --git a/docs/Makefile b/docs/Makefile
index 513de6c..9cc36bf 100644
--- a/docs/Makefile
+++ b/docs/Makefile
@@ -1,5 +1,5 @@
 DOCS = repoquery package-cleanup repo-rss yumdownloader yum-builddep yum-changelog reposync \
-       yum-list-data yum-filter-data yum-verify yum-utils yum-aliases yum-debug-dump yum-versionlock yum-groups-manager debuginfo-install
+       yum-list-data yum-filter-data yum-verify yum-utils yum-aliases yum-debug-dump yum-versionlock yum-groups-manager debuginfo-install repodiff
 DOCS5 = yum-changelog.conf yum-versionlock.conf
 DOCS8 = yum-security yum-complete-transaction 
 
diff --git a/docs/repodiff.1 b/docs/repodiff.1
new file mode 100644
index 0000000..13ddd7a
--- /dev/null
+++ b/docs/repodiff.1
@@ -0,0 +1,45 @@
+.\" repodiff
+.TH "repodiff" "1" "2008 October 21" "James Antill" ""
+.SH "NAME"
+repodiff
+.SH "SYNOPSIS"
+\fBrepodiff\fP --old=old_repo_baseurl --new=new_repo_baseurl
+.SH "DESCRIPTION"
+.PP 
+\fBrepodiff\fP is a program which will list differences between two sets of 
+repositories.  \fBNote\fP that by default only source packages are compared.
+.PP 
+.SH "GENERAL OPTIONS"
+.IP "\fB\-\-old, -o\fP"
+Add a repo. as an old repo.
+.IP "\fB\-\-new, -n\fP"
+Add a repo. as an new repo.
+.IP "\fB\-\-archlist, -a\fP"
+Add architectures to change the default from just comparing source packages.
+.IP "\fB\-\-size, -s\fP"
+Ouput additional data about the size of the changes.
+.SH "EXAMPLES"
+.IP "Compare source pkgs in two local repos:"
+\fBrepodiff --old=/tmp/repo-old --new=/tmp/repo-new\fP
+.IP "Compare x86_64 binary pkgs in two remote repos, and two local one:"
+\fBrepodiff -a x86_64,i386,noarch,src --old=http://example.com/repo1-old --old=/tmp/repo-old --new=http://example.com/repo1-new --new=/tmp/repo-new\fP
+.PP 
+
+.SH "SEE ALSO"
+.nf
+.I yum.conf (5)
+http://yum-utils.baseurl.org/
+http://yum.baseurl.org/
+.fi 
+
+.PP 
+.SH "AUTHORS"
+.nf 
+See the Authors file included with this program.
+.fi 
+
+.PP 
+.SH "BUGS"
+There of course aren't any bugs, but if you find any, they should be sent
+to the mailing list: yum at lists.baseurl.org or filed in trac.
+.fi
diff --git a/yum-utils.spec b/yum-utils.spec
index 3c2982e..4781cb9 100644
--- a/yum-utils.spec
+++ b/yum-utils.spec
@@ -365,6 +365,7 @@ fi
 %{_mandir}/man1/package-cleanup.1.*
 %{_mandir}/man1/repo-rss.1.*
 %{_mandir}/man1/repoquery.1.*
+%{_mandir}/man1/repodiff.1.*
 %{_mandir}/man1/reposync.1.*
 %{_mandir}/man1/yum-builddep.1.*
 %{_mandir}/man1/yum-debug-dump.1.*
commit 23ab7acde88283adff747e8b1e7e5dd03e33fdf5
Author: James Antill <james at and.org>
Date:   Tue Oct 21 12:50:38 2008 -0400

    Update documentation for duke.edu => baseurl.org change

diff --git a/docs/package-cleanup.1 b/docs/package-cleanup.1
index 2da8feb..bbbd5c0 100644
--- a/docs/package-cleanup.1
+++ b/docs/package-cleanup.1
@@ -78,8 +78,8 @@ to use. Consult YUM documentation for details:
 .SH "SEE ALSO"
 .nf
 .I yum.conf (5)
-.\"http://linux.duke.edu/yum-utils/
-http://linux.duke.edu/yum/
+http://yum-utils.baseurl.org/
+http://yum.baseurl.org/
 .fi 
 
 .PP 
@@ -91,5 +91,5 @@ See the Authors file included with this program.
 .PP 
 .SH "BUGS"
 There of course aren't any bugs, but if you find any, they should be sent
-to the mailing list: yum at lists.linux.duke.edu or filed in bugzilla.
+to the mailing list: yum at lists.baseurl.org or filed in trac.
 .fi
diff --git a/docs/repo-rss.1 b/docs/repo-rss.1
index fb10664..4cf9f2f 100644
--- a/docs/repo-rss.1
+++ b/docs/repo-rss.1
@@ -45,8 +45,8 @@ to use. Consult YUM documentation for details:
 .SH "SEE ALSO"
 .nf
 .I yum.conf (5)
-.\"http://linux.duke.edu/yum-utils/
-http://linux.duke.edu/yum/
+http://yum-utils.baseurl.org/
+http://yum.baseurl.org/
 .fi 
 
 .PP 
@@ -58,5 +58,5 @@ See the Authors file included with this program.
 .PP 
 .SH "BUGS"
 There of course aren't any bugs, but if you find any, they should be sent
-to the mailing list: yum at lists.linux.duke.edu or filed in bugzilla.
+to the mailing list: yum at lists.baseurl.org or filed in trac.
 .fi
diff --git a/docs/repoquery.1 b/docs/repoquery.1
index 8149d21..6bebef8 100644
--- a/docs/repoquery.1
+++ b/docs/repoquery.1
@@ -188,8 +188,8 @@ to use. Consult YUM documentation for details:
 .SH "SEE ALSO"
 .nf
 .I yum.conf (5)
-.\"http://linux.duke.edu/yum-utils/
-http://linux.duke.edu/yum/
+http://yum-utils.baseurl.org/
+http://yum.baseurl.org/
 .fi 
 
 .PP 
@@ -201,5 +201,5 @@ See the Authors file included with this program.
 .PP 
 .SH "BUGS"
 There of course aren't any bugs, but if you find any, they should be sent
-to the mailing list: yum at lists.linux.duke.edu or filed in bugzilla.
+to the mailing list: yum at lists.baseurl.org or filed in trac.
 .fi
diff --git a/docs/reposync.1 b/docs/reposync.1
index abeb352..ea7fa7f 100644
--- a/docs/reposync.1
+++ b/docs/reposync.1
@@ -51,9 +51,16 @@ configuration will be used.
 .SH "SEE ALSO"
 .nf
 .I yum.conf (5)
-http://linux.duke.edu/yum/
+http://yum-utils.baseurl.org/
+http://yum.baseurl.org/
 .fi
 .SH "AUTHORS"
 .nf 
 See the Authors file included with this program.
 .fi
+
+.PP 
+.SH "BUGS"
+There of course aren't any bugs, but if you find any, they should be sent
+to the mailing list: yum-devel at lists.baseurl.org or filed in trac.
+.fi
diff --git a/docs/yum-builddep.1 b/docs/yum-builddep.1
index cb4e6ec..5cad308 100644
--- a/docs/yum-builddep.1
+++ b/docs/yum-builddep.1
@@ -8,7 +8,8 @@ yum-builddep
 .PP 
 \fByum-builddep\fP is a program which installs the RPMs needed to build
 the specified package.  The source RPM for the specified package must
-be available in the Yum repository or it can be a local source RPM file.
+be available in a Yum repository (which will be automatically enabled, if it is
+disabled) or it can be a local source RPM file.
 .PP 
 .SH "EXAMPLES"
 .IP "Download and install all the RPMs needed to build the kernel RPM:"
@@ -29,8 +30,8 @@ to use. Consult YUM documentation for details:
 .SH "SEE ALSO"
 .nf
 .I yum.conf (5)
-.\"http://linux.duke.edu/yum-utils/
-http://linux.duke.edu/yum/
+http://yum-utils.baseurl.org/
+http://yum.baseurl.org/
 .fi 
 
 .PP 
@@ -42,5 +43,5 @@ See the Authors file included with this program.
 .PP 
 .SH "BUGS"
 There of course aren't any bugs, but if you find any, they should be sent
-to the mailing list: yum at lists.linux.duke.edu or filed in bugzilla.
+to the mailing list: yum-devel at lists.baseurl.org or filed in bugzilla.
 .fi
diff --git a/docs/yum-changelog.1 b/docs/yum-changelog.1
index ca7468c..cf6abd1 100644
--- a/docs/yum-changelog.1
+++ b/docs/yum-changelog.1
@@ -80,7 +80,7 @@ ktechlab - 0.3-6.i386
 - Rebuilt due to new gpsim-devel release
 .br
 .SH BUGS
-If you happen to run across a bug, you can report it via yum at lists.linux.duke.edu or filed in bugzilla.
+If you happen to run across a bug, you can report it via yum-devel at lists.baseurl.org or filed in trac.
 .SH AVAILABILITY
 yum-changelog is available via:
 .nf
diff --git a/docs/yum-complete-transaction.8 b/docs/yum-complete-transaction.8
index 18f2e79..95aca2d 100644
--- a/docs/yum-complete-transaction.8
+++ b/docs/yum-complete-transaction.8
@@ -37,8 +37,8 @@ to use. Consult YUM documentation for details:
 .SH "SEE ALSO"
 .nf
 .I yum.conf (5)
-.\"http://linux.duke.edu/yum-utils/
-http://linux.duke.edu/yum/
+http://yum-utils.baseurl.org/
+http://yum.baseurl.org/
 .fi 
 
 .PP 
@@ -50,5 +50,5 @@ See the Authors file included with this program.
 .PP 
 .SH "BUGS"
 There of course aren't any bugs, but if you find any, they should be sent
-to the mailing list: yum at lists.linux.duke.edu or filed in bugzilla.
+to the mailing list: yum-devel at lists.baseurl.org or filed in bugzilla.
 .fi
diff --git a/docs/yum-debug-dump.1 b/docs/yum-debug-dump.1
index b888c66..4f78018 100644
--- a/docs/yum-debug-dump.1
+++ b/docs/yum-debug-dump.1
@@ -30,8 +30,8 @@ to use. Consult YUM documentation for details:
 .SH "SEE ALSO"
 .nf
 .I yum.conf (5)
-.\"http://linux.duke.edu/yum-utils/
-http://linux.duke.edu/yum/
+http://yum-utils.baseurl.org/
+http://yum.baseurl.org/
 .fi 
 
 .PP 
@@ -43,5 +43,5 @@ See the Authors file included with this program.
 .PP 
 .SH "BUGS"
 There of course aren't any bugs, but if you find any, they should be sent
-to the mailing list: yum at lists.linux.duke.edu or filed in bugzilla.
+to the mailing list: yum-devel at lists.baseurl.org or filed in trac.
 .fi
diff --git a/docs/yum-groups-manager.1 b/docs/yum-groups-manager.1
index 583e58b..642154e 100644
--- a/docs/yum-groups-manager.1
+++ b/docs/yum-groups-manager.1
@@ -95,7 +95,8 @@ configuration will be used.
 .nf
 .I yum (8)
 .I yum.conf (5)
-http://linux.duke.edu/yum/
+http://yum-utils.baseurl.org/
+http://yum.baseurl.org/
 .fi
 .SH "AUTHORS"
 .nf 
diff --git a/docs/yum-list-data.1 b/docs/yum-list-data.1
index aac871f..3dde7be 100644
--- a/docs/yum-list-data.1
+++ b/docs/yum-list-data.1
@@ -96,7 +96,7 @@ examples are "mybuilder.example.com" and "xenbuilder1.fedora.redhat.com"
 .IP
 .IP "\fBlist-baseurls\fP" "\fBinfo-baseurls\fP"
 Is used to list the aggregate of the url attribute on the packages after
-discarding the path of the URL, examples are "http://linux.duke.edu/" and
+discarding the path of the URL, examples are "http://yum.baseurl.org/" and
 "http://www.and.org/"
 .IP
 .IP "\fBlist-package-sizes\fP" "\fBinfo-package-sizes\fP"
diff --git a/docs/yum-versionlock.1 b/docs/yum-versionlock.1
index 27afee3..c7bb818 100644
--- a/docs/yum-versionlock.1
+++ b/docs/yum-versionlock.1
@@ -27,7 +27,7 @@ The default place to put package version lock information (one package and
 version per. line).
 .RE
 .SH BUGS
-If you happen to run across a bug, you can report it via yum at lists.linux.duke.edu or filed in bugzilla.
+If you happen to run across a bug, you can report it via yum-devel at lists.baseurl.org filed in bugzilla.
 .SH AVAILABILITY
 yum-versionlock is available via:
 .nf
diff --git a/docs/yumdownloader.1 b/docs/yumdownloader.1
index 3928b51..b3c8010 100644
--- a/docs/yumdownloader.1
+++ b/docs/yumdownloader.1
@@ -41,8 +41,8 @@ to use. Consult YUM documentation for details:
 .SH "SEE ALSO"
 .nf
 .I yum.conf (5)
-.\"http://linux.duke.edu/yum-utils/
-http://linux.duke.edu/yum/
+http://yum-utils.baseurl.org/
+http://yum.baseurl.org/
 .fi 
 
 .PP 
@@ -54,5 +54,5 @@ See the Authors file included with this program.
 .PP 
 .SH "BUGS"
 There of course aren't any bugs, but if you find any, they should be sent
-to the mailing list: yum at lists.linux.duke.edu or filed in bugzilla.
+to the mailing list: yum at lists.baseurl.org or filed in trac.
 .fi
commit be749ee32352d15b0da3cd46879bbeb163b19002
Author: James Antill <james at and.org>
Date:   Tue Oct 21 12:42:58 2008 -0400

    Add debuginfo-install man page

diff --git a/docs/Makefile b/docs/Makefile
index c3f946e..513de6c 100644
--- a/docs/Makefile
+++ b/docs/Makefile
@@ -1,5 +1,5 @@
 DOCS = repoquery package-cleanup repo-rss yumdownloader yum-builddep yum-changelog reposync \
-       yum-list-data yum-filter-data yum-verify yum-utils yum-aliases yum-debug-dump yum-versionlock yum-groups-manager
+       yum-list-data yum-filter-data yum-verify yum-utils yum-aliases yum-debug-dump yum-versionlock yum-groups-manager debuginfo-install
 DOCS5 = yum-changelog.conf yum-versionlock.conf
 DOCS8 = yum-security yum-complete-transaction 
 
diff --git a/yum-utils.spec b/yum-utils.spec
index 792c407..3c2982e 100644
--- a/yum-utils.spec
+++ b/yum-utils.spec
@@ -361,6 +361,7 @@ fi
 %{_bindir}/yum-groups-manager
 %{_sbindir}/yum-complete-transaction
 %{_mandir}/man1/yum-utils.1.*
+%{_mandir}/man1/debuginfo-install.1.*
 %{_mandir}/man1/package-cleanup.1.*
 %{_mandir}/man1/repo-rss.1.*
 %{_mandir}/man1/repoquery.1.*


More information about the Yum-commits mailing list