forked from netdata/netdata
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix RPM dependency issue with old logs management plugin package.
- Loading branch information
Showing
1 changed file
with
3 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -227,6 +227,7 @@ Requires: %{name}-plugin-systemd-journal = %{version} | |
Requires: %{name}-plugin-network-viewer = %{version} | ||
%endif | ||
|
||
Obsoletes: %{name}-plugin-logs-management | ||
|
||
# ##################################################################### | ||
# Functionality-dependent package dependencies | ||
|
@@ -995,6 +996,8 @@ fi | |
%caps(cap_sys_admin,cap_sys_ptrace,cap_dac_read_search=ep) %attr(0750,root,netdata) %{_libexecdir}/%{name}/plugins.d/network-viewer.plugin | ||
|
||
%changelog | ||
* Fri Jul 19 2024 Austin Hemmelgarn <[email protected]> | ||
- Fix dependency issues with old logs-management plugin | ||
* Tue Jul 16 2024 Austin Hemmelgarn <[email protected]> | ||
- Removed logs-management plugin | ||
* Wed Jul 03 2024 Konstantin Shalygin <[email protected]> 0.0.0-26 | ||
|