public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Michal Schorm <mschorm@redhat.com>
To: git-commits@fedoraproject.org
Subject: [rpms/cinnamon-screensaver] rawhide: Remove unnecessary '%ldconfig_scriptlets'
Date: Sat, 25 Jul 2026 17:49:13 GMT [thread overview]
Message-ID: <178500175354.1.10600916560993093379.rpms-cinnamon-screensaver-aaf735f3ef2c@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/cinnamon-screensaver
Branch : rawhide
Commit : aaf735f3ef2cd9fe6c6066b41d658fd02679f38f
Author : Michal Schorm <mschorm@redhat.com>
Date : 2026-07-25T15:56:58+02:00
Stats : +0/-2 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/cinnamon-screensaver/c/aaf735f3ef2cd9fe6c6066b41d658fd02679f38f?branch=rawhide
Log:
Remove unnecessary '%ldconfig_scriptlets'
The only .so file ('libcscreensaver.so') is installed into
'%{_libexecdir}/cinnamon-screensaver/', which is not a standard
ldconfig search path. The ldconfig scriptlet does nothing useful.
'meson.build' line 17: pkglibdir = join_paths(libexecdir, meson.project_name())
https://github.com/linuxmint/cinnamon-screensaver/blob/6.7.1-unstable/meson.build#L17
'libcscreensaver/meson.build' line 146: install_dir: pkglibdir
https://github.com/linuxmint/cinnamon-screensaver/blob/6.7.1-unstable/libcscreensaver/meson.build#L146
'libcscreensaver/meson.build' lines 140-148: library() definition
https://github.com/linuxmint/cinnamon-screensaver/blob/6.7.1-unstable/libcscreensaver/meson.build#L140-L148
Co-Authored-By: Claude AI <noreply@anthropic.com>
---
diff --git a/cinnamon-screensaver.spec b/cinnamon-screensaver.spec
index 17f5e6a..68d9ce6 100644
--- a/cinnamon-screensaver.spec
+++ b/cinnamon-screensaver.spec
@@ -78,8 +78,6 @@ chmod a+x %{buildroot}%{_datadir}/cinnamon-screensaver/pamhelper/authClient.py
# Delete development files
rm %{buildroot}%{_datadir}/gir-1.0/CScreensaver-1.0.gir
-%ldconfig_scriptlets
-
%files
%doc AUTHORS NEWS README.md
%license COPYING COPYING.LIB
reply other threads:[~2026-07-25 17:49 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=178500175354.1.10600916560993093379.rpms-cinnamon-screensaver-aaf735f3ef2c@fedoraproject.org \
--to=mschorm@redhat.com \
--cc=git-commits@fedoraproject.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox