[yum-commits] 2 commits - yum-utils.spec yumdownloader.py

James Antill james at osuosl.org
Sat Mar 28 18:00:46 UTC 2009


 yum-utils.spec   |    4 ++--
 yumdownloader.py |    2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

New commits:
commit 8ec41e7c3ccbc3ecd74cbc87f2550e330b3b5be3
Author: James Antill <james at and.org>
Date:   Sat Mar 28 14:00:38 2009 -0400

    Fix syntax error

diff --git a/yumdownloader.py b/yumdownloader.py
index 1c4e98b..991853b 100755
--- a/yumdownloader.py
+++ b/yumdownloader.py
@@ -246,7 +246,7 @@ class YumDownloader(YumUtilBase):
                     self.logger.error("Cannot write to file %s. Error was: %s" % (local, e))
                     continue
                 except RepoError, e:
-                    self.logger.error("Could not download/verify pkg %s: %s" % (download, e)
+                    self.logger.error("Could not download/verify pkg %s: %s" % (download, e))
                     continue
     
                 if not os.path.exists(local) or not os.path.samefile(path, local):
commit 74fb736a355d91baa2416852fc2b21048dd71504
Author: James Antill <james at and.org>
Date:   Sat Mar 28 13:57:22 2009 -0400

    rawhide went upto 20-5, so update the obsoletes for auto-debuginfo

diff --git a/yum-utils.spec b/yum-utils.spec
index 998dace..2d737c6 100644
--- a/yum-utils.spec
+++ b/yum-utils.spec
@@ -344,8 +344,8 @@ rpmdb directly. In some cases this should speed up access to rpmdb information
 # Works by searching for *-debuginfo ... so it shouldn't trigger on itself.
 Summary: Yum plugin to enable automatic updates to installed debuginfo packages
 Group: System Environment/Base
-Obsoletes: yum-plugin-auto-update-debuginfo < 1.1.20-2
-Conflicts: yum-plugin-auto-update-debuginfo < 1.1.20-2
+Obsoletes: yum-plugin-auto-update-debuginfo < 1.1.21-0
+Conflicts: yum-plugin-auto-update-debuginfo < 1.1.21-0
 Provides: yum-plugin-auto-update-debuginfo = %{version}-%{release}
 Requires: yum >= 3.2.19
 


More information about the Yum-commits mailing list