- Don't run testsuite on SLE, fixes build

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-passlib?expand=0&rev=7
This commit is contained in:
Sascha Peilicke 2012-03-08 11:34:01 +00:00 committed by Git OBS Bridge
parent 3e73c7f048
commit 409e892054
2 changed files with 8 additions and 0 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Thu Mar 8 11:34:03 UTC 2012 - saschpe@suse.de
- Don't run testsuite on SLE, fixes build
-------------------------------------------------------------------
Tue Jan 31 10:38:52 UTC 2012 - saschpe@suse.de

View File

@ -15,6 +15,7 @@
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
Name: python-passlib
Version: 1.5.3
Release: 0
@ -50,8 +51,10 @@ python setup.py build
%install
python setup.py install --prefix=%{_prefix} --root=%{buildroot}
%if 0%{?suse_version} && 0%{?suse_version} > 1130
%check
nosetests
%endif
%files
%defattr(-,root,root,-)