Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package dnsmasq for openSUSE:Factory checked 
in at 2023-05-16 14:15:54
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/dnsmasq (Old)
 and      /work/SRC/openSUSE:Factory/.dnsmasq.new.1533 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "dnsmasq"

Tue May 16 14:15:54 2023 rev:94 rq:1087210 version:2.89

Changes:
--------
--- /work/SRC/openSUSE:Factory/dnsmasq/dnsmasq.changes  2023-04-26 
17:24:52.381452283 +0200
+++ /work/SRC/openSUSE:Factory/.dnsmasq.new.1533/dnsmasq.changes        
2023-05-16 14:21:57.397865269 +0200
@@ -1,0 +2,5 @@
+Sat May 13 16:48:15 UTC 2023 - Callum Farmer <gm...@opensuse.org>
+
+- Correct rundir from /var/run to /run for pid file
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ dnsmasq.spec ++++++
--- /var/tmp/diff_new_pack.M7BZ4a/_old  2023-05-16 14:21:57.981868608 +0200
+++ /var/tmp/diff_new_pack.M7BZ4a/_new  2023-05-16 14:21:57.985868631 +0200
@@ -93,10 +93,11 @@
 sed -i -e 's|The default is "dip",|The default is "dnsmasq",|' \
        man/dnsmasq.8
 
-# SED-FIX-UPSTREAM -- Fix cachesize, group and user
+# SED-FIX-UPSTREAM -- Fix cachesize, group , user and pid location
 sed -i -e 's|CACHESIZ 150|CACHESIZ 2000|;
           s|CHUSER "nobody"|CHUSER "dnsmasq"|;
-          s|CHGRP "dip"|CHGRP "dnsmasq"|' \
+          s|CHGRP "dip"|CHGRP "dnsmasq"|;
+          s|RUNFILE "/var/run/dnsmasq.pid"|RUNFILE "%{_rundir}/dnsmasq.pid"|' \
        src/config.h
 
 # Tweaks to the default configuration:

Reply via email to