commit 1805c036c811acb24ef8b749aa357de7daeaecc8 Author: Alex Wood awood@redhat.com Date: Fri Jan 31 17:18:19 2014 -0500
Add BuildRequires on pytz
python-okaara.spec | 9 ++++++++- 1 files changed, 8 insertions(+), 1 deletions(-) --- diff --git a/python-okaara.spec b/python-okaara.spec index 1b78838..6dbaccf 100644 --- a/python-okaara.spec +++ b/python-okaara.spec @@ -5,7 +5,7 @@ Name: python-okaara Version: 1.0.32 %global rel 1 -Release: %{rel}%{?dist} +Release: 2%{?dist} Summary: Python command line utilities
Group: Development/Tools @@ -19,6 +19,7 @@ BuildRequires: python-nose BuildRequires: python-setuptools BuildRequires: python-babel BuildRequires: python2-devel +BuildRequires: pytz
%description Python library to facilitate the creation of command-line interfaces. @@ -74,6 +75,12 @@ rm -rf $RPM_BUILD_ROOT # -- changelog ----------------------------------------------------------------
%changelog +* Fri Jan 31 2014 Alex Wood awood@redhat.com 1.0.32-2 +- Add BuildRequires on pytz + +* Fri Jan 31 2014 Alex Wood awood@redhat.com 1.0.32-1 +- Update to latest version + * Sun Aug 04 2013 Fedora Release Engineering rel-eng@lists.fedoraproject.org - 1.0.21-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
scm-commits@lists.fedoraproject.org