Hello community,

here is the log from the commit of package dhcp for openSUSE:Factory checked in 
at 2014-03-18 16:21:33
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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        2014-02-13 
06:44:49.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.dhcp.new/dhcp.changes   2014-03-18 
16:21:48.000000000 +0100
@@ -1,0 +2,6 @@
+Mon Mar 17 16:19:58 UTC 2014 - [email protected]
+
+- Added support for custom for rcdhcpd[6] check-syntax,check-lease
+  and syntax-check actions (bnc#868713).
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ dhcp.spec ++++++
--- /var/tmp/diff_new_pack.xXQjbF/_old  2014-03-18 16:21:50.000000000 +0100
+++ /var/tmp/diff_new_pack.xXQjbF/_new  2014-03-18 16:21:50.000000000 +0100
@@ -405,6 +405,26 @@
 ln -sf %{_sysconfdir}/init.d/dhcrelay  $RPM_BUILD_ROOT%{_sbindir}/rcdhcrelay
 ln -sf %{_sysconfdir}/init.d/dhcrelay6 $RPM_BUILD_ROOT%{_sbindir}/rcdhcrelay6
 %endif
+# rcservice actions
+legacy_actionsdir=$RPM_BUILD_ROOT/usr/lib/initscripts/legacy-actions
+cat >dhcpd.action <<'EOF'
+#!/bin/bash
+exec /usr/lib/dhcp/dhcpd -4 ${0##*/}
+EOF
+install -d -m0755 ${legacy_actionsdir}/dhcpd
+install    -m0755 dhcpd.action  ${legacy_actionsdir}/dhcpd/syntax-check
+ln -sf            syntax-check  ${legacy_actionsdir}/dhcpd/check-syntax
+ln -sf            syntax-check  ${legacy_actionsdir}/dhcpd/check-lease
+rm -f             dhcpd.action
+cat >dhcpd.action <<'EOF'
+#!/bin/bash
+exec /usr/lib/dhcp/dhcpd -6 ${0##*/}
+EOF
+install -d -m0755 ${legacy_actionsdir}/dhcpd6
+install    -m0755 dhcpd.action  ${legacy_actionsdir}/dhcpd6/syntax-check
+ln -sf            syntax-check  ${legacy_actionsdir}/dhcpd6/check-syntax
+ln -sf            syntax-check  ${legacy_actionsdir}/dhcpd6/check-lease
+rm -f             dhcpd.action
 # sysconfig files
 install    -m0644 $RPM_SOURCE_DIR/sysconfig.dhcpd           \
                   $RPM_BUILD_ROOT%{_localstatedir}/adm/fillup-templates/
@@ -577,6 +597,10 @@
 %if %{with systemd}
 %{_unitdir}/dhcpd.service
 %{_unitdir}/dhcpd6.service
+%dir /usr/lib/initscripts/legacy-actions/dhcpd
+/usr/lib/initscripts/legacy-actions/dhcpd/*
+%dir /usr/lib/initscripts/legacy-actions/dhcpd6
+/usr/lib/initscripts/legacy-actions/dhcpd6/*
 %else
 %config %{_sysconfdir}/init.d/dhcpd
 %config %{_sysconfdir}/init.d/dhcpd6




-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to