Project

General

Profile

Bug #5700

Updated by Matthieu CERDA over 9 years ago

In #5147, we added this in the specfile: 
 <pre> 
 %if 0%{?sles_version} < 11 
 </pre> 

 Should be: 

 <pre> 
 %if 0%{?sles_version} && 0%{?sles_version} < 11 
 </pre>

Back