[yum] update to latest HEAD.

James Antill james at fedoraproject.org
Wed Aug 29 14:40:50 UTC 2012


commit 29551f8ec4536f4d0f73c038ec224a03783ecfb5
Author: James Antill <james at and.org>
Date:   Wed Aug 29 10:40:42 2012 -0400

    update to latest HEAD.
    
    - Fix problem on metalink downloads due to weird python issue.

 yum-HEAD.patch |    4 ++--
 yum.spec       |    6 +++++-
 2 files changed, 7 insertions(+), 3 deletions(-)
---
diff --git a/yum-HEAD.patch b/yum-HEAD.patch
index 6cf58b2..05b65b1 100644
--- a/yum-HEAD.patch
+++ b/yum-HEAD.patch
@@ -159301,7 +159301,7 @@ index 2cb1acb..0586c1c 100644
          for pkg in un['pkglist']:
              for filedata in pkg['packages']:
 diff --git a/yum/yumRepo.py b/yum/yumRepo.py
-index e5e9ece..4c63bf2 100644
+index e5e9ece..fc2614e 100644
 --- a/yum/yumRepo.py
 +++ b/yum/yumRepo.py
 @@ -20,10 +20,12 @@ import time
@@ -159599,7 +159599,7 @@ index e5e9ece..4c63bf2 100644
                  try:
                      ug = URLGrabber(progress_obj = self.callback, **ugopts)
 -                    result = ug.urlgrab(url, local, text=self.id + "/metalink")
-+                    result = ug.urlgrab(url, local, text=self + "/metalink")
++                    result = ug.urlgrab(url, local, text=str(self) +"/metalink")
  
                  except urlgrabber.grabber.URLGrabError, e:
                      if not os.path.exists(self.metalink_filename):
diff --git a/yum.spec b/yum.spec
index 2b7c55b..fa49208 100644
--- a/yum.spec
+++ b/yum.spec
@@ -18,7 +18,7 @@
 Summary: RPM package installer/updater/manager
 Name: yum
 Version: 3.4.3
-Release: 36%{?dist}
+Release: 37%{?dist}
 License: GPLv2+
 Group: System Environment/Base
 Source0: http://yum.baseurl.org/download/3.4/%{name}-%{version}.tar.gz
@@ -315,6 +315,10 @@ exit 0
 %endif
 
 %changelog
+* Wed Aug 29 2012 James Antill <james at fedoraproject.org> - 3.4.3-37
+- update to latest HEAD.
+- Fix problem on metalink downloads due to weird python issue.
+
 * Tue Aug 28 2012 James Antill <james at fedoraproject.org> - 3.4.3-36
 - update to latest HEAD.
 - Fix environment groups write.


More information about the scm-commits mailing list