From c86efac8848cf708e4ab089a206c96261427da13 Mon Sep 17 00:00:00 2001 From: shdluan Date: Sat, 31 Jul 2021 09:12:05 +0000 Subject: [PATCH 1/2] update nagios.spec. --- nagios.spec | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/nagios.spec b/nagios.spec index 5faacfb..64f48eb 100644 --- a/nagios.spec +++ b/nagios.spec @@ -123,7 +123,9 @@ install -p -m 0644 %{SOURCE10} %{SOURCE11} %{SOURCE12} html/images/logos/ --with-template-objects \ --with-template-extinfo \ --enable-event-broker \ - STRIP=/bin/true + STRIP=/bin/true \ + CFLAGS="$CLASS -fcommon" +%define debug_package %{nil} make %{?_smp_mflags} all %{__make} dox %{__make} %{?_smp_mflags} -C contrib -- Gitee From 1570e512c34fc2d124fbc6fcb98fccad68cafbc8 Mon Sep 17 00:00:00 2001 From: shdluan Date: Mon, 2 Aug 2021 07:21:20 +0000 Subject: [PATCH 2/2] update nagios.spec. --- nagios.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/nagios.spec b/nagios.spec index 64f48eb..d5271e7 100644 --- a/nagios.spec +++ b/nagios.spec @@ -1,6 +1,6 @@ Name: nagios Version: 4.4.3 -Release: 7 +Release: 8 Summary: Host/service/network monitoring program License: GPLv2 URL: https://www.nagios.org/projects/nagios-core/ @@ -278,6 +278,9 @@ fi %{_libdir}/%{name}/cgi/ %changelog +* Mon Aug 2 2021 shdluan - 4.4.3-8 +-fix pack failure when use gcc 10 + * Thu Nov 26 2020 lingsheng - 4.4.3-7 - Drop unexpected output in scripts -- Gitee