[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]

Re: [rpm-list] Setting binary rpm name according to a condition



On Sun, Oct 29, 2006 at 12:07:01PM +0200, Erez Zilber wrote:
> Thanks. Is it possible to write something like:
> 
> %if "%{_vendor}" == "suse" & "%{sles_version}" == "10"

Use two &, like C and shell:
%if "%{_vendor}" == "suse" && "%{sles_version}" == "10"

-- 
lfr
0/0

Attachment: pgp7ZB1CeR2M3.pgp
Description: PGP signature


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]