Hello community,

here is the log from the commit of package dhcp for openSUSE:Factory checked in 
at 2020-01-30 09:30:25
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/dhcp (Old)
 and      /work/SRC/openSUSE:Factory/.dhcp.new.26092 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "dhcp"

Thu Jan 30 09:30:25 2020 rev:116 rq:766216 version:4.3.5

Changes:
--------
--- /work/SRC/openSUSE:Factory/dhcp/dhcp.changes        2019-10-25 
18:40:09.283784946 +0200
+++ /work/SRC/openSUSE:Factory/.dhcp.new.26092/dhcp.changes     2020-01-30 
09:30:26.477138201 +0100
@@ -1,0 +2,8 @@
+Wed Jan 22 06:12:51 UTC 2020 - Thorsten Kukuk <[email protected]>
+
+- Change remaining systemd requires to weak dependencies, too.
+- Don't require net-tools with SLE15 or newer, it does not contain
+  anything anymore we need
+- Get ride of coreutils dependency
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ dhcp.spec ++++++
--- /var/tmp/diff_new_pack.r0RBhK/_old  2020-01-30 09:30:28.921139509 +0100
+++ /var/tmp/diff_new_pack.r0RBhK/_new  2020-01-30 09:30:28.925139512 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package dhcp
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -102,7 +102,9 @@
 Requires:       insserv-compat
 %endif
 Requires:       dhcp = %{version}
+%if 0%{?suse_version} < 1500
 Requires:       net-tools
+%endif
 Requires(post): %fillup_prereq
 Requires(pre):  shadow
 %systemd_ordering
@@ -114,7 +116,6 @@
 Summary:        ISC DHCP Client
 Group:          Productivity/Networking/Boot/Clients
 Requires:       %{_bindir}/getent
-Requires:       %{_bindir}/touch
 Requires:       dhcp = %{version}
 Requires:       iproute2
 Requires:       iputils
@@ -128,9 +129,11 @@
 Summary:        ISC DHCP Relay Agent
 Group:          Productivity/Networking/Boot/Servers
 Requires:       dhcp = %{version}
+%if 0%{?suse_version} < 1500
 Requires:       net-tools
+%endif
 Requires(post): %fillup_prereq
-%systemd_requires
+%systemd_ordering
 
 %package devel
 Summary:        Header Files and Libraries for dhcpctl API
@@ -444,9 +447,9 @@
 
 %post client
 test -e %{_localstatedir}/lib/dhcp/dhclient.leases   || \
-  touch %{_localstatedir}/lib/dhcp/dhclient.leases
+  echo -n > %{_localstatedir}/lib/dhcp/dhclient.leases
 test -e %{_localstatedir}/lib/dhcp6/dhclient6.leases || \
-  touch %{_localstatedir}/lib/dhcp6/dhclient6.leases
+  echo -n > %{_localstatedir}/lib/dhcp6/dhclient6.leases
 
 %files
 %license LICENSE




Reply via email to