[calibre] add python-cssselect to requires. Fixes bug #874332

Kevin Fenzi kevin at fedoraproject.org
Fri Nov 9 22:55:01 UTC 2012


commit afab8b114b784444512ce20d49b9f25546772743
Author: Kevin Fenzi <kevin at scrye.com>
Date:   Fri Nov 9 15:54:55 2012 -0700

    add python-cssselect to requires. Fixes bug #874332

 calibre.spec |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)
---
diff --git a/calibre.spec b/calibre.spec
index 013f38e..82f8d6c 100644
--- a/calibre.spec
+++ b/calibre.spec
@@ -2,7 +2,7 @@
 
 Name:           calibre
 Version:        0.9.5
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        E-book converter and library management
 Group:          Applications/Multimedia
 License:        GPLv3
@@ -64,6 +64,7 @@ Requires:       liberation-mono-fonts
 Requires:       python-feedparser
 Requires:       python-netifaces
 Requires:       python-dns
+Requires:       python-cssselect
 %{?_sip_api:Requires: sip-api(%{_sip_api_major}) >= %{_sip_api}}
 
 %define __provides_exclude_from ^%{_libdir}/%{name}/%{name}/plugins/.*\.so$
@@ -273,6 +274,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
 %{python_sitelib}/init_calibre.py*
 
 %changelog
+* Fri Nov 09 2012 Kevin Fenzi <kevin at scrye.com> 0.9.5-2
+- add python-cssselect to requires. Fixes bug #874332
+
 * Sat Nov 03 2012 Kevin Fenzi <kevin at scrye.com> 0.9.5-1
 - Update to 0.9.5
 


More information about the scm-commits mailing list