Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package dhcp for openSUSE:Factory checked in 
at 2023-11-21 21:31:35
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/dhcp (Old)
 and      /work/SRC/openSUSE:Factory/.dhcp.new.2521 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "dhcp"

Tue Nov 21 21:31:35 2023 rev:139 rq:1127733 version:4.4.2.P1

Changes:
--------
--- /work/SRC/openSUSE:Factory/dhcp/dhcp.changes        2023-01-05 
15:00:20.856860478 +0100
+++ /work/SRC/openSUSE:Factory/.dhcp.new.2521/dhcp.changes      2023-11-21 
21:31:52.187015445 +0100
@@ -1,0 +2,5 @@
+Thu Nov  2 13:53:11 UTC 2023 - Petr Vorel <pvo...@suse.cz>
+
+- Remove dhclient-script (boo#1216822).
+
+-------------------------------------------------------------------

Old:
----
  dhclient-script

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

Other differences:
------------------
++++++ dhcp.spec ++++++
--- /var/tmp/diff_new_pack.aBkSOU/_old  2023-11-21 21:31:53.483063279 +0100
+++ /var/tmp/diff_new_pack.aBkSOU/_new  2023-11-21 21:31:53.483063279 +0100
@@ -57,7 +57,6 @@
 Source22:       dhcpd.conf
 Source23:       dhcpd6.conf
 Source26:       sysconfig.syslog-dhcpd
-Source27:       dhclient-script
 #
 Source41:       dhcp.README
 Source43:       DDNS-howto.txt
@@ -168,9 +167,7 @@
 nameserver, netmask, and broadcast can be dynamically assigned while
 booting the machine.
 
-It is configurable via the configuration file %{_sysconfdir}/dhclient.conf and
-you can define your own 'hooks' to be used by the /sbin/dhclient-script
-(which is called by the daemon).
+It is configurable via the configuration file %{_sysconfdir}/dhclient.conf.
 
 %description relay
 This is the ISC DHCP relay agent. It can be used as a 'gateway' for
@@ -288,7 +285,6 @@
 # check syntax in our scripts
 bash -n $RPM_SOURCE_DIR/dhcpd.script
 bash -n $RPM_SOURCE_DIR/dhcrelay.script
-bash -n $RPM_SOURCE_DIR/dhclient-script
 
 %install
 %make_install
@@ -313,12 +309,13 @@
 ln -sf dhcpd      %{buildroot}%{_sbindir}/dhcpd6
 ln -sf dhcrelay   %{buildroot}%{_sbindir}/dhcrelay6
 ln -sf dhclient   %{buildroot}%{sbindir}/dhclient6
-# install our adopted config examples and dhclient-script:
+# install our adopted config examples:
 install    -m0644 $RPM_SOURCE_DIR/dhcpd.conf      %{buildroot}%{_sysconfdir}/
 install    -m0644 $RPM_SOURCE_DIR/dhcpd6.conf     %{buildroot}%{_sysconfdir}/
 install    -m0644 $RPM_SOURCE_DIR/dhclient.conf   %{buildroot}%{_sysconfdir}/
 install    -m0644 $RPM_SOURCE_DIR/dhclient6.conf  %{buildroot}%{_sysconfdir}/
-install    -m0754 $RPM_SOURCE_DIR/dhclient-script %{buildroot}%{sbindir}/
+# We don't ship dhclient-script any more (boo#1216822)
+rm -f %{buildroot}%{_mandir}/man8/dhclient-script.8
 # helper / wrapper scripts
 install -d -m0755 %{buildroot}%{_libexecdir}/dhcp
 install    -m0755 $RPM_SOURCE_DIR/dhcpd.script              \
@@ -540,13 +537,11 @@
 %files client
 %{sbindir}/dhclient
 %{sbindir}/dhclient6
-%{sbindir}/dhclient-script
 %config(noreplace) %{_sysconfdir}/dhclient.conf
 %config(noreplace) %{_sysconfdir}/dhclient6.conf
 %{_mandir}/man5/dhclient.conf.5%{?ext_man}
 %{_mandir}/man5/dhclient.leases.5%{?ext_man}
 %{_mandir}/man8/dhclient.8%{?ext_man}
-%{_mandir}/man8/dhclient-script.8%{?ext_man}
 %dir %{_localstatedir}/lib/dhcp
 %dir %{_localstatedir}/lib/dhcp6
 

Reply via email to