[yum-commits] Branch 'yum-3_2_X' - 2 commits - docs/yum.8

skvidal at osuosl.org skvidal at osuosl.org
Mon Jan 19 15:48:02 UTC 2009


 docs/yum.8 |    7 +++++++
 1 file changed, 7 insertions(+)

New commits:
commit 913231751854f4c42364d515242ab179aa7b6444
Merge: 6107e39... 0a5a2bb...
Author: Seth Vidal <skvidal at fedoraproject.org>
Date:   Mon Jan 19 10:47:45 2009 -0500

    Merge branch 'yum-3_2_X' of ssh://yum.baseurl.org/srv/projects/yum/git/yum into yum-3_2_X
    
    * 'yum-3_2_X' of ssh://yum.baseurl.org/srv/projects/yum/git/yum:
      updated German translation Fabian Affolter
      Don't get repomd.xml from disabled repos, as that haven't been setup
      Count pkgs properly, hopefully, when we try to download 2 at once
      Add conflicts to model 479889, installing both is the rttd
      Test case for BZ 479889, multiple obsoleters
      Fix 11hr make check regression that Seth did, with duplicate installs ... ha!
      Use misc.unlink_f instead of os.unlink for most everything.
      Add unlink_f() to misc. so we don't need try/except junk everywhere
      Use errno.EACCES instead of 13

commit 6107e39268c1285674f30875dd00586c9fa4984d
Author: Seth Vidal <skvidal at fedoraproject.org>
Date:   Mon Jan 19 10:44:45 2009 -0500

    add reinstall to docs

diff --git a/docs/yum.8 b/docs/yum.8
index 6eebd80..3818902 100644
--- a/docs/yum.8
+++ b/docs/yum.8
@@ -59,6 +59,8 @@ gnome\-packagekit application\&.
 .br
 .I \fR * localupdate rpmfile1 [rpmfile2] [\&.\&.\&.] 
 .br
+.I \fR * reinstall package1
+.br
 .I \fR * deplist package1 [package2] [\&.\&.\&.] 
 .br
 .I \fR * repolist [all|enabled|disabled] 
@@ -187,6 +189,11 @@ rpm files of which an older version is already installed will be installed,
 the remaining specified packages will be ignored.
 If required the enabled repositories will be used to resolve dependencies.
 .IP
+.IP "\fBreinstall\fP"
+Will reinstall the identically versioned package as is currently installed. 
+It will not necessarily work for all pkgs. Kernels, in particular are not
+going to play nicely with this.
+.IP
 .IP "\fBdeplist\fP"
 Produces a list of all dependencies and what packages provide those
 dependencies for the given packages.


More information about the Yum-commits mailing list