Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package dhcp for openSUSE:Factory checked in at 2025-01-14 16:21:48 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/dhcp (Old) and /work/SRC/openSUSE:Factory/.dhcp.new.1881 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "dhcp" Tue Jan 14 16:21:48 2025 rev:143 rq:1237520 version:4.4.2.P1 Changes: -------- --- /work/SRC/openSUSE:Factory/dhcp/dhcp.changes 2024-06-11 18:27:45.533508790 +0200 +++ /work/SRC/openSUSE:Factory/.dhcp.new.1881/dhcp.changes 2025-01-14 16:21:59.032360462 +0100 @@ -1,0 +2,6 @@ +Mon Jan 13 15:43:31 UTC 2025 - Jorik Cronenberg <jorik.cronenb...@suse.com> + +- Remove obsolete migration from dhcp-server post scriptlet + [bsc#1235447] + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ dhcp.spec ++++++ --- /var/tmp/diff_new_pack.wQazcV/_old 2025-01-14 16:22:00.592425013 +0100 +++ /var/tmp/diff_new_pack.wQazcV/_new 2025-01-14 16:22:00.592425013 +0100 @@ -1,7 +1,7 @@ # # spec file for package dhcp # -# Copyright (c) 2024 SUSE LLC +# Copyright (c) 2025 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -415,21 +415,6 @@ %{fillup_only -ans syslog dhcpd} %service_add_post dhcpd.service %service_add_post dhcpd6.service -# FIXME: update? -if [ $1 -gt 1 ]; then - if grep -q '^DHCPD_RUN_AS=.*nobody' etc/sysconfig/dhcpd; then - tmpfile=$(mktemp -q etc/sysconfig/dhcpd.XXXXXX) - sed 's|^DHCPD_RUN_AS=.*|DHCPD_RUN_AS="dhcpd"|' etc/sysconfig/dhcpd \ - > $tmpfile && mv $tmpfile etc/sysconfig/dhcpd - rm -f $tmpfile - fi - if grep -q '^DHCPD_BINARY=.*dhcpd\..*' etc/sysconfig/dhcpd; then - tmpfile=$(mktemp -q etc/sysconfig/dhcpd.XXXXXX) - sed 's|^DHCPD_BINARY=.*|DHCPD_BINARY=""|' etc/sysconfig/dhcpd \ - > $tmpfile && mv $tmpfile etc/sysconfig/dhcpd - rm -f $tmpfile - fi -fi %preun server %service_del_preun dhcpd.service