add buildrequires postgresql-private-devel

This commit is contained in:
yangzhao_kl 2023-06-13 10:24:46 +08:00
parent 603120aca2
commit 12f9f19c4b

View File

@ -6,7 +6,7 @@
Summary: Statistics collection daemon for filling RRD files Summary: Statistics collection daemon for filling RRD files
Name: collectd Name: collectd
Version: 5.9.0 Version: 5.9.0
Release: 4 Release: 5
License: GPLv2 License: GPLv2
URL: https://collectd.org/ URL: https://collectd.org/
@ -337,6 +337,7 @@ an extension for the PHP interpreter.
Summary: PostgreSQL plugin for collectd Summary: PostgreSQL plugin for collectd
Requires: %{name} = %{version}-%{release} Requires: %{name} = %{version}-%{release}
BuildRequires: postgresql-server-devel BuildRequires: postgresql-server-devel
BuildRequires: postgresql-private-devel
%description postgresql %description postgresql
PostgreSQL querying plugin. This plugins provides data of issued commands, PostgreSQL querying plugin. This plugins provides data of issued commands,
called handlers and database traffic. called handlers and database traffic.
@ -1038,6 +1039,9 @@ make check
%changelog %changelog
* Tue Jun 13 2023 Zhao Yang <yangzhao1@kylinos.cn> - 5.9.0-5
- Add buildrequires postgresql-private-devel
* Wed May 18 2022 jiangxinyu <jiangxinyu@kylinos.cn> - 5.9.0-4 * Wed May 18 2022 jiangxinyu <jiangxinyu@kylinos.cn> - 5.9.0-4
- Change buildrequires from postgresql-13-server-devel to postgresql-server-devel - Change buildrequires from postgresql-13-server-devel to postgresql-server-devel