Centos 7
trying to build nginx with devel gcc-5.3.1.rpm
manually goes
yum install centos-release-scl
only then
yum install devtoolset-4-gcc
how to add cascade installation of dependencies in spec rpmbuild?
BuildRequires: centos-release-scl
Requires: devtoolset-4-gcc
installs only first one the same as here
BuildRequires: centos-release-scl
BuildRequires: devtoolset-4-gcc
BuildRequires(pre): is not supported