From e1ac0220ab77ebdde2e554400f43a124863e4338 Mon Sep 17 00:00:00 2001 From: "R.I.Pienaar" Date: Sat, 30 Jul 2016 18:23:25 +0200 Subject: [PATCH] collectd.spec: el7 fails to find python without which On very minimal build centos machines the yum-builddep should install all it needs to succesfully build on centos, but this misses which and so python cant be found. --- contrib/redhat/collectd.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/redhat/collectd.spec b/contrib/redhat/collectd.spec index 10546c8e..5b018f8a 100644 --- a/contrib/redhat/collectd.spec +++ b/contrib/redhat/collectd.spec @@ -228,7 +228,7 @@ Source: https://collectd.org/files/%{name}-%{version}.tar.bz2 License: GPLv2 Group: System Environment/Daemons BuildRoot: %{_tmppath}/%{name}-%{version}-root -BuildRequires: libgcrypt-devel, kernel-headers, libtool-ltdl-devel, libcap-devel +BuildRequires: libgcrypt-devel, kernel-headers, libtool-ltdl-devel, libcap-devel, which Vendor: collectd development team %if 0%{?fedora} || 0%{?rhel} >= 7 -- 2.11.0