From 25ef926ab7e23bcb890171cec6dfa52318a6e79b Mon Sep 17 00:00:00 2001 From: Weisson Date: Wed, 6 Sep 2023 15:06:55 +0800 Subject: [PATCH] disable 64bit dlz driver patch on alpha, ia64 and sw_64 (#251298). Signed-off-by: Weisson --- bind.spec | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/bind.spec b/bind.spec index 7471f4d..820ba7f 100644 --- a/bind.spec +++ b/bind.spec @@ -1,4 +1,4 @@ -%define anolis_release .0.1 +%define anolis_release .0.2 # Red Hat BIND package .spec file # # vim:expandtab ts=2: @@ -542,14 +542,16 @@ are used for building ISC DHCP. # Common patches %patch10 -p1 -b .PIE %patch16 -p1 -b .redhat_doc -%ifnarch alpha ia64 +%ifnarch alpha ia64 sw_64 %patch72 -p1 -b .64bit %endif %patch102 -p1 -b .rh452060 %patch106 -p1 -b .rh490837 %patch109 -p1 -b .rh478718 %patch112 -p1 -b .rh645544 +%ifnarch alpha ia64 sw_64 %patch130 -p1 -b .libdb +%endif %patch131 -p1 -b .multlib-conflict %patch140 -p1 -b .rh1410433 %patch145 -p1 -b .rh1205168 @@ -1635,6 +1637,9 @@ rm -rf ${RPM_BUILD_ROOT} %endif %changelog +* Tue Mar 19 2024 Weisson 32:9.11.36-11.0.2 +- disable 64bit dlz driver patch on alpha, ia64 and sw_64 (#251298). + * Thu Dec 14 2023 Liwei Ge - 32:9.11.36-11.0.1 - fix CVE-2023-2828 - Fix CVE-2023-3341 (Liu Xiaoyang) -- Gitee