Re: [Rpm-maint] [rpm-software-management/rpm] rpm cannot parse conditional: error: unmatched ( (#775)

2019-06-28 Thread pavlinamv
Thank you -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/rpm-software-management/rpm/issues/775#issuecomment-506709813___ Rpm-maint mailing list

Re: [Rpm-maint] [rpm-software-management/rpm] rpm cannot parse conditional: error: unmatched ( (#775)

2019-06-28 Thread Michal Suchánek
There should be only one \ but github does not display it. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub:

Re: [Rpm-maint] [rpm-software-management/rpm] rpm cannot parse conditional: error: unmatched ( (#775)

2019-06-28 Thread pavlinamv
Please, should the second %if look like this (I added \ at the end of the first line)? %if 1 && ( 2 || \\ 3 ) %endif -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub:

[Rpm-maint] [rpm-software-management/rpm] rpm cannot parse conditional: error: unmatched ( (#775)

2019-06-27 Thread Michal Suchánek
%if 1 && ( 2 || 3 ) %endif error: unmatched ( error: /home/michal/kernel-source/test.spec:1: bad %if condition %if 1 && ( 2 || \ 3 ) %endif error: parse error in expression error: unmatched ( error: /home/michal/kernel-source/test.spec:2: bad %if condition %if