!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

@ -4,25 +4,25 @@
%global __requires_exclude %{_privatelibs} %global __requires_exclude %{_privatelibs}
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/
Source: https://collectd.org/files/%{name}-%{version}.tar.bz2 Source: https://collectd.org/files/%{name}-%{version}.tar.bz2
Source1: collectd-httpd.conf Source1: collectd-httpd.conf
Source2: collectd.service Source2: collectd.service
Source91: apache.conf Source91: apache.conf
Source92: email.conf Source92: email.conf
Source93: mysql.conf Source93: mysql.conf
Source94: nginx.conf Source94: nginx.conf
Source95: sensors.conf Source95: sensors.conf
Source96: snmp.conf Source96: snmp.conf
Source97: rrdtool.conf Source97: rrdtool.conf
Source98: onewire.conf Source98: onewire.conf
Patch0: %{name}-include-collectd.d.patch Patch0: %{name}-include-collectd.d.patch
BuildRequires: perl-devel BuildRequires: perl-devel
BuildRequires: perl-generators BuildRequires: perl-generators
@ -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