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:
parent
f4508ec1d0
commit
d5b765a964
@ -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>
|
Thu Sep 23 08:48:12 UTC 2021 - Reinhard Max <max@suse.com>
|
||||||
|
|
||||||
|
@ -16,10 +16,10 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
%if 0%{?suse_version} < 1550
|
%if 0%{?suse_version} >= 1550 || 0%{?sle_version} >= 150300
|
||||||
%bcond_with tftp_user_package
|
|
||||||
%else
|
|
||||||
%bcond_without tftp_user_package
|
%bcond_without tftp_user_package
|
||||||
|
%else
|
||||||
|
%bcond_with tftp_user_package
|
||||||
%endif
|
%endif
|
||||||
Name: dnsmasq
|
Name: dnsmasq
|
||||||
Version: 2.86
|
Version: 2.86
|
||||||
|
@ -1,3 +1,4 @@
|
|||||||
#Type Name ID GECOS Home directory Shell
|
#Type Name ID GECOS Home directory Shell
|
||||||
u dnsmasq -:nogroup "dnsmasq" /var/lib/empty -
|
u dnsmasq - "dnsmasq" /var/lib/empty -
|
||||||
|
m dnsmasq nogroup - - -
|
||||||
m dnsmasq tftp - - -
|
m dnsmasq tftp - - -
|
||||||
|
Loading…
x
Reference in New Issue
Block a user