From 6d8ca0e6d06974ffc1df1ad2ba6e6ab2809a6ffd Mon Sep 17 00:00:00 2001 From: eabdullin Date: Thu, 12 Jun 2025 17:47:09 +0300 Subject: [PATCH] Update config --- config.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/config.yaml b/config.yaml index 13648e1..cfcd867 100644 --- a/config.yaml +++ b/config.yaml @@ -16,6 +16,11 @@ 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: - suffix: ".alma.1" @@ -27,3 +32,4 @@ 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"