Change buildrequires from postgresql-13-server-devel to postgresql-server-devel
(cherry picked from commit 9de8b97ed8c442cea73e38c542d902408f24d5dd)
This commit is contained in:
parent
d66c2de4e1
commit
8ef80e74ce
@ -4,25 +4,25 @@
|
||||
%global __requires_exclude %{_privatelibs}
|
||||
|
||||
Summary: Statistics collection daemon for filling RRD files
|
||||
Name: collectd
|
||||
Version: 5.9.0
|
||||
Release: 3
|
||||
License: GPLv2
|
||||
URL: https://collectd.org/
|
||||
Name: collectd
|
||||
Version: 5.9.0
|
||||
Release: 4
|
||||
License: GPLv2
|
||||
URL: https://collectd.org/
|
||||
|
||||
Source: https://collectd.org/files/%{name}-%{version}.tar.bz2
|
||||
Source1: collectd-httpd.conf
|
||||
Source2: collectd.service
|
||||
Source91: apache.conf
|
||||
Source92: email.conf
|
||||
Source93: mysql.conf
|
||||
Source94: nginx.conf
|
||||
Source95: sensors.conf
|
||||
Source96: snmp.conf
|
||||
Source97: rrdtool.conf
|
||||
Source98: onewire.conf
|
||||
Source: https://collectd.org/files/%{name}-%{version}.tar.bz2
|
||||
Source1: collectd-httpd.conf
|
||||
Source2: collectd.service
|
||||
Source91: apache.conf
|
||||
Source92: email.conf
|
||||
Source93: mysql.conf
|
||||
Source94: nginx.conf
|
||||
Source95: sensors.conf
|
||||
Source96: snmp.conf
|
||||
Source97: rrdtool.conf
|
||||
Source98: onewire.conf
|
||||
|
||||
Patch0: %{name}-include-collectd.d.patch
|
||||
Patch0: %{name}-include-collectd.d.patch
|
||||
|
||||
BuildRequires: perl-devel
|
||||
BuildRequires: perl-generators
|
||||
@ -336,7 +336,7 @@ an extension for the PHP interpreter.
|
||||
%package postgresql
|
||||
Summary: PostgreSQL plugin for collectd
|
||||
Requires: %{name} = %{version}-%{release}
|
||||
BuildRequires: postgresql-13-server-devel
|
||||
BuildRequires: postgresql-server-devel
|
||||
%description postgresql
|
||||
PostgreSQL querying plugin. This plugins provides data of issued commands,
|
||||
called handlers and database traffic.
|
||||
@ -1038,6 +1038,9 @@ make check
|
||||
|
||||
|
||||
%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
|
||||
- Make __require_exclude macro effective via Regular Expression
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user