From 40916246e72e66848e680b85b5e437fd5ae2a567cec7d814fad0dba295a076b0 Mon Sep 17 00:00:00 2001 From: Reinhard Max Date: Wed, 3 Sep 2014 11:40:39 +0000 Subject: [PATCH 1/4] - Version 9.9.5P1 also fixes orphan mode (bnc#883859). OBS-URL: https://build.opensuse.org/package/show/network/bind?expand=0&rev=146 --- bind.changes | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/bind.changes b/bind.changes index c9a4634..00c94b9 100644 --- a/bind.changes +++ b/bind.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Sep 3 11:38:47 UTC 2014 - max@suse.com + +- Version 9.9.5P1 also fixes orphan mode (bnc#883859). + ------------------------------------------------------------------- Thu Jul 31 21:40:49 UTC 2014 - lmuelle@suse.com From 27153bee1973cab855c1c75cf30ec9c1ffe1dd2ddff87e4f8e9c55fdae208cac Mon Sep 17 00:00:00 2001 From: Reinhard Max Date: Wed, 3 Sep 2014 11:44:55 +0000 Subject: [PATCH 2/4] - Version 9.9.5P1 also fixes a problem with zone transfers on multicore machines (bnc#882511). OBS-URL: https://build.opensuse.org/package/show/network/bind?expand=0&rev=147 --- bind.changes | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/bind.changes b/bind.changes index 00c94b9..cd6ae52 100644 --- a/bind.changes +++ b/bind.changes @@ -1,7 +1,8 @@ ------------------------------------------------------------------- Wed Sep 3 11:38:47 UTC 2014 - max@suse.com -- Version 9.9.5P1 also fixes orphan mode (bnc#883859). +- Version 9.9.5P1 also fixes a problem with zone transfers on + multicore machines (bnc#882511). ------------------------------------------------------------------- Thu Jul 31 21:40:49 UTC 2014 - lmuelle@suse.com From c0a72d4f0b756fa929d85c17cef4fc1eef3a80e7b6584ea779b9ae24e5a3bdcb Mon Sep 17 00:00:00 2001 From: Reinhard Max Date: Mon, 8 Sep 2014 14:06:56 +0000 Subject: [PATCH 3/4] Accepting request 248035 from home:WernerFink:branches:network - Use the systemd service macros to make sure init scripts are registered properly (bnc#894627) OBS-URL: https://build.opensuse.org/request/show/248035 OBS-URL: https://build.opensuse.org/package/show/network/bind?expand=0&rev=148 --- bind.changes | 6 ++++++ bind.spec | 8 ++++++++ 2 files changed, 14 insertions(+) diff --git a/bind.changes b/bind.changes index cd6ae52..c1e4431 100644 --- a/bind.changes +++ b/bind.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Mon Sep 8 14:00:01 UTC 2014 - werner@suse.de + +- Use the systemd service macros to make sure init scripts are + registered properly (bnc#894627) + ------------------------------------------------------------------- Wed Sep 3 11:38:47 UTC 2014 - max@suse.com diff --git a/bind.spec b/bind.spec index 463ace4..9f8b526 100644 --- a/bind.spec +++ b/bind.spec @@ -409,9 +409,11 @@ test -d ${TEMP_DIR} || \ test -e ${TEMP_SYSCONFIG_FILE} && \ old ${TEMP_SYSCONFIG_FILE} echo "NAMED_RUN_CHROOTED=\"${NAMED_RUN_CHROOTED}\"" >${TEMP_SYSCONFIG_FILE} +%service_add_pre named %preun %stop_on_removal named +%service_del_preun named %post %{fillup_and_insserv -nf named} @@ -528,10 +530,12 @@ if [ -f ${NAMED_ACTIVE_FILE} ]; then sbin/insserv named test ! -s ${NAMED_ACTIVE_FILE} && rm -f ${NAMED_ACTIVE_FILE} fi +%service_add_post named %postun %restart_on_update named %insserv_cleanup +%service_del_postun named %pre chrootenv %{GROUPADD_NAMED} @@ -544,6 +548,7 @@ fi %pre lwresd %{GROUPADD_NAMED} %{USERADD_NAMED} +%service_add_pre lwresd %post lwresd # Create a key if usr/sbin/rndc-confgen is installed. @@ -559,13 +564,16 @@ fi if [ $1 -le 1 ]; then %{fillup_and_insserv -fy lwresd} fi; +%service_add_post lwresd %preun lwresd %stop_on_removal lwresd +%service_add_preun lwresd %postun lwresd %restart_on_update lwresd %insserv_cleanup +%service_add_postun lwresd %post utils /sbin/ldconfig From 48ca52dcbe10a37a971fb7cbc7f412acb300c754a36136d621372555d40f3e23 Mon Sep 17 00:00:00 2001 From: Andrey Karepin Date: Fri, 12 Sep 2014 05:49:00 +0000 Subject: [PATCH 4/4] Accepting request 248172 from home:WernerFink:branches:network - Require systemd-rpm-macros at build OBS-URL: https://build.opensuse.org/request/show/248172 OBS-URL: https://build.opensuse.org/package/show/network/bind?expand=0&rev=149 --- bind.changes | 5 +++++ bind.spec | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/bind.changes b/bind.changes index c1e4431..c3f8227 100644 --- a/bind.changes +++ b/bind.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Sep 8 21:10:50 UTC 2014 - werner@suse.de + +- Require systemd-rpm-macros at build + ------------------------------------------------------------------- Mon Sep 8 14:00:01 UTC 2014 - werner@suse.de diff --git a/bind.spec b/bind.spec index 9f8b526..1332d39 100644 --- a/bind.spec +++ b/bind.spec @@ -568,12 +568,12 @@ fi; %preun lwresd %stop_on_removal lwresd -%service_add_preun lwresd +%service_del_preun lwresd %postun lwresd %restart_on_update lwresd %insserv_cleanup -%service_add_postun lwresd +%service_del_postun lwresd %post utils /sbin/ldconfig