diff --git a/python-slugify.spec b/python-slugify.spec index e4f8cdc..d2d9dcc 100644 --- a/python-slugify.spec +++ b/python-slugify.spec @@ -2,7 +2,7 @@ Name: python-%{pypi_name} Version: 0.0.1 -Release: 4%{?dist} +Release: 5%{?dist} Summary: A generic slugifier License: Unlicense @@ -14,6 +14,7 @@ Patch1: slugify-0.0.1-LICENSE.patch BuildArch: noarch BuildRequires: python2-devel BuildRequires: python-setuptools +Requires: python-unidecode %description A generic slugifier. @@ -37,6 +38,9 @@ A generic slugifier. %{python2_sitelib}/%{pypi_name}-%{version}-py?.?.egg-info %changelog +* Thu Jun 11 2015 William José Moreno Reyes - 0.0.1-5 +- Fix %%Requires + * Thu Dec 25 2014 William Moreno Reyes < williamjmorenor at gmail.com> - 0.0.1.4 - Fix %%license macro