add buildrequires

(cherry picked from commit 6f5b5d8f63a65e3efd2044528501028077e0f6bb)
This commit is contained in:
jxy_git 2023-03-10 15:56:19 +08:00 committed by openeuler-sync-bot
parent f348dd02e4
commit bda65c5162

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: 2 Release: 3
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
* Fri Mar 10 2023 jiangxinyu <jiangxinyu@kylinos.cn> - 5.9.0-3
- Add buildrequires
* Wed Apr 06 2022 liqiuyu <liqiuyu@kylinos.cn> - 5.9.0-2 * Wed Apr 06 2022 liqiuyu <liqiuyu@kylinos.cn> - 5.9.0-2
- Change buildrequires from postgresql-13-server-devel to postgresql-server-devel - Change buildrequires from postgresql-13-server-devel to postgresql-server-devel