diff --git a/dnsmasq.changes b/dnsmasq.changes index 5e23e82..79889a1 100644 --- a/dnsmasq.changes +++ b/dnsmasq.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Oct 20 17:08:15 UTC 2021 - Callum Farmer + +- Use systemd-sysusers from 15.3 onwards + ------------------------------------------------------------------- Thu Sep 23 08:48:12 UTC 2021 - Reinhard Max diff --git a/dnsmasq.spec b/dnsmasq.spec index f7eee5f..3dcd3e0 100644 --- a/dnsmasq.spec +++ b/dnsmasq.spec @@ -16,10 +16,10 @@ # -%if 0%{?suse_version} < 1550 -%bcond_with tftp_user_package -%else +%if 0%{?suse_version} >= 1550 || 0%{?sle_version} >= 150300 %bcond_without tftp_user_package +%else +%bcond_with tftp_user_package %endif Name: dnsmasq Version: 2.86 diff --git a/system-user-dnsmasq.conf b/system-user-dnsmasq.conf index d078da9..181e6f3 100644 --- a/system-user-dnsmasq.conf +++ b/system-user-dnsmasq.conf @@ -1,3 +1,4 @@ -#Type Name ID GECOS Home directory Shell -u dnsmasq -:nogroup "dnsmasq" /var/lib/empty - -m dnsmasq tftp - - - +#Type Name ID GECOS Home directory Shell +u dnsmasq - "dnsmasq" /var/lib/empty - +m dnsmasq nogroup - - - +m dnsmasq tftp - - -