From: Jan Stancek <jstan...@redhat.com> kernel.spec: drop obsolete ldconfig
This ldconfig is misplaced and over the years it was just added to whatever sub-package %post section happened to be the last one preceding it, e.g. zfcdump, kdump, xen, etc. The weird side effect of this was a strange error for rtonly builds: /sbin/ldconfig: Can't create temporary cache file /etc/ld.so.cache~: Permission denied This happened because all %post sections were behind %if conditions that were never true. So instead of this ldconfig landing in %post somewhere "randomly", it became part of commands for %install section and got executed inside the build. Remove it. Signed-off-by: Jan Stancek <jstan...@redhat.com> diff --git a/redhat/kernel.spec.template b/redhat/kernel.spec.template index blahblah..blahblah 100644 --- a/redhat/kernel.spec.template +++ b/redhat/kernel.spec.template @@ -3145,11 +3145,6 @@ fi\ %kernel_variant_post -v zfcpdump %endif -if [ -x /sbin/ldconfig ] -then - /sbin/ldconfig -X || exit $? -fi - ### ### file lists ### -- https://gitlab.com/cki-project/kernel-ark/-/merge_requests/2503 _______________________________________________ kernel mailing list -- kernel@lists.fedoraproject.org To unsubscribe send an email to kernel-le...@lists.fedoraproject.org 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/kernel@lists.fedoraproject.org Do not reply to spam, report it: https://pagure.io/fedora-infrastructure/new_issue