#5 We may use ldconfig instead sln to fix (#1625584)
Closed 2 years ago by fweimer. Opened 4 years ago by sergiomb.
Unknown source master  into  rawhide

file modified
+9 -4
@@ -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
@@ -620,15 +620,15 @@

  fi

  

  %ifnarch %{ix86}

-   /sbin/sln %{ldso} /%{_lib}/%{lsbldso} || :

+   /sbin/ldconfig %{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 || :

+       /sbin/ldconfig /emul/ia32-linux/lib/%{ldso} /%{_lib}/%{lsbldso}.$LSBVER || :

      done

    else

      for LSBVER in %{lsbsover}; do

-       /sbin/sln %{ldso} /%{_lib}/%{lsbldso}.$LSBVER || :

+       /sbin/ldconfig %{ldso} /%{_lib}/%{lsbldso}.$LSBVER || :

      done

    fi

  %endif
@@ -752,6 +752,11 @@

  

  

  %changelog

+ * Fri Apr 30 2021 Sérgio Basto <sergio@serjux.com> - 4.1-53

+ - We may use ldconfig instead sln to fix (#1625584) from rhbz #1315476 (making

+   sln and ldconfig the same binary) we can deduce that sln and ldconfig are the

+   same binary.

+ 

  * Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 4.1-52

  - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild

  

from rhbz #1315476 (making sln and ldconfig the same binary) we can deduce that sln and ldconfig are the same binary.

https://bugzilla.redhat.com/show_bug.cgi?id=1625584

rebased onto 4f5fb21

4 years ago

@ovasik any idea when this could get merged?

rebased onto f5676a2

2 years ago

Pull-Request has been closed by fweimer

2 years ago