diff --git a/python-django-helpdesk.spec b/python-django-helpdesk.spec index 79cb2bc..cd808bd 100644 --- a/python-django-helpdesk.spec +++ b/python-django-helpdesk.spec @@ -2,7 +2,7 @@ Name: python-django-helpdesk Version: 0.1.8 -Release: 3%{?dist} +Release: 4%{?dist} Summary: A Django powered ticket tracker for small enterprise Group: Development/Languages @@ -16,8 +16,8 @@ BuildRequires: python-setuptools BuildRequires: pytz %if 0%{?fedora} >= 18 -Requires: python-django -BuildRequires: python-django +Requires: python-django14 +BuildRequires: python-django14 %else Requires: Django BuildRequires: Django @@ -73,6 +73,9 @@ rm -rf helpdesk/static/helpdesk/helpdesk-print.css %{python_sitelib}/django_helpdesk-*.egg-info %changelog +* Tue May 07 2013 Matthias Runge - 0.1.8-4 +- requires/buildrequires python-django14 + * Wed Mar 27 2013 Luis Bazan - 0.1.8-3 - add python macro