public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/nemo] rawhide: Remove unnecessary '%ldconfig_scriptlets extensions'
@ 2026-07-26 20:57 Michal Schorm
0 siblings, 0 replies; only message in thread
From: Michal Schorm @ 2026-07-26 20:57 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/nemo
Branch : rawhide
Commit : a01f7edfb1e4715afba3a18afe7c4c63aa273333
Author : Michal Schorm <mschorm@redhat.com>
Date : 2026-07-26T19:23:59+02:00
Stats : +0/-2 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/nemo/c/a01f7edfb1e4715afba3a18afe7c4c63aa273333?branch=rawhide
Log:
Remove unnecessary '%ldconfig_scriptlets extensions'
Since Fedora 28 (2018), RPM file triggers automatically run ldconfig
when shared libraries are installed or removed from standard library
directories. The explicit '%ldconfig_scriptlets' macro is redundant.
Reference: https://fedoraproject.org/wiki/Changes/RemoveObsoleteScriptlets
The nemo-extensions subpackage ships 'libnemo-extension.so.*' in
'%{_libdir}/' (a standard library path), so ldconfig is handled
automatically by file triggers.
The macro was added in commit 58b70f4 (2018-02-05, "update to git
snapshot") when the spec transitioned from explicit '%post -p
/sbin/ldconfig' to the '%ldconfig_scriptlets' macro. It was never
removed after file triggers made it unnecessary.
Co-Authored-By: Claude AI <noreply@anthropic.com>
---
diff --git a/nemo.spec b/nemo.spec
index 028c034..d94a6a8 100644
--- a/nemo.spec
+++ b/nemo.spec
@@ -126,8 +126,6 @@ mkdir -p %{buildroot}%{_libdir}/nemo/extensions-3.0/
rm %{buildroot}%{_datadir}/nemo/search-helpers/id3.nemo_search_helper
rm %{buildroot}%{_datadir}/nemo/search-helpers/pdf2txt.nemo_search_helper
-%ldconfig_scriptlets extensions
-
%files
%doc AUTHORS NEWS
%license COPYING COPYING-DOCS
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-07-26 20:57 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-07-26 20:57 [rpms/nemo] rawhide: Remove unnecessary '%ldconfig_scriptlets extensions' Michal Schorm
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox