diff --git a/macros b/macros index 0bb775d5bfdd77a1d045b614bcc1d984029df087..6491930340d756d8a9cd9ec3bd1602281e3997a1 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 b84fc634c61e2e3623731e2383479177e5e11bad..27917e1b04bdca7cfd66076cca17730e02d611ad 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