From a715b37fc51e2664e3a3d280167b8d6f2c573176 Mon Sep 17 00:00:00 2001 From: Luis Bazan Date: Feb 18 2013 14:25:54 +0000 Subject: add new buildrequire --- diff --git a/python-django-helpdesk.spec b/python-django-helpdesk.spec index 696a0e9..6f0620a 100644 --- a/python-django-helpdesk.spec +++ b/python-django-helpdesk.spec @@ -2,7 +2,7 @@ Name: python-django-helpdesk Version: 0.1.8 -Release: 1%{?dist} +Release: 2%{?dist} Summary: A Django powered ticket tracker for small enterprise Group: Development/Languages @@ -13,7 +13,7 @@ Source0: http://pypi.python.org/packages/source/d/%{pkgname}/%{pkgname}-% BuildArch: noarch BuildRequires: python2-devel BuildRequires: python-setuptools - +BuildRequires: pytz %if 0%{?fedora} >= 18 Requires: python-django @@ -73,6 +73,9 @@ python setup.py test %{python_sitelib}/django_helpdesk-*.egg-info %changelog +* Mon Feb 18 2013 Luis Bazan - 0.1.8-2 +- Add pytz + * Fri Feb 15 2013 Luis Bazan - 0.1.8-1 - New Upstream Version