Change buildrequires from postgresql-13-server-devel to postgresql-server-devel

(cherry picked from commit 9de8b97ed8c442cea73e38c542d902408f24d5dd)
This commit is contained in:
jxy_git 2022-05-18 14:11:07 +08:00 committed by openeuler-sync-bot
parent d66c2de4e1
commit 8ef80e74ce

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