[python-pelican/f20] add requirement python-feedparser

Matthias Runge mrunge at fedoraproject.org
Mon Sep 1 08:48:39 UTC 2014


commit 3040adb0150377b58bcd81d7befac5e33880d4e8
Author: Matthias Runge <mrunge at redhat.com>
Date:   Mon Sep 1 10:48:29 2014 +0200

    add requirement python-feedparser

 python-pelican.spec |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)
---
diff --git a/python-pelican.spec b/python-pelican.spec
index a5f75bb..cc465ba 100644
--- a/python-pelican.spec
+++ b/python-pelican.spec
@@ -3,7 +3,7 @@
 %{!?__python2:%global __python2 %{__python}}
 Name:           python-%{pypi_name}
 Version:        3.3.0
-Release:        4%{?dist}
+Release:        5%{?dist}
 Summary:        A tool to generate a static blog from reStructuredText or Markdown input files
 
 License:        AGPLv3
@@ -38,6 +38,7 @@ Requires:  python-pygments
 Requires:  python-docutils
 Requires:  python-django
 Requires:  python-markdown
+Requires:  python-feedparser
 
 
 %description
@@ -95,6 +96,9 @@ rm -rf html/.doctrees html/.buildinfo
 %{python_sitelib}/%{pypi_name}-*-py?.?.egg-info
 
 %changelog
+* Mon Sep 01 2014 Matthias Runge <mrunge at redhat.com> - 3.3.0-5
+- add Requires: python-feedparser (rhbz#1135665)
+
 * Mon Apr 21 2014 Jamie Nguyen <jamielinux at fedoraproject.org> - 3.3.0-4
 - add Requires: python-markdown
 


More information about the scm-commits mailing list