Actions
Bug #5814
closedThe OpenSSL patches on old Debian rudder-agent packages try to use a SPEC file macro
Bug #5814:
The OpenSSL patches on old Debian rudder-agent packages try to use a SPEC file macro
Pull Request:
Severity:
UX impact:
User visibility:
Effort required:
Priority:
Name check:
Fix check:
Regression:
Description
We need to replace:
+ cd SOURCES/openssl-source && make %{?_smp_mflags}
with
+ cd SOURCES/openssl-source && make
In the patches ! %{?_smp_mflags} has nothing to do here...
Actions