summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHedayat Vatankhah <hedayat.fwd@gmail.com>2012-05-29 13:14:36 +0430
committerHedayat Vatankhah <hedayat.fwd@gmail.com>2012-06-05 00:44:10 +0430
commitc1e10f8cdf09d512dfa50ae22e494ef64ebc61c5 (patch)
treef70d31343b9dc0a170b2092317dc94e3b86eac9c
parent4988526c99cc10721c3b2bc97f2fc57a5e6e7bfb (diff)
downloadyum-fast-downloader-c1e10f8cdf09d512dfa50ae22e494ef64ebc61c5.tar.gz
yum-fast-downloader-c1e10f8cdf09d512dfa50ae22e494ef64ebc61c5.tar.xz
yum-fast-downloader-c1e10f8cdf09d512dfa50ae22e494ef64ebc61c5.zip
Apparently, aria2 cannot read more than about 4080 characters of URLs from input file
-rw-r--r--yum-fast-downloader.spec5
1 files changed, 4 insertions, 1 deletions
diff --git a/yum-fast-downloader.spec b/yum-fast-downloader.spec
index 93625a8..bc03451 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.8
+Version: 0.5.9
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
+* Tue May 29 2012 Hedayat Vatankhah <hedayat.fwd+rpmchlog@gmail.com> - 0.5.9-1
+- Make sure that URL line is not too long for aria2
+
* Wed Oct 19 2011 Hedayat Vatankhah <hedayat.fwd+rpmchlog@gmail.com> - 0.5.8-1
- Include repository name in output when downloading metadata files