diff --git a/netdata.spec b/netdata.spec index 8e4efef..0a7bca0 100644 --- a/netdata.spec +++ b/netdata.spec @@ -8,7 +8,7 @@ %global upver 1.42.1 Name: netdata Version: 1.42.1 -Release: 1 +Release: 2 Summary: Real-time performance monitoring License: GPLv3 and GPLv3+ and ASL 2.0 and CC-BY-4.0 and MIT and WTFPL URL: https://github.com/%{name}/%{name}/ @@ -92,6 +92,7 @@ rm -rf web/fonts web/gui/dashboard/static/media cp %{SOURCE5} . %build +export HAVE_CXX17="1" autoreconf -ivf %configure \ --prefix=%{_prefix} \ @@ -279,9 +280,12 @@ fi %attr(4755,root,root) %{_libexecdir}/%{name}/plugins.d/freeipmi.plugin %changelog +* Tue Apr 09 2024 xu_ping <707078654@qq.com> - 1.42.1-2 +- Fixed a compilation failure due to a dependency package compiled using c++17. + * Thu Aug 24 2023 chenchen - 1.42.1-1 - Upgrade to version 1.42.1 - + * Tue Jun 21 2022 Chenyx - 1.16.0-4 - License compliance rectification