[python-dulwich] * Sat Jun 23 2012 Matěj Cepl <mcepl at redhat.com> - 0.8.5-2 - We don’t need python-unittest2 anymor

Fabian Affolter fab at fedoraproject.org
Sun Jun 24 21:23:22 UTC 2012


commit 0fb4651b85848a1c957f59e85cb45638393ec1dc
Author: Fabian Affolter <mail at fabian-affolter.ch>
Date:   Sun Jun 24 23:23:08 2012 +0200

    * Sat Jun 23 2012 Matěj Cepl <mcepl at redhat.com> - 0.8.5-2
    - We don’t need python-unittest2 anymore.

 python-dulwich.spec |    8 +++++++-
 1 files changed, 7 insertions(+), 1 deletions(-)
---
diff --git a/python-dulwich.spec b/python-dulwich.spec
index 8072570..bb0eac2 100644
--- a/python-dulwich.spec
+++ b/python-dulwich.spec
@@ -9,7 +9,7 @@
 
 Name:           python-%{srcname}
 Version:        0.8.5
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        A python implementation of the Git file formats and protocols
 
 Group:          Development/Libraries
@@ -21,7 +21,10 @@ BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildRequires:  python2-devel
 BuildRequires:  python-setuptools
 BuildRequires:  python-nose
+
+%if 0%{?rhel} < 7 || 0%{?fedora} < 14
 BuildRequires:  python-unittest2
+%endif
 
 %description
 Dulwich is a pure-Python implementation of the Git file formats and
@@ -61,6 +64,9 @@ nosetests test*.py
 
 
 %changelog
+* Sat Jun 23 2012 Matěj Cepl <mcepl at redhat.com> - 0.8.5-2
+- We don’t need python-unittest2 anymore.
+
 * Fri Apr 13 2012 Fabian Affolter <mail at fabian-affolter.ch> - 0.8.5-1
 - Updated to new upstream version 0.8.5
 


More information about the scm-commits mailing list