[calibre] Add requires on python-dns. Fixes bug #862921

Kevin Fenzi kevin at fedoraproject.org
Wed Oct 3 22:35:57 UTC 2012


commit 98b3ac38c4cab8331ab1dd626056d55f841e1967
Author: Kevin Fenzi <kevin at scrye.com>
Date:   Wed Oct 3 16:35:47 2012 -0600

    Add requires on python-dns. Fixes bug #862921

 calibre.spec |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)
---
diff --git a/calibre.spec b/calibre.spec
index f57f203..a70cf90 100644
--- a/calibre.spec
+++ b/calibre.spec
@@ -2,7 +2,7 @@
 
 Name:           calibre
 Version:        0.9.0
-Release:        2%{?dist}
+Release:        3%{?dist}
 Summary:        E-book converter and library management
 Group:          Applications/Multimedia
 License:        GPLv3
@@ -63,6 +63,7 @@ Requires:       liberation-serif-fonts
 Requires:       liberation-mono-fonts
 Requires:       python-feedparser
 Requires:       python-netifaces
+Requires:       python-dns
 %{?_sip_api:Requires: sip-api(%{_sip_api_major}) >= %{_sip_api}}
 
 %define __provides_exclude_from ^%{_libdir}/%{name}/%{name}/plugins/.*\.so$
@@ -269,6 +270,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
 %{python_sitelib}/init_calibre.py*
 
 %changelog
+* Wed Oct 03 2012 Kevin Fenzi <kevin at scrye.com> 0.9.0-3
+- Add requires on python-dns. Fixes bug #862921
+
 * Tue Oct 02 2012 Kevin Fenzi <kevin at scrye.com> 0.9.0-2
 - Rebuild for new sip version
 


More information about the scm-commits mailing list