Skip to content

Commit

Permalink
lua: skip on SLES12 due to too old openssl.
Browse files Browse the repository at this point in the history
  • Loading branch information
thresheek authored and oxpa committed Oct 25, 2024
1 parent 2942b6a commit 1dd3aab
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions rpm/SPECS/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -338,6 +338,11 @@ check-compat-%:
nginx-module-$${module}.skip ; \
exit ; \
fi ; \
if [ `rpm --eval '0%{?suse_version}'` -gt 0 -a `rpm --eval '0%{?suse_version}'` -lt 1500 ]; then \
echo "Lua can't be build on SLES < 15 due to too old openssl" > \
nginx-module-$${module}.skip ; \
exit ; \
fi ; \
;; \
otel) \
if [ "`rpm --eval '0%{?suse_version}'`" -gt 0 ]; then \
Expand Down

0 comments on commit 1dd3aab

Please sign in to comment.