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

Also available in: Atom PDF