Dirk Mueller 2014-12-01 22:48:55 +00:00 committed by Git OBS Bridge
parent 0804c6881a
commit 3af3fb3926
2 changed files with 6 additions and 1 deletions

View File

@ -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

View File

@ -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()")}