!3 [sync] PR-2: replace libpq-devel with postgresql-devel

From: @openeuler-sync-bot
Reviewed-by: @zengwefeng
Signed-off-by: @zengwefeng
This commit is contained in:
openeuler-ci-bot 2021-02-22 17:05:55 +08:00 committed by Gitee
commit a9e6a26b6c

View File

@ -2,7 +2,7 @@
Name: nagios-plugins
Version: 2.3.3
Release: 1
Release: 2
Summary: Host/service/network monitoring program plugins for Nagios
License: GPLv2 and MIT and GPLv3 and LGPLv2 and GPL
URL: https://www.nagios-plugins.org/
@ -27,7 +27,7 @@ BuildRequires: net-snmp-devel
BuildRequires: net-snmp-utils
BuildRequires: openldap-devel
BuildRequires: perl-generators
BuildRequires: libpq-devel
BuildRequires: postgresql-devel
BuildRequires: samba-client
BuildRequires: mariadb-connector-c-devel
BuildRequires: mariadb-connector-c
@ -724,5 +724,8 @@ chmod 644 %{buildroot}/%{_libdir}/nagios/plugins/utils.pm
%{_libdir}/nagios/plugins/check_wave
%changelog
* Mon Feb 22 2021 yangzhao <yangzhao1@kylinos.cn> - 2.3.3-2
- replace libpq-devel with postgresql-devel
* Thu Nov 26 2020 jiangxinyu <jiangxinyu@kylinos.cn> - 2.3.3-1
- Init nagios-plugins project