mirror of
https://github.com/netdata/netdata.git
synced 2025-04-17 19:22:40 +00:00
netdata/packaging: Make spec file more consistent with version dependencies, plus some documentation nits (#6948)
* netdata/packaging: Add hard dependency on version 1.7 and above * netdata/packaging: Update distributions documentation with version dependency on cups
This commit is contained in:
parent
8982b9968e
commit
7de804a4e1
2 changed files with 3 additions and 3 deletions
|
@ -193,7 +193,7 @@ Requires: freeipmi
|
|||
|
||||
# CUPS plugin dependencies
|
||||
%if 0%{?centos_ver} != 6 && 0%{?centos_ver} != 7
|
||||
BuildRequires: cups-devel
|
||||
BuildRequires: cups-devel >= 1.7
|
||||
%endif
|
||||
# end - cups plugin dependencies
|
||||
|
||||
|
@ -503,7 +503,7 @@ rm -rf "${RPM_BUILD_ROOT}"
|
|||
%package plugin-cups
|
||||
Summary: The Common Unix Printing System plugin for netdata
|
||||
Group: Applications/System
|
||||
Requires: cups
|
||||
Requires: cups >= 1.7
|
||||
Requires: netdata = %{version}
|
||||
|
||||
%description plugin-cups
|
||||
|
|
|
@ -199,7 +199,7 @@ This is Netdata's TLS capability that incorporates encryption on the web server
|
|||
|
||||
- **Flags/instructions to enable**: None
|
||||
- **Flags to disable from source**: --disable-plugin-cups
|
||||
- **What packages required for auto-detect?**: `cups-devel`
|
||||
- **What packages required for auto-detect?**: `cups-devel >= 1.7`
|
||||
|
||||
#### FPING
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue