From 5f127dc2e1cbf9576ca8bace463a3429643207fa Mon Sep 17 00:00:00 2001 From: Chunmei Xu Date: Fri, 24 Feb 2023 17:23:43 +0800 Subject: [PATCH] remove __brp_relink_symlinks temporarily fix https://bugzilla.openanolis.cn/show_bug.cgi?id=4224 Signed-off-by: Chunmei Xu --- macros | 1 - system-rpm-config.spec | 5 ++++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/macros b/macros index 0bb775d..6491930 100644 --- a/macros +++ b/macros @@ -293,7 +293,6 @@ print(result) %{?__brp_check_elf_files} \ %{?__brp_mangle_shebangs} \ %{?__brp_remove_info_dir} \ - %{?__brp_relink_symlinks} \ %{?__brp_check_desktop_files} \ %{__os_install_post_python} \ %{nil} diff --git a/system-rpm-config.spec b/system-rpm-config.spec index b84fc63..27917e1 100644 --- a/system-rpm-config.spec +++ b/system-rpm-config.spec @@ -1,4 +1,4 @@ -%define anolis_release 26 +%define anolis_release 27 Summary: Anolis OS specific rpm configuration files Name: system-rpm-config @@ -210,6 +210,9 @@ install -p -m 644 -t %{buildroot}%{_rpmluadir}/anolis/srpm forge.lua %license MulanPSL %changelog +* Fri Feb 24 2023 Chunmei Xu - 1:23-27 +- remove __brp_relink_symlinks temporarily + * Fri Feb 17 2023 Funda Wang - 1:23-26 - Add helper macro for packagers to detect installed version of package - Add helper script forcing as-needed for libtool linking bugs -- Gitee