[CentOS-devel] [PATCH] SCL macros can prevent rpmbuild from examining some spec files.
Nico Kadel-Garcia
nkadel at gmail.comTue Jul 22 23:43:36 UTC 2014
- Previous message: [CentOS-devel] [PATCH] SCL macros can prevent rpmbuild from examining some spec files.
- Next message: [CentOS-devel] [PATCH] SCL macros can prevent rpmbuild from examining some spec files.
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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' ?
- Previous message: [CentOS-devel] [PATCH] SCL macros can prevent rpmbuild from examining some spec files.
- Next message: [CentOS-devel] [PATCH] SCL macros can prevent rpmbuild from examining some spec files.
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the CentOS-devel mailing list