[yum-git] docs/yum-complete-transaction.1 yum-utils.spec

Seth Vidal skvidal at linux.duke.edu
Wed Mar 19 04:38:52 UTC 2008


 docs/yum-complete-transaction.1 |   48 ----------------------------------------
 yum-utils.spec                  |   10 ++++++--
 2 files changed, 8 insertions(+), 50 deletions(-)

New commits:
commit b1afc0b097485b1724c3ffe239328b6b86d1f882
Author: Seth Vidal <skvidal at fedoraproject.org>
Date:   Wed Mar 19 00:34:31 2008 -0400

    - apply patch from Shawn Starr which does:
     - yum utils  man page
     - move yum-complete-transaction to /usr/sbin
     - move yum-complete-transaction manpage to be .8 not .1

diff --git a/docs/yum-complete-transaction.1 b/docs/yum-complete-transaction.1
deleted file mode 100644
index 0e3c6d5..0000000
--- a/docs/yum-complete-transaction.1
+++ /dev/null
@@ -1,48 +0,0 @@
-.\" yum-complete-transaction
-.TH "yum-complete-transaction" "1" "2007 Dec 10" "Seth Vidal" ""
-.SH "NAME"
-yum-complete-transaction
-.SH "SYNOPSIS"
-\fByum-complete-transaction\fP
-.SH "DESCRIPTION"
-.PP 
-\fByum-complete-transaction\fP is a program which finds incomplete or
-aborted yum transactions on a system and attempts to complete them. It
-looks at the transaction-all* and transaction-done* files which can normally
-be found in /var/lib/yum if a yum transaction aborted in the middle of 
-execution.
-.PP
-If it finds more than one unfinished transaction it will attempt to complete
-the most recent one first. You can run it more than once to clean up all
-unfinished transactions.
-.PP 
-.SH "FILES"
-As yum-complete-transaction uses YUM libraries for retrieving all the information, it
-relies on YUM configuration for its default values like which repositories
-to use. Consult YUM documentation for details:
-.PP
-.nf 
-/etc/yum.conf
-/etc/yum/repos.d/
-/var/cache/yum/
-.fi 
-
-.PP 
-.SH "SEE ALSO"
-.nf
-.I yum.conf (5)
-.\"http://linux.duke.edu/yum-utils/
-http://linux.duke.edu/yum/
-.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.linux.duke.edu or filed in bugzilla.
-.fi
diff --git a/yum-utils.spec b/yum-utils.spec
index 9fe6d8a..7518251 100644
--- a/yum-utils.spec
+++ b/yum-utils.spec
@@ -299,13 +299,14 @@ fi
 %{_bindir}/repo-rss
 %{_bindir}/yumdownloader
 %{_bindir}/yum-builddep
-%{_bindir}/yum-complete-transaction
+%{_sbindir}/yum-complete-transaction
+%{_mandir}/man1/yum-utils.1.*
 %{_mandir}/man1/package-cleanup.1.*
 %{_mandir}/man1/repo-rss.1.*
 %{_mandir}/man1/repoquery.1.*
 %{_mandir}/man1/reposync.1.*
 %{_mandir}/man1/yum-builddep.1.*
-%{_mandir}/man1/yum-complete-transaction.1.*
+%{_mandir}/man8/yum-complete-transaction.8.*
 %{_mandir}/man1/yumdownloader.1.*
 
 %files -n yum-updateonboot
@@ -434,6 +435,11 @@ fi
 %{_mandir}/man1/yum-verify.1.*
 
 %changelog
+* Tue Mar 18 2008 Shawn Starr <shawn.starr at rogers.com>
+- Add yum-utils.1 manual page
+- Rename yum-complete-transaction manual page to 8
+- Move yum-complete-transaction to /usr/sbin
+
 * Sat Mar  1 2008 James Antill <james at fedoraproject.org>
 - Add verify plugin
 



More information about the Yum-cvs-commits mailing list