mirror of
https://github.com/netdata/netdata.git
synced 2025-04-30 15:40:05 +00:00
RPM: Added elfutils-libelf-devel for build with eBPF (again) (#15192)
The same commit as https://github.com/netdata/netdata/pull/14552
This commit is contained in:
parent
7523f32e2a
commit
4ce6422c9f
1 changed files with 13 additions and 3 deletions
|
@ -174,13 +174,21 @@ Suggests: netdata-plugin-cups
|
||||||
# Note: Some or all of the Packages may be found in the EPEL repo,
|
# Note: Some or all of the Packages may be found in the EPEL repo,
|
||||||
# rather than the standard ones
|
# rather than the standard ones
|
||||||
|
|
||||||
# nfacct plugin dependencies
|
# epbf plugin dependencies
|
||||||
|
%if 0%{?_have_ebpf}
|
||||||
|
%if 0%{?suse_version}
|
||||||
|
BuildRequires: libelf-devel
|
||||||
|
%else
|
||||||
|
BuildRequires: elfutils-libelf-devel
|
||||||
|
%endif
|
||||||
|
%endif
|
||||||
|
# end ebpf plugin dependencies
|
||||||
|
|
||||||
|
# nfacct plugin dependencies
|
||||||
%if 0%{?_have_nfacct}
|
%if 0%{?_have_nfacct}
|
||||||
BuildRequires: libmnl-devel
|
BuildRequires: libmnl-devel
|
||||||
BuildRequires: libnetfilter_acct-devel
|
BuildRequires: libnetfilter_acct-devel
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
# end nfacct plugin dependencies
|
# end nfacct plugin dependencies
|
||||||
|
|
||||||
# freeipmi plugin dependencies
|
# freeipmi plugin dependencies
|
||||||
|
@ -883,6 +891,8 @@ fi
|
||||||
%caps(cap_dac_read_search=ep) %attr(0750,root,netdata) %{_libexecdir}/%{name}/plugins.d/debugfs.plugin
|
%caps(cap_dac_read_search=ep) %attr(0750,root,netdata) %{_libexecdir}/%{name}/plugins.d/debugfs.plugin
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Jun 14 2023 Konstantin Shalygin <k0ste@k0ste.ru> 0.0.0-20
|
||||||
|
- Added eBPF build dependency (again)
|
||||||
* Fri Apr 07 2023 Austin Hemmelgarn <austin@netdata.cloud> 0.0.0-19
|
* Fri Apr 07 2023 Austin Hemmelgarn <austin@netdata.cloud> 0.0.0-19
|
||||||
- Split additional plugins out in their own packages.
|
- Split additional plugins out in their own packages.
|
||||||
* Tue Mar 21 2023 Austin Hemmelgarn <austin@netdata.cloud> 0.0.0-18
|
* Tue Mar 21 2023 Austin Hemmelgarn <austin@netdata.cloud> 0.0.0-18
|
||||||
|
@ -927,7 +937,7 @@ First draft refactor on package dependencies section
|
||||||
* Wed Jan 02 2019 Pawel Krupa <pkrupa@redhat.com> - 0.0.0-3
|
* Wed Jan 02 2019 Pawel Krupa <pkrupa@redhat.com> - 0.0.0-3
|
||||||
- Temporary set version statically
|
- Temporary set version statically
|
||||||
- Fix changelog ordering
|
- Fix changelog ordering
|
||||||
- Comment-out node.d configuration directory
|
- Comment-out node.d configuration directory
|
||||||
* Wed Jan 02 2019 Pawel Krupa <pkrupa@redhat.com> - 0.0.0-2
|
* Wed Jan 02 2019 Pawel Krupa <pkrupa@redhat.com> - 0.0.0-2
|
||||||
- Fix permissions for log files
|
- Fix permissions for log files
|
||||||
* Sun Nov 15 2015 Alon Bar-Lev <alonbl@redhat.com> - 0.0.0-1
|
* Sun Nov 15 2015 Alon Bar-Lev <alonbl@redhat.com> - 0.0.0-1
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue