public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/icecream] rawhide: remove ldconfig calls from scriptlets
@ 2026-07-29 11:52 Michal Schmidt
  0 siblings, 0 replies; only message in thread
From: Michal Schmidt @ 2026-07-29 11:52 UTC (permalink / raw)
  To: git-commits

            A new commit has been pushed.

            Repo   : rpms/icecream
            Branch : rawhide
            Commit : 979c2c27a6ee62138d516b205ea952db3408b996
            Author : Michal Schmidt <mschmidt@redhat.com>
            Date   : 2026-07-29T09:40:49+02:00
            Stats  : +0/-2 in 1 file(s)
            URL    : https://src.fedoraproject.org/rpms/icecream/c/979c2c27a6ee62138d516b205ea952db3408b996?branch=rawhide

            Log:
            remove ldconfig calls from scriptlets

These haven't been needed since Fedora 28.
https://fedoraproject.org/wiki/Changes/Removing_ldconfig_scriptlets

[skip changelog]

---
diff --git a/icecream.spec b/icecream.spec
index 607fd67..7e66038 100644
--- a/icecream.spec
+++ b/icecream.spec
@@ -182,7 +182,6 @@ for selinuxvariant in %{selinux_variants}; do
 done
 %endif
 %post
-/sbin/ldconfig
 %if %{with selinux}
 for selinuxvariant in %{selinux_variants}; do
 	semodule -s ${selinuxvariant} -i \
@@ -228,7 +227,6 @@ fi
 exit 0
 
 %postun
-/sbin/ldconfig
 %systemd_postun_with_restart iceccd.service icecc-scheduler.service
 %if %{with selinux}
 if [ $1 -eq 0 ]; then # Final removal

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2026-07-29 11:52 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-07-29 11:52 [rpms/icecream] rawhide: remove ldconfig calls from scriptlets Michal Schmidt

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox