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] rawhide: Fix '__requires_exclude' to match actual private libraries
Date: Sun, 26 Jul 2026 14:03:44 GMT [thread overview]
Message-ID: <178507462403.1.14219851809380968946.rpms-cinnamon-b2955551c4f2@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/cinnamon
Branch : rawhide
Commit : b2955551c4f2d699f3120f871d6f4dafcb528f40
Author : Michal Schorm <mschorm@redhat.com>
Date : 2026-07-26T14:08:30+02:00
Stats : +1/-1 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/cinnamon/c/b2955551c4f2d699f3120f871d6f4dafcb528f40?branch=rawhide
Log:
Fix '__requires_exclude' to match actual private libraries
The old filter matched 'libcinnamon.so' (correct) and
'libcinnamon-js.so' (does not exist). The actual private libraries
installed to '%{_libdir}/cinnamon/' are 'libcinnamon.so' (from
'src/meson.build') and 'libst.so' (from 'src/st/meson.build'):
https://github.com/linuxmint/cinnamon/blob/6.7.4-unstable/src/meson.build#L149-L158
https://github.com/linuxmint/cinnamon/blob/6.7.4-unstable/src/st/meson.build#L193-L206
Also escape the dots in the regex so they match literal periods
instead of any character.
Co-Authored-By: Claude AI <noreply@anthropic.com>
---
diff --git a/cinnamon.spec b/cinnamon.spec
index cef2920..47cf1f6 100644
--- a/cinnamon.spec
+++ b/cinnamon.spec
@@ -1,4 +1,4 @@
-%global __requires_exclude ^lib%{name}.so|^lib%{name}-js.so
+%global __requires_exclude ^libcinnamon\.so|^libst\.so
%global cjs_version 140.0
%global cinnamon_desktop_version 6.7.1
reply other threads:[~2026-07-26 14:03 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=178507462403.1.14219851809380968946.rpms-cinnamon-b2955551c4f2@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