After modifying the script to strip comments and running it against the
most recent version of rawhide on my local mirror, I found that abrt,
pcsc-cyberjack and slic3r dropped off the list.  But I found that libdnf
actually appeared on the list when it wasn't before..  I checked the
package and that's correct; in commit
a5902b6c02cfe6f5f1338da3744f4c25e029fcde the %ldconfig_scriptlets macro
was removed and replaced with the old incorrect direct ldconfig calls.

https://src.fedoraproject.org/rpms/libdnf/c/a5902b6c02cfe6f5f1338da3744f4c25e029fcde?branch=master

Supposedly this is on purpose, to keep specfile compatibility with
RHEL7, but then the correct way to do that is to conditionalize the
scriptlets by wrapping them in

%if (0%{?rhel} && 0%{?rhel} <= 7)
...
%endif

The macros do of course work in EPEL but I guess EPEL compatibility
isn't the issue.

 - J<
_______________________________________________
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org
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/devel@lists.fedoraproject.org/message/DXPHCOBSVR2VGFTNLYO2T77BPI3UEJTI/

Reply via email to