From 0813a1f55d8380c3ed765ceac8c56d7cfdda448f Mon Sep 17 00:00:00 2001 From: Lukas Nykryn Date: Tue, 9 Oct 2018 14:00:16 +0200 Subject: [PATCH] Drop the recreation of symlinks since it is unnecessary Co-Authored-By: Lukas Nykryn Resolves: #1964381 --- redhat-lsb.spec | 17 +++-------------- 1 file changed, 3 insertions(+), 14 deletions(-) diff --git a/redhat-lsb.spec b/redhat-lsb.spec index babe817..55f2941 100644 --- a/redhat-lsb.spec +++ b/redhat-lsb.spec @@ -619,20 +619,6 @@ if [ -x /usr/sbin/redhat_lsb_trigger.%{_target_cpu} ]; then /usr/sbin/redhat_lsb_trigger.%{_target_cpu} fi -%ifnarch %{ix86} - /sbin/sln %{ldso} /%{_lib}/%{lsbldso} || : -%else - if [ -f /emul/ia32-linux/lib/%{ldso} ]; then - for LSBVER in %{lsbsover}; do - /sbin/sln /emul/ia32-linux/lib/%{ldso} /%{_lib}/%{lsbldso}.$LSBVER || : - done - else - for LSBVER in %{lsbsover}; do - /sbin/sln %{ldso} /%{_lib}/%{lsbldso}.$LSBVER || : - done - fi -%endif - %postun submod-security -p os.remove("%{_datadir}/lsb/%{lsbrelver}/submodules") os.remove("%{_datadir}/lsb/%{lsbrelver}/modules") @@ -752,6 +738,9 @@ os.remove("%{_datadir}/lsb") %changelog +* Tue May 25 2021 Florian Weimer - 4.1-53 +- Do not call non-existing lsn program on glibc updates + * Fri Apr 16 2021 Mohan Boddu - 4.1-53 - Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937