diff --git a/dnsmasq.changes b/dnsmasq.changes index 95f4e0d..dee8ae4 100644 --- a/dnsmasq.changes +++ b/dnsmasq.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Sun Jun 13 13:28:49 UTC 2021 - Callum Farmer + +- Add now working CONFIG parameter to sysusers generator + ------------------------------------------------------------------- Wed Jun 2 10:28:12 UTC 2021 - Callum Farmer diff --git a/dnsmasq.spec b/dnsmasq.spec index 06982ea..458fa68 100644 --- a/dnsmasq.spec +++ b/dnsmasq.spec @@ -115,7 +115,7 @@ export LDFLAGS="-Wl,-z,relro,-z,now -pie" %define _copts "-DHAVE_DBUS -DHAVE_CONNTRACK -DHAVE_LIBIDN2 -DHAVE_DNSSEC -DHAVE_LUASCRIPT" %make_build AWK=gawk all-i18n CFLAGS="$CFLAGS" LDFLAGS="$LDFLAGS" COPTS=%{_copts} %if %{with tftp_user_package} -%sysusers_generate_pre %{SOURCE6} dnsmasq +%sysusers_generate_pre %{SOURCE6} dnsmasq system-user-dnsmasq.conf %endif %if %{without tftp_user_package}