summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHedayat Vatankhah <hedayat.fwd@gmail.com>2013-01-25 12:46:41 +0330
committerHedayat Vatankhah <hedayat.fwd@gmail.com>2013-01-25 12:46:41 +0330
commit5c2bbe7cc0b5d32b5ad5b10020d40bab43c78e37 (patch)
treeca813b1b095b4cfe9ff0ceb9774b35f1d424470e
parentf835c99f4bffe6a843e65d6045f9ced03470767c (diff)
downloadyum-fast-downloader-5c2bbe7cc0b5d32b5ad5b10020d40bab43c78e37.tar.gz
yum-fast-downloader-5c2bbe7cc0b5d32b5ad5b10020d40bab43c78e37.tar.xz
yum-fast-downloader-5c2bbe7cc0b5d32b5ad5b10020d40bab43c78e37.zip
Import Errors class
-rw-r--r--yum-fast-downloader.py1
-rw-r--r--yum-fast-downloader.spec5
2 files changed, 5 insertions, 1 deletions
diff --git a/yum-fast-downloader.py b/yum-fast-downloader.py
index c469dab..96c49ec 100644
--- a/yum-fast-downloader.py
+++ b/yum-fast-downloader.py
@@ -28,6 +28,7 @@ import shutil
import yum
from yum.plugins import TYPE_CORE
from yum.yumRepo import YumRepository
+from yum import Errors
from time import sleep
requires_api_version = '2.6'
diff --git a/yum-fast-downloader.spec b/yum-fast-downloader.spec
index 439f674..359ae23 100644
--- a/yum-fast-downloader.spec
+++ b/yum-fast-downloader.spec
@@ -1,6 +1,6 @@
Summary: A fast downloader plugin for yum
Name: yum-fast-downloader
-Version: 0.5.10
+Version: 0.5.11
Release: 1
License: GPLv2+
Group: System Environment/Base
@@ -34,6 +34,9 @@ install -m 755 %{name}-finalize $RPM_BUILD_ROOT/usr/libexec/
/usr/libexec/*
%changelog
+* Fri Jan 25 2013 Hedayat Vatankhah <hedayat.fwd+rpmchlog@gmail.com> - 0.5.11-0
+- Import Errors
+
* Wed Jun 27 2012 Hedayat Vatankhah <hedayat.fwd+rpmchlog@gmail.com> - 0.5.10-1
- Update for the latest urlgrabber options