summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--python-execnet.spec5
1 files changed, 4 insertions, 1 deletions
diff --git a/python-execnet.spec b/python-execnet.spec
index 313bd60..797ad2a 100644
--- a/python-execnet.spec
+++ b/python-execnet.spec
@@ -10,7 +10,7 @@
Name: python-%{srcname}
Version: 1.0.9
-Release: 1%{?dist}
+Release: 2%{?dist}
Summary: Elastic Python Deployment
Group: Development/Languages
License: GPLv2+ and MIT
@@ -135,6 +135,9 @@ rm -rf %{buildroot}
%changelog
+* Sat Jan 14 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0.9-2
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
+
* Sun Sep 4 2011 Thomas Moschny <thomas.moschny@gmx.de> - 1.0.9-1
- Update to 1.0.9.
- Use BR on python-setuptools instead of python-setuptools-devel.