forked from pool/python-SQLAlchemy1
- Use greater and equals for SLE16+
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-SQLAlchemy1?expand=0&rev=24
This commit is contained in:
@@ -94,7 +94,7 @@ export CFLAGS="%{optflags} -fno-strict-aliasing"
|
||||
%license LICENSE
|
||||
%doc CHANGES README.rst README.dialects.rst README.unittests.rst
|
||||
%{python_sitearch}/sqlalchemy/
|
||||
%if 0%{?suse_version} > 1600
|
||||
%if 0%{?suse_version} >= 1600
|
||||
%{python_sitearch}/sqlalchemy-%{version}.dist-info
|
||||
%else
|
||||
%{python_sitearch}/SQLAlchemy-%{version}.dist-info
|
||||
|
||||
Reference in New Issue
Block a user