From 1770ed30818d1d77af2e95326b425cd6bb685a2e Mon Sep 17 00:00:00 2001 From: Pavel Raiskup Date: Fri, 13 Apr 2018 13:38:10 +0200 Subject: [PATCH] tests: again enable testsuite Disabled unintentionally by d74af4e83ab84. Version: 2.7.4-2 --- python-psycopg2.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/python-psycopg2.spec b/python-psycopg2.spec index 9c5fb35..b7ca147 100644 --- a/python-psycopg2.spec +++ b/python-psycopg2.spec @@ -6,6 +6,7 @@ %bcond_without python3 %endif +%bcond_without check %global srcname psycopg2 %global sum A PostgreSQL database adapter for Python @@ -30,7 +31,7 @@ features offered by PostgreSQL. Summary: %{sum} Name: python-%{srcname} Version: 2.7.4 -Release: 1%{?dist} +Release: 2%{?dist} # The exceptions allow linking to OpenSSL and PostgreSQL's libpq License: LGPLv3+ with exceptions Group: Applications/Databases @@ -252,6 +253,9 @@ cp -pr ZPsycopgDA/* %{buildroot}%{ZPsycopgDAdir} %changelog +* Fri Apr 13 2018 Pavel Raiskup - 2.7.4-2 +- re-enable testsuite + * Mon Feb 12 2018 Pavel Raiskup - 2.7.4-1 - rebase to latest upstream release, per release notes: http://initd.org/psycopg/articles/2018/02/08/psycopg-274-released/