Add forgotten part of code in previous commit
This commit is contained in:
parent
6983c837a7
commit
99e70902f9
@ -16,6 +16,14 @@ URL: https://github.com/debezium/postgres-decoderbufs
|
|||||||
|
|
||||||
Source0: https://github.com/debezium/%{majorname}/archive/v%{full_version}.tar.gz
|
Source0: https://github.com/debezium/%{majorname}/archive/v%{full_version}.tar.gz
|
||||||
|
|
||||||
|
%if %?postgresql_default
|
||||||
|
%global pkgname %{majorname}
|
||||||
|
%package -n %{pkgname}
|
||||||
|
Summary: PostgreSQL Audit Extension
|
||||||
|
%else
|
||||||
|
%global pkgname %name
|
||||||
|
%endif
|
||||||
|
|
||||||
BuildRequires: make
|
BuildRequires: make
|
||||||
BuildRequires: gcc
|
BuildRequires: gcc
|
||||||
BuildRequires: postgresql-server-devel >= 16, postgresql-server-devel < 17
|
BuildRequires: postgresql-server-devel >= 16, postgresql-server-devel < 17
|
||||||
|
Loading…
Reference in New Issue
Block a user