9 Nov
2018
9 Nov
'18
09:01
Hello! пт, 9 нояб. 2018 г. в 10:03, Dominique Leuenberger / DimStar <dimstar@opensuse.org>: [skipped]
I'm pretty sure you meant to use sle_version - not sles_version;
And you're right here: I've missed this dumb fingerfehler typo. :(
sle_version is the variable shared between the SLE* and Leap releases
Basically, this condition is never true:
0%{?sles_version} >= 120300 && 0%{?is_opensuse} if it's openSUSE, there is never a sles_version > 0 defined (but there is sle_versio 120300, asyou'd expect)
Now all works with correct sle_version macro. Resolved. Thanks! -- To unsubscribe, e-mail: opensuse-packaging+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-packaging+owner@opensuse.org