Project

General

Profile

Actions

Bug #25159

closed

Bug #25129: Remove AIX specific code in agent

Rudder agent not building anymore on rpm because of missing find

Added by Vincent MEMBRÉ 9 days ago. Updated 3 days ago.

Status:
Released
Priority:
N/A
Category:
Packaging
Target version:
Severity:
UX impact:
User visibility:
Effort required:
Priority:
0
Name check:
To do
Fix check:
To do
Regression:
No

Description

Line

%{buildroot}/opt/rudder/bin -type f | xargs file -i | grep -E "application/x-sharedlib|application/x-executable|application/x-pie-executable" | awk -F: '{print $1}' | xargs strip

used to be

find %{buildroot}/opt/rudder/bin -type f | xargs file -i | grep -E "application/x-sharedlib|application/x-executable|application/x-pie-executable" | awk -F: '{print $1}' | xargs strip

To eager to delete aix code !!

Actions #1

Updated by Vincent MEMBRÉ 9 days ago

  • Status changed from New to In progress
  • Assignee set to Vincent MEMBRÉ
Actions #2

Updated by Vincent MEMBRÉ 9 days ago

  • Status changed from In progress to Pending technical review
  • Assignee changed from Vincent MEMBRÉ to Alexis Mousset
  • Pull Request set to https://github.com/Normation/rudder-packages/pull/2887
Actions #3

Updated by Anonymous 9 days ago

  • Status changed from Pending technical review to Pending release
Actions #4

Updated by Alexis Mousset 3 days ago

  • Status changed from Pending release to Released

This bug has been fixed in Rudder 8.2.0~alpha1 which was released today.

Actions

Also available in: Atom PDF