Bug #5700
closed
User story #5147: Include our own OpenSSL for non maintained oses in rudder-agent package
The rudder-agent package SPEC uses a wrong condition to select bundled OpenSSL or not ( macro expansion to zero )
Added by Matthieu CERDA about 10 years ago.
Updated over 9 years ago.
Description
In #5147, we added this in the specfile:
%if 0%{?sles_version} < 11
Should be:
%if 0%{?sles_version} && 0%{?sles_version} < 11
- 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/510
- Description updated (diff)
- Subject changed from The rudder-agent package SPEC uses a wrong condition to select bundled or not ( macro expansion to zero ) to The rudder-agent package SPEC uses a wrong condition to select bundled OpenSSL or not ( macro expansion to zero )
- Status changed from Pending technical review to Pending release
Applied in changeset commit:f2ec1439d2dc4479710fdfa40c6448fbf3a977cd.
Applied in changeset commit:3e255c5624a5e9b9e7c3140b9747f881a5ba0394.
- Status changed from Pending release to Released
This bug has been fixed in Rudder 2.11.4, which was released today.
- Category set to Packaging
Also available in: Atom
PDF