From ba21b2e062e8965e3727403b3a4ef68c492dc5cb Mon Sep 17 00:00:00 2001 From: Pavel Raiskup Date: Nov 19 2014 12:40:28 +0000 Subject: testsuite: install requirements Version: 09.03.0400-3 --- diff --git a/postgresql-odbc.spec b/postgresql-odbc.spec index 37f63fd..27ec3fb 100644 --- a/postgresql-odbc.spec +++ b/postgresql-odbc.spec @@ -1,7 +1,7 @@ Name: postgresql-odbc Summary: PostgreSQL ODBC driver Version: 09.03.0400 -Release: 2%{?dist} +Release: 3%{?dist} License: LGPLv2+ Group: Applications/Databases URL: http://psqlodbc.projects.postgresql.org/ @@ -64,6 +64,8 @@ popd Summary: Testsuite files for psqlodbc Requires: postgresql-test Requires: %{name} = %{version}-%{release} +# Those are requires to successful testsuite run +Requires: gcc make unixODBC-devel %description tests @@ -82,6 +84,9 @@ the PostgreSQL unixODBC driver. %{testsuitedir}/test %changelog +* Wed Nov 19 2014 Pavel Raiskup - 09.03.0400-3 +- fix testsuite requirements + * Wed Nov 19 2014 Pavel Raiskup - 09.03.0400-2 - install the testsuite