>
> One thing I learned. To install the dependencies in the spec file try this:
>
> # yum install $( grep ^BuildRequires: <spec file> | awk {'print $2'} )
>
Much easier :
yum-builddep /path/to/foo.src.rpmX.
>
> One thing I learned. To install the dependencies in the spec file try this:
>
> # yum install $( grep ^BuildRequires: <spec file> | awk {'print $2'} )
>
Much easier :
yum-builddep /path/to/foo.src.rpmX.