https://bugzilla.redhat.com/show_bug.cgi?id=2051008 --- Comment #49 from Neal Gompa <ngompa13@xxxxxxxxx> --- > %ldconfig_scriptlets libavcodec%{?pkg_suffix} > %ldconfig_scriptlets libavdevice%{?pkg_suffix} > %ldconfig_scriptlets libavfilter%{?pkg_suffix} > %ldconfig_scriptlets libavformat%{?pkg_suffix} > %ldconfig_scriptlets libavutil%{?pkg_suffix} > %ldconfig_scriptlets libpostproc%{?pkg_suffix} > %ldconfig_scriptlets libswresample%{?pkg_suffix} > %ldconfig_scriptlets libswscle%{?pkg_suffix} This is missing "-n", so it should be like so: %ldconfig_scriptlets -n libavcodec%{?pkg_suffix} %ldconfig_scriptlets -n libavdevice%{?pkg_suffix} %ldconfig_scriptlets -n libavfilter%{?pkg_suffix} %ldconfig_scriptlets -n libavformat%{?pkg_suffix} %ldconfig_scriptlets -n libavutil%{?pkg_suffix} %ldconfig_scriptlets -n libpostproc%{?pkg_suffix} %ldconfig_scriptlets -n libswresample%{?pkg_suffix} %ldconfig_scriptlets -n libswscle%{?pkg_suffix} -- 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 https://bugzilla.redhat.com/show_bug.cgi?id=2051008 _______________________________________________ package-review mailing list -- package-review@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe send an email to package-review-leave@xxxxxxxxxxxxxxxxxxxxxxx Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/ List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/package-review@xxxxxxxxxxxxxxxxxxxxxxx Do not reply to spam on the list, report it: https://pagure.io/fedora-infrastructure