[yum] update to latest HEAD.

James Antill james at fedoraproject.org
Sat Sep 1 15:14:46 UTC 2012


commit 82619862242247ec5d6890a338fecc76af7bcc55
Author: James Antill <james at and.org>
Date:   Sat Sep 1 11:14:42 2012 -0400

    update to latest HEAD.
    
    - Fix missing self. on last patch.

 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 e3296f4..96760d5 100644
--- a/yum-HEAD.patch
+++ b/yum-HEAD.patch
@@ -159344,7 +159344,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..7c55353 100644
+index e5e9ece..876dc12 100644
 --- a/yum/yumRepo.py
 +++ b/yum/yumRepo.py
 @@ -20,10 +20,12 @@ import time
@@ -159687,7 +159687,7 @@ index e5e9ece..7c55353 100644
              except Errors.MediaError, e:
                  verbose_logger.log(logginglevels.DEBUG_2, "Error getting package from media; falling back to url %s" %(e,))
  
-+        if size and (copy_local or not _all_urls_are_files(url)):
++        if size and (copy_local or not self._all_urls_are_files(url)):
 +            dirstat = os.statvfs(os.path.dirname(local))
 +            avail = dirstat.f_bavail * dirstat.f_bsize
 +            if avail < long(size):
diff --git a/yum.spec b/yum.spec
index b64281c..ecbe5eb 100644
--- a/yum.spec
+++ b/yum.spec
@@ -18,7 +18,7 @@
 Summary: RPM package installer/updater/manager
 Name: yum
 Version: 3.4.3
-Release: 41%{?dist}
+Release: 42%{?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
+* Sat Sep  1 2012 James Antill <james at fedoraproject.org> - 3.4.3-42
+- update to latest HEAD.
+- Fix missing self. on last patch.
+
 * Fri Aug 31 2012 James Antill <james at fedoraproject.org> - 3.4.3-41
 - update to latest HEAD.
 - Don't statvfs when we aren't going to copy, and using relative.


More information about the scm-commits mailing list