Add libpq-devel version requirement
Bump version release to 3 because previous commit didn't bump version release to 2. Signed-off-by: Chenxi Mao <chenxi.mao@suse.com>
This commit is contained in:
parent
716ff11ddf
commit
bafb2a8e2b
@ -1,7 +1,7 @@
|
||||
Name: postgresql-odbc
|
||||
Summary: Official postgreSQL ODBC driver
|
||||
Version: 13.01.0000
|
||||
Release: 1
|
||||
Release: 3
|
||||
License: LGPLv2+
|
||||
URL: https://odbc.postgresql.org/
|
||||
Source0: http://ftp.postgresql.org/pub/odbc/versions/src/psqlodbc-%{version}.tar.gz
|
||||
@ -10,7 +10,7 @@ Patch0: postgresql-odbc-09.06.0200-revert-money-fix.patch
|
||||
Patch1: postgresql-odbc-09.05.0400-revert-money-testsuite-fix.patch
|
||||
|
||||
BuildRequires: unixODBC-devel postgresql-test-rpm-macros gcc
|
||||
BuildRequires: libpq-devel
|
||||
BuildRequires: libpq-devel >= 9.2
|
||||
Provides: psqlodbc = %version-%release
|
||||
|
||||
%description
|
||||
@ -72,6 +72,10 @@ cd test && %make_build installcheck || {
|
||||
%{_libdir}/postgresql-odbc/test
|
||||
|
||||
%changelog
|
||||
* Fri Nov 10 2023 Chenxi Mao <chenxi.mao@suse.com> - 13.01.0000-3
|
||||
- Add libpq-devel version dependency.
|
||||
- Bump version release to 3, because previous change didn't bump release number.
|
||||
|
||||
* Fri Mar 10 2023 dillon chen <dillon.chen@gmail.com> - 13.01.0000-2
|
||||
- add two patch
|
||||
- postgres-server-devel to pkgconfig(libpq)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user