From 5761a19f0e195c021e2fa1d309948e0ed41b9628ae67f1f25853164fe6374421 Mon Sep 17 00:00:00 2001 From: Marcus Meissner Date: Sat, 30 Jan 2021 08:06:09 +0000 Subject: [PATCH] Accepting request 867249 from home:gmbr3:Lua - Fix building with lua54 OBS-URL: https://build.opensuse.org/request/show/867249 OBS-URL: https://build.opensuse.org/package/show/network/dnsmasq?expand=0&rev=128 --- dnsmasq.changes | 5 +++++ dnsmasq.spec | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) 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",|' \