Add forgotten part of code in previous commit

This commit is contained in:
Filip Janus 2023-12-11 13:07:47 +01:00
parent 6983c837a7
commit 99e70902f9

View File

@ -16,6 +16,14 @@ URL: https://github.com/debezium/postgres-decoderbufs
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: gcc
BuildRequires: postgresql-server-devel >= 16, postgresql-server-devel < 17