Hi Robert,
The recent zeek.spec files for CentOS7 are broken:
```
%if 0%{?centos_version} == 700
BuildRequires: llvm-toolset-7-cmake devtoolset-7-gcc-c++
devtoolset-7-elfutils devtoolset-7-binutils devtoolset-7-make
devtoolset-7-toolchain
%endif
```
`centos_version` does not exist:
The spec-file that we use is specifically formatted to work on the
OpenSUSE Build service - and uses the special variables that are
provided by the service.
Those variables are documented here:
https://en.opensuse.org/openSUSE:Build_Service_cross_distribution_howto
If you want to use that spec-file to build Zeek yourself you will indeed
have to either edit the file, or to provide the variables.
Johanna
_______________________________________________
zeek-dev mailing list -- zeek-dev@lists.zeek.org
To unsubscribe send an email to zeek-dev-le...@lists.zeek.org