Project

General

Profile

Actions

Bug #5174

closed

Use of a wrong conditional to detect if we are building on sles in several package specfile

Added by Matthieu CERDA almost 10 years ago. Updated about 9 years ago.

Status:
Released
Priority:
1
Category:
Packaging
Target version:
Severity:
UX impact:
User visibility:
Effort required:
Priority:
Name check:
Fix check:
Regression:

Description

This conditionnal is wrong:

%if 0%{?sles}

it should be replaced with:

%if 0%{?sles_version}

This problem impacts the dependencies of the new webapp rudder handling, and ncf-api-virtualenv

Actions

Also available in: Atom PDF