[yum/f19: 6/6] update to latest HEAD.

James Antill james at fedoraproject.org
Fri Apr 19 03:56:32 UTC 2013


commit d1add9d391dabc796c584616ecb09415eb94122e
Author: James Antill <james at and.org>
Date:   Thu Apr 18 23:56:11 2013 -0400

    update to latest HEAD.
    
    - Move yum-security into core.
    - A bunch of minor fixes for yum-cron.
    - Update yum-cron to add security/minimal/etc. updates.
    - Add socks support to proxy config.

 yum-HEAD.patch |   10 ----------
 1 files changed, 0 insertions(+), 10 deletions(-)
---
diff --git a/yum-HEAD.patch b/yum-HEAD.patch
index 335cfa7..4ee5a92 100644
--- a/yum-HEAD.patch
+++ b/yum-HEAD.patch
@@ -200768,16 +200768,6 @@ index 4dcbea7..e5f2363 100644
 +                return 2, P_('%d package to update', '%d packages to update',
 +                             num)
 +
-+        elif cmd == 'update-to': # update is basically the same as install...
-+            for arg in args:
-+                txmbrs = base.update(pattern=arg, update_to=True, repoid=repoid)
-+                _add_repopkg2txmbrs(txmbrs, repoid)
-+                num += len(txmbrs)
-+
-+            if num:
-+                return 2, P_('%d package to update', '%d packages to update',
-+                             num)
-+
 +        elif cmd in ('reinstall-old', 'reinstall-installed'):
 +            #  We have to choose for reinstall, for "reinstall foo" do we mean:
 +            # 1. reinstall the packages that are currently installed from "foo".


More information about the scm-commits mailing list