!10 [sync] PR-7: netdata安装失败

Merge pull request !10 from openeuler-sync-bot/sync-pr7-openEuler-20.03-LTS-SP2-to-openEuler-20.03-LTS-SP3
This commit is contained in:
openeuler-ci-bot 2022-02-07 03:05:32 +00:00 committed by Gitee
commit a4fa25cbcc
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -5,7 +5,7 @@
%global upver 1.16.0
Name: netdata
Version: %{upver}%{?rcver:~%{rcver}}
Release: 3
Release: 4
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}/
@ -20,7 +20,7 @@ Patch10: netdata-remove-fonts-1.12.0.patch
Patch11: Fix-missing-extern-in-some-global-variables.patch
BuildRequires: zlib-devel git autoconf automake pkgconfig libuuid-devel freeipmi-devel httpd
BuildRequires: cppcheck gcc tinyxml2
Requires: nodejs glyphicons-halflings-fonts
Requires: nodejs
%if %{with systemd}
BuildRequires: systemd
%{?systemd_requires}
@ -218,6 +218,9 @@ fi
%attr(4755,root,root) %{_libexecdir}/%{name}/plugins.d/freeipmi.plugin
%changelog
* Thu Sep 30 2021 xuping <xuping33@huawei.com> - 1.16.0 - 4
- remove install requires glyphicons-halfings-fonts
* Thu Aug 19 2021 baizhonggui <baizhonggui@huawei.com> - 1.16.0 - 3
- Fix python2 and python3 syntax is incompatible