Project

General

Profile

Actions

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 over 9 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

In #5147, we added this in the specfile:

%if 0%{?sles_version} < 11

Should be:

%if 0%{?sles_version} && 0%{?sles_version} < 11
Actions #1

Updated by Matthieu CERDA over 9 years ago

  • 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
Actions #2

Updated by Matthieu CERDA over 9 years ago

  • Description updated (diff)
Actions #3

Updated by Matthieu CERDA over 9 years ago

  • 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 )
Actions #4

Updated by Matthieu CERDA over 9 years ago

  • Status changed from Pending technical review to Pending release

Applied in changeset commit:f2ec1439d2dc4479710fdfa40c6448fbf3a977cd.

Actions #5

Updated by Jonathan CLARKE over 9 years ago

Applied in changeset commit:3e255c5624a5e9b9e7c3140b9747f881a5ba0394.

Actions #6

Updated by Vincent MEMBRÉ over 9 years ago

  • Parent task set to #5147
Actions #7

Updated by Vincent MEMBRÉ over 9 years ago

  • Status changed from Pending release to Released

This bug has been fixed in Rudder 2.11.4, which was released today.

Actions #8

Updated by Benoît PECCATTE about 9 years ago

  • Category set to Packaging
Actions

Also available in: Atom PDF