[CentOS-devel] [PATCH] SCL macros can prevent rpmbuild from examining some spec files.

Nico Kadel-Garcia nkadel at gmail.com
Tue Jul 22 23:43:36 UTC 2014


On Mon, Jul 21, 2014 at 4:04 PM, Pat Riehecky <riehecky at fnal.gov> wrote:

> +rpm -q scl-utils-build >/dev/null 2>&1
> +if [[ $? -ne 0 ]]; then
> +    echo 'Without scl-utils-build some SCL style sources be parsed' >&2
> +    exit 1
> +fi

Don't you mean 'cannot be parsed' ?



More information about the CentOS-devel mailing list