From 3af3fb39260e44e915f040e5bf7e0d1f168161b308457ff706a4bb97616583a8 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Mon, 1 Dec 2014 22:48:55 +0000 Subject: [PATCH] - fix typo in last change OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-testtools?expand=0&rev=35 --- python-testtools.changes | 5 +++++ python-testtools.spec | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/python-testtools.changes b/python-testtools.changes index e339960..8d55ac7 100644 --- a/python-testtools.changes +++ b/python-testtools.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Dec 1 22:48:47 UTC 2014 - dmueller@suse.com + +- fix typo in last change + ------------------------------------------------------------------- Mon Dec 1 17:04:18 UTC 2014 - rhafer@suse.com diff --git a/python-testtools.spec b/python-testtools.spec index b11080e..6e95a1f 100644 --- a/python-testtools.spec +++ b/python-testtools.spec @@ -36,7 +36,7 @@ BuildRequires: python-unittest2 >= 0.8.0 BuildRequires: python-Sphinx Requires: python-extras Requires: python-python-mimeparse -Requires: python-unittest >= 0.8.0 +Requires: python-unittest2 >= 0.8.0 BuildRoot: %{_tmppath}/%{name}-%{version}-build %if 0%{?suse_version} && 0%{?suse_version} <= 1110 %{!?python_sitelib: %global python_sitelib %(python -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}