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



--- Comment #25 from Scott Talbert <[email protected]> ---
> # rhel need to call ldconfig
> %if 0%{?rhel}
> %global ldconfig /usr/sbin/ldconfig
> %endif

Actually, I think the problem is that the actual path is /sbin/ldconfig not
/usr/sbin/ldconfig.  The file-based Provides seem to only work for the real
path, not symlinked ones.  I don't know how you are able to install it onto
your system.  Are you using dnf to install it?

Also, I think you could keep the rhel version check and do something like:
%if 0%{?rhel} && 0%{?rhel} <=7

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are always notified about changes to this product and component
_______________________________________________
package-review mailing list -- [email protected]
To unsubscribe send an email to [email protected]
Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/[email protected]

Reply via email to