From 7de804a4e1e0a34424bad7ecb6541cb71c0c7b2a Mon Sep 17 00:00:00 2001 From: "Paul Emm. Katsoulakis" <34388743+paulkatsoulakis@users.noreply.github.com> Date: Sun, 29 Sep 2019 11:08:53 +0200 Subject: 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 --- netdata.spec.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'netdata.spec.in') diff --git a/netdata.spec.in b/netdata.spec.in index 29a8b83a3f..edf6a6c364 100644 --- a/netdata.spec.in +++ b/netdata.spec.in @@ -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 -- cgit v1.2.3