tests: again enable testsuite

Disabled unintentionally by d74af4e83a.

Version: 2.7.4-2
This commit is contained in:
Pavel Raiskup 2018-04-13 13:38:10 +02:00
parent 0328890730
commit 1770ed3081

View File

@ -6,6 +6,7 @@
%bcond_without python3 %bcond_without python3
%endif %endif
%bcond_without check
%global srcname psycopg2 %global srcname psycopg2
%global sum A PostgreSQL database adapter for Python %global sum A PostgreSQL database adapter for Python
@ -30,7 +31,7 @@ features offered by PostgreSQL.
Summary: %{sum} Summary: %{sum}
Name: python-%{srcname} Name: python-%{srcname}
Version: 2.7.4 Version: 2.7.4
Release: 1%{?dist} Release: 2%{?dist}
# The exceptions allow linking to OpenSSL and PostgreSQL's libpq # The exceptions allow linking to OpenSSL and PostgreSQL's libpq
License: LGPLv3+ with exceptions License: LGPLv3+ with exceptions
Group: Applications/Databases Group: Applications/Databases
@ -252,6 +253,9 @@ cp -pr ZPsycopgDA/* %{buildroot}%{ZPsycopgDAdir}
%changelog %changelog
* Fri Apr 13 2018 Pavel Raiskup <praiskup@redhat.com> - 2.7.4-2
- re-enable testsuite
* Mon Feb 12 2018 Pavel Raiskup <praiskup@redhat.com> - 2.7.4-1 * Mon Feb 12 2018 Pavel Raiskup <praiskup@redhat.com> - 2.7.4-1
- rebase to latest upstream release, per release notes: - rebase to latest upstream release, per release notes:
http://initd.org/psycopg/articles/2018/02/08/psycopg-274-released/ http://initd.org/psycopg/articles/2018/02/08/psycopg-274-released/