From a7e8d2b601aeaaeec58766607d10e02a7ad8da99 Mon Sep 17 00:00:00 2001 From: Jamie Nguyen Date: Apr 21 2014 14:45:48 +0000 Subject: Add Requires: python-markdown --- diff --git a/python-pelican.spec b/python-pelican.spec index c88dfe0..a5f75bb 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: 3%{?dist} +Release: 4%{?dist} Summary: A tool to generate a static blog from reStructuredText or Markdown input files License: AGPLv3 @@ -13,7 +13,7 @@ Source0: https://github.com/getpelican/pelican/archive/%{version}.tar.gz# # fix test issues Patch0: python-pelican-test-fixes.patch BuildArch: noarch - + BuildRequires: python-devel BuildRequires: python-sphinx BuildRequires: python-blinker @@ -37,6 +37,7 @@ Requires: pytz Requires: python-pygments Requires: python-docutils Requires: python-django +Requires: python-markdown %description @@ -94,6 +95,9 @@ rm -rf html/.doctrees html/.buildinfo %{python_sitelib}/%{pypi_name}-*-py?.?.egg-info %changelog +* Mon Apr 21 2014 Jamie Nguyen - 3.3.0-4 +- add Requires: python-markdown + * Wed Feb 05 2014 Matthias Rugne - 3.3.0-3 - use __python2 instead of __python - use a tarball from github, as it significantly differs from pypi