[yum] update to latest HEAD

James Antill james at fedoraproject.org
Tue Mar 25 04:19:24 UTC 2014


commit bfaacdd99a44e8c813d26fd35e34c3d07aaca5df
Author: James Antill <james at and.org>
Date:   Tue Mar 25 00:19:19 2014 -0400

    update to latest HEAD
    
    - No error for refilter cleanup, rm dirs. and eat all errors. BZ 1062959.
    - Use get_uuid_obj() instead of get_uuid(), to help out ostree.
    - Make utils.get_process_info() respect executable names with spaces.
    - Fix traceback when history files don't exist and user is not root.

 yum-HEAD.patch |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/yum-HEAD.patch b/yum-HEAD.patch
index c3fd65a..28fac4e 100644
--- a/yum-HEAD.patch
+++ b/yum-HEAD.patch
@@ -2820,7 +2820,7 @@ index 0000000..7ce1aef
 + the mailing list, yum at lists.baseurl.org, or consult bugzilla.
 +.fi
 diff --git a/docs/yum.8 b/docs/yum.8
-index 1a8202a..1ab8534 100644
+index 1a8202a..3f028f8 100644
 --- a/docs/yum.8
 +++ b/docs/yum.8
 @@ -25,6 +25,8 @@ gnome\-packagekit application\&.
@@ -3038,7 +3038,7 @@ index 1a8202a..1ab8534 100644
 +meaning of these markers is:
 +
 +.br
-+"-" = Package isn't installed, and won't be installed as part of the group (Eg. group install foo -pkgA … this will have pkgA marked as '-')
++"-" = Package isn't installed, and won't be installed as part of the group (Eg.  "yum group install foo -pkgA" or "yum group install foo; yum remove pkgA" … this will have pkgA marked as '-')
 +.br
 +"+" = Package isn't installed, but will be the next time you run "yum upgrade" or "yum group upgrade foo"
 +.br


More information about the scm-commits mailing list