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:
pgpxQVcduwpj6.pgp
Description: PGP signature
_______________________________________________ Rpm-list mailing list Rpm-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/rpm-list