From 30b77dcfbe2c6b46ad2c5ccd7515f77f82dc2bd0 Mon Sep 17 00:00:00 2001 From: yangzhao_kl Date: Mon, 22 Feb 2021 10:03:42 +0800 Subject: [PATCH] replace libpq-devel with postgresql-devel (cherry picked from commit 7fdce66badb133dd69f45d3b73978656b22ebe9d) --- nagios-plugins.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/nagios-plugins.spec b/nagios-plugins.spec index 36e61af..8b7a284 100644 --- a/nagios-plugins.spec +++ b/nagios-plugins.spec @@ -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 - 2.3.3-2 +- replace libpq-devel with postgresql-devel + * Thu Nov 26 2020 jiangxinyu - 2.3.3-1 - Init nagios-plugins project