[python-okaara] Add BuildRequires on pytz

Alex Wood awood at fedoraproject.org
Fri Jan 31 22:18:01 UTC 2014


commit 8a97a5b8362be7699fba0b5dc568cdce9d93b7f9
Author: Alex Wood <awood at 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 at redhat.com> 1.0.32-2
+- Add BuildRequires on pytz
+
+* Fri Jan 31 2014 Alex Wood <awood at redhat.com> 1.0.32-1
+- Update to latest version
+
 * Sun Aug 04 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.0.21-4
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
 


More information about the scm-commits mailing list