diff --git a/python-psycopg2.changes b/python-psycopg2.changes index 1bec9cf..7487ff6 100644 --- a/python-psycopg2.changes +++ b/python-psycopg2.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Feb 27 17:55:42 UTC 2018 - aplanas@suse.com + +- Suggests only for SUSE + ------------------------------------------------------------------- Thu Feb 22 10:31:09 UTC 2018 - sebix+novell.com@sebix.at diff --git a/python-psycopg2.spec b/python-psycopg2.spec index fb85cda..4eb06d2 100644 --- a/python-psycopg2.spec +++ b/python-psycopg2.spec @@ -21,7 +21,7 @@ Name: python-psycopg2 Version: 2.7.4 Release: 0 Summary: Python-PostgreSQL Database Adapter -License: LGPL-3.0+ AND (LGPL-3.0+ OR ZPL-2.0) AND SUSE-GPL-2.0-with-openssl-exception +License: LGPL-3.0-or-later AND (LGPL-3.0-or-later OR ZPL-2.0) AND SUSE-GPL-2.0-with-openssl-exception Group: Development/Languages/Python Url: http://initd.org/psycopg/ Source: https://files.pythonhosted.org/packages/source/p/psycopg2/psycopg2-%{version}.tar.gz @@ -29,7 +29,9 @@ BuildRequires: %{python_module devel} BuildRequires: fdupes BuildRequires: postgresql-devel >= 9.1 BuildRequires: python-rpm-macros +%if 0%{?suse_version} >= 1000 Suggests: postgresql-server +%endif %python_subpackages %description