Actions
Bug #6555
closedUser story #6547: Package SLES12 rudder-agent
sles_version macro is no more available on SLE12, preventing agent build
Pull Request:
Severity:
UX impact:
User visibility:
Effort required:
Priority:
Name check:
Fix check:
Regression:
Description
We try to use the system lmdb when building rudder-agent on SLES12, but lmdb is not available on SLES12 :(
To not build lmdb, we are based on existance of sles_version macro in spec file, but this is no more available in SLES12.
We should use macro suse_version which is always available.
Source: https://en.opensuse.org/openSUSE:Build_Service_cross_distribution_howto
It says it is not available in SLES11, but we build some agent on SLES11 ...
Actions