!11 [sync] PR-10: Change buildrequires from postgresql-13-server-devel to postgresql-server-devel

From: @openeuler-sync-bot 
Reviewed-by: @wm-wm-wm 
Signed-off-by: @wm-wm-wm
This commit is contained in:
openeuler-ci-bot 2022-05-19 07:58:43 +00:00 committed by Gitee
commit 603120aca2
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 Summary: Statistics collection daemon for filling RRD files
Name: collectd Name: collectd
Version: 5.9.0 Version: 5.9.0
Release: 3 Release: 4
License: GPLv2 License: GPLv2
URL: https://collectd.org/ URL: https://collectd.org/
@ -336,7 +336,7 @@ an extension for the PHP interpreter.
%package postgresql %package postgresql
Summary: PostgreSQL plugin for collectd Summary: PostgreSQL plugin for collectd
Requires: %{name} = %{version}-%{release} Requires: %{name} = %{version}-%{release}
BuildRequires: postgresql-13-server-devel BuildRequires: postgresql-server-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 +1038,9 @@ make check
%changelog %changelog
* Wed May 18 2022 jiangxinyu <jiangxinyu@kylinos.cn> - 5.9.0-4
- Change buildrequires from postgresql-13-server-devel to postgresql-server-devel
* Thu Sep 16 2021 Ge Wang <wangge20@huawei.com> - 5.9.0-3 * Thu Sep 16 2021 Ge Wang <wangge20@huawei.com> - 5.9.0-3
- Make __require_exclude macro effective via Regular Expression - Make __require_exclude macro effective via Regular Expression