From: R.I.Pienaar Date: Sat, 30 Jul 2016 16:23:25 +0000 (+0200) Subject: collectd.spec: el7 fails to find python without which X-Git-Tag: collectd-5.6.0~137^2 X-Git-Url: https://git.octo.it/?a=commitdiff_plain;ds=sidebyside;h=e1ac0220ab77ebdde2e554400f43a124863e4338;p=collectd.git 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. --- 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