From deb52af1fcb4417dc7ca9dc6fcfb070b8df0dbd7 Mon Sep 17 00:00:00 2001 From: eabdullin Date: Fri, 26 Sep 2025 07:18:37 +0300 Subject: [PATCH] glibc fix is in upstrea --- config.yaml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/config.yaml b/config.yaml index cfcd867..cc03214 100644 --- a/config.yaml +++ b/config.yaml @@ -16,10 +16,6 @@ actions: --with-arch_64=x86-64-v3 \ %endif count: 1 - - target: "spec" - find: "BuildRequires: /usr/lib/libc.so /usr/lib64/libc.so" - replace: "BuildRequires: glibc32 /usr/lib64/libc.so" - count: 1 - modify_release: @@ -32,4 +28,3 @@ actions: line: - "Change to almalinux bugtracker" - "Set --with-arch_64=x86-64-v2 on v2 arch" - - "Use glibc32 instead of /usr/lib/libc.so as BuildRequires"