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