Hello community,
here is the log from the commit of package opensuse-dhcp-server-image for
openSUSE:Factory checked in at 2020-09-14 12:27:52
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/opensuse-dhcp-server-image (Old)
and /work/SRC/openSUSE:Factory/.opensuse-dhcp-server-image.new.4249 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "opensuse-dhcp-server-image"
Mon Sep 14 12:27:52 2020 rev:7 rq:833973 version:1.0.0
Changes:
--------
---
/work/SRC/openSUSE:Factory/opensuse-dhcp-server-image/opensuse-dhcp-server-image.changes
2020-09-10 22:55:26.016428909 +0200
+++
/work/SRC/openSUSE:Factory/.opensuse-dhcp-server-image.new.4249/opensuse-dhcp-server-image.changes
2020-09-14 12:29:18.345136049 +0200
@@ -1,0 +2,6 @@
+Sat Sep 12 12:23:05 UTC 2020 - Richard Brown <[email protected]>
+
+- Remove group(nogroup) and change entrypoint to chown to
+ dhcpd:dhcpd as required by current dhcp-server binary
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ opensuse-dhcp-server-image.kiwi ++++++
--- /var/tmp/diff_new_pack.t3K1pG/_old 2020-09-14 12:29:19.281136645 +0200
+++ /var/tmp/diff_new_pack.t3K1pG/_new 2020-09-14 12:29:19.285136649 +0200
@@ -45,7 +45,6 @@
<packages type="bootstrap">
<package name="dhcp-server"/>
<package name="catatonit"/>
- <package name="group(nogroup)"/>
<package name="mandoc"/>
<package name="-busybox-man"/>
</packages>
++++++ root.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/usr/local/bin/entrypoint.sh
new/usr/local/bin/entrypoint.sh
--- old/usr/local/bin/entrypoint.sh 2019-10-29 10:12:02.495971913 +0100
+++ new/usr/local/bin/entrypoint.sh 2020-09-12 14:21:35.231666522 +0200
@@ -51,9 +51,9 @@
fi
[ -e "${dhcpd_leases}" ] || touch "${dhcpd_leases}"
-chown dhcpd:nogroup "${dhcpd_leases}"
+chown dhcpd:dhcpd "${dhcpd_leases}"
if [ -e "${dhcpd_leases}~" ]; then
- chown dhcpd:nogroup "${dhcpd_leases}~"
+ chown dhcpd:dhcpd "${dhcpd_leases}~"
fi
exec /usr/bin/catatonit -- /usr/sbin/dhcpd -${DHCPD_IP_PROTOCOL} -f -d
--no-pid -cf "${dhcpd_conf}" -lf "${dhcpd_leases}" "${DHCPD_INTERFACES}"