[python-async] Add missing br

Jesse Keating jkeating at fedoraproject.org
Fri Jun 17 17:53:09 UTC 2011


commit d7e3991ee8ebf51aa3dcba5d2208db87e22c7c6c
Author: Jesse Keating <jkeating at redhat.com>
Date:   Thu Jun 16 03:36:38 2011 -0700

    Add missing br

 python-async.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/python-async.spec b/python-async.spec
index c9cac93..560a47f 100644
--- a/python-async.spec
+++ b/python-async.spec
@@ -3,7 +3,7 @@
 
 Name:           python-async
 Version:        0.6.1
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        A framework to process interdependent tasks in a pool of workers
 
 Group:          Development/Languages
@@ -13,7 +13,7 @@ URL:            https://github.com/gitpython-developers/async
 Source0:        gitpython-developers-async-%{version}-0-geccf3d6.tar.gz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
-BuildRequires:  python-devel
+BuildRequires:  python-devel, zlib-devel
 
 %description
 Async aims to make writing asyncronous processing easier. It provides a
@@ -49,6 +49,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Thu Jun 16 2011 Jesse Keating <jkeating at redhat.com> - 0.6.1-2
+- BR zlib-devel (#713598)
+
 * Sat May 28 2011 Jesse Keating <jkeating at redhat.com> - 0.6.1-1
 - Initial build
 


More information about the scm-commits mailing list