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 11 years ago.
Updated about 10 years ago.
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
- Project changed from Rudder to 34
- Status changed from In progress to Pending technical review
- Assignee changed from Matthieu CERDA to Jonathan CLARKE
- % Done changed from 0 to 100
- Pull Request set to https://github.com/Normation/rudder-packages/pull/421
- Status changed from Pending technical review to Pending release
This was fixed on Friday 27/06 by commit:bbf8a68113e9b46dd8e4b68e0bb9eab35b13d349
- Subject changed from 2.11 SLES RPMs sometimes use a wrong conditionnal to detect if we are building on sles to Use of a wrong conditionnal to detect if we are building on sles in several package specfile
- Subject changed from Use of a wrong conditionnal to detect if we are building on sles in several package specfile to Use of a wrong conditional to detect if we are building on sles in several package specfile
- Status changed from Pending release to Released
- Project changed from 34 to Rudder
- Category set to Packaging
Also available in: Atom
PDF