Hello community,

here is the log from the commit of package dhcp for openSUSE:Factory checked in 
at 2017-02-20 14:28:27
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/dhcp (Old)
 and      /work/SRC/openSUSE:Factory/.dhcp.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "dhcp"

Changes:
--------
--- /work/SRC/openSUSE:Factory/dhcp/dhcp.changes        2016-12-01 
10:20:35.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.dhcp.new/dhcp.changes   2017-02-20 
14:28:28.540012563 +0100
@@ -1,0 +2,6 @@
+Fri Feb 10 22:49:38 CET 2017 - [email protected]
+
+- Require insserv only if needed
+- Fix requires of client subpackage
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ dhcp.spec ++++++
--- /var/tmp/diff_new_pack.9E2WSO/_old  2017-02-20 14:28:29.859826325 +0100
+++ /var/tmp/diff_new_pack.9E2WSO/_new  2017-02-20 14:28:29.863825760 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package dhcp
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -130,24 +130,30 @@
 Group:          Productivity/Networking/Boot/Servers
 Requires:       dhcp = %{version}
 Requires:       net-tools
-PreReq:         %insserv_prereq %fillup_prereq /bin/cat /bin/mkdir /bin/cp 
/usr/sbin/useradd
+%if !%{with systemd}
+PreReq:         %insserv_prereq
+%endif
+PreReq:         %fillup_prereq /bin/cat /bin/mkdir /bin/cp /usr/sbin/useradd
 
 %package client
 Summary:        ISC DHCP Client
 Group:          Productivity/Networking/Boot/Clients
 Requires:       /usr/bin/host
+Requires:       /usr/bin/touch
 Requires:       dhcp = %{version}
 Requires:       iproute2
 Requires:       iputils
 Requires:       net-tools
-PreReq:         %insserv_prereq %fillup_prereq /bin/cat /bin/mkdir /bin/cp 
/bin/grep
 
 %package relay
 Summary:        ISC DHCP Relay Agent
 Group:          Productivity/Networking/Boot/Servers
 Requires:       dhcp = %{version}
 Requires:       net-tools
-PreReq:         %insserv_prereq %fillup_prereq /bin/cat /bin/mkdir /bin/cp 
+%if !%{with systemd}
+PreReq:         %insserv_prereq
+%endif
+PreReq:         %fillup_prereq /bin/cat /bin/mkdir /bin/cp 
 
 %package devel
 Summary:        Header Files and Libraries for dhcpctl API



Reply via email to