Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package dnsmasq for openSUSE:Factory checked in at 2022-09-20 19:23:03 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/dnsmasq (Old) and /work/SRC/openSUSE:Factory/.dnsmasq.new.2083 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "dnsmasq" Tue Sep 20 19:23:03 2022 rev:88 rq:1004570 version:2.86 Changes: -------- --- /work/SRC/openSUSE:Factory/dnsmasq/dnsmasq.changes 2022-07-08 14:01:30.602420877 +0200 +++ /work/SRC/openSUSE:Factory/.dnsmasq.new.2083/dnsmasq.changes 2022-09-20 19:23:04.854387522 +0200 @@ -1,0 +2,6 @@ +Fri Sep 9 11:00:25 UTC 2022 - Callum Farmer <gm...@opensuse.org> + +- Ensure the dnsmasq user's group is used +- Remove nogroup requirement + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ dnsmasq.spec ++++++ --- /var/tmp/diff_new_pack.rEXuKQ/_old 2022-09-20 19:23:05.322388865 +0200 +++ /var/tmp/diff_new_pack.rEXuKQ/_new 2022-09-20 19:23:05.330388888 +0200 @@ -47,7 +47,6 @@ BuildRequires: pkgconfig BuildRequires: pkgconfig(libnetfilter_conntrack) BuildRequires: pkgconfig(systemd) -Requires(pre): group(nogroup) Provides: dns_daemon %if %{with tftp_user_package} BuildRequires: sysuser-tools @@ -96,13 +95,13 @@ 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",|' \ +sed -i -e 's|The default is "dip",|The default is "dnsmasq",|' \ man/dnsmasq.8 # SED-FIX-UPSTREAM -- Fix cachesize, group and user sed -i -e 's|CACHESIZ 150|CACHESIZ 2000|; s|CHUSER "nobody"|CHUSER "dnsmasq"|; - s|CHGRP "dip"|CHGRP "nogroup"|' \ + s|CHGRP "dip"|CHGRP "dnsmasq"|' \ src/config.h # Tweaks to the default configuration: