!13 [sync] PR-12: Add buildrequires

From: @openeuler-sync-bot 
Reviewed-by: @jxy_git 
Signed-off-by: @jxy_git
This commit is contained in:
openeuler-ci-bot 2023-03-10 09:22:46 +00:00 committed by Gitee
commit 23586ff3cd
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -6,7 +6,7 @@
Summary: Statistics collection daemon for filling RRD files
Name: collectd
Version: 5.9.0
Release: 2
Release: 3
License: GPLv2
URL: https://collectd.org/
@ -337,6 +337,7 @@ an extension for the PHP interpreter.
Summary: PostgreSQL plugin for collectd
Requires: %{name} = %{version}-%{release}
BuildRequires: postgresql-server-devel
BuildRequires: postgresql-private-devel
%description postgresql
PostgreSQL querying plugin. This plugins provides data of issued commands,
called handlers and database traffic.
@ -1038,6 +1039,9 @@ make check
%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
- Change buildrequires from postgresql-13-server-devel to postgresql-server-devel