diff --git a/redhat-lsb.spec b/redhat-lsb.spec index c4902ee..79bb244 100644 --- a/redhat-lsb.spec +++ b/redhat-lsb.spec @@ -62,7 +62,7 @@ Summary: Implementation of Linux Standard Base specification Name: redhat-lsb Version: 4.1 -Release: 52%{?dist} +Release: 53%{?dist} URL: http://www.linuxfoundation.org/collaborate/workgroups/lsb Source0: https://fedorahosted.org/releases/r/e/redhat-lsb/%{name}-%{version}-%{srcrelease}.tar.bz2 Patch0: lsb-release-3.1-update-init-functions.patch @@ -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 (#1625584) + * Wed Jan 27 2021 Fedora Release Engineering - 4.1-52 - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild