From 98b3ac38c4cab8331ab1dd626056d55f841e1967 Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Oct 03 2012 22:35:47 +0000 Subject: Add requires on python-dns. Fixes bug #862921 --- 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 0.9.0-3 +- Add requires on python-dns. Fixes bug #862921 + * Tue Oct 02 2012 Kevin Fenzi 0.9.0-2 - Rebuild for new sip version