diff --git a/dnsmasq.changes b/dnsmasq.changes index 23339f1..0366023 100644 --- a/dnsmasq.changes +++ b/dnsmasq.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Jan 27 16:24:43 UTC 2021 - Callum Farmer + +- Fix building with lua54 + ------------------------------------------------------------------- Tue Jan 19 12:24:02 UTC 2021 - Reinhard Max diff --git a/dnsmasq.spec b/dnsmasq.spec index 932a999..4c0d165 100644 --- a/dnsmasq.spec +++ b/dnsmasq.spec @@ -86,7 +86,7 @@ sed -i -e 's|\(PREFIX *= *\)%{_prefix}/local|\1/usr|; Makefile # use lua5.3 instead of lua5.2 -sed -i -e 's|lua5.2|lua5.3|' Makefile +sed -i -e 's|lua5.2|lua%{lua_version}|' Makefile # SED-FIX-UPSTREAM -- Fix man page sed -i -e 's|The default is "dip",|The default is "nogroup",|' \