Accepting request 928184 from home:gmbr3:Active

- Use systemd-sysusers from 15.3 onwards

OBS-URL: https://build.opensuse.org/request/show/928184
OBS-URL: https://build.opensuse.org/package/show/network/dnsmasq?expand=0&rev=142
This commit is contained in:
Reinhard Max 2021-11-18 13:53:24 +00:00 committed by Git OBS Bridge
parent f4508ec1d0
commit d5b765a964
3 changed files with 12 additions and 6 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Wed Oct 20 17:08:15 UTC 2021 - Callum Farmer <gmbr3@opensuse.org>
- Use systemd-sysusers from 15.3 onwards
-------------------------------------------------------------------
Thu Sep 23 08:48:12 UTC 2021 - Reinhard Max <max@suse.com>

View File

@ -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

View File

@ -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 - - -