public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Yaakov Selkowitz <yselkowi@redhat.com>
To: git-commits@fedoraproject.org
Subject: [rpms/libsidplayfp] rawhide: Fix %files listing
Date: Wed, 23 Sep 2026 13:37:25 GMT [thread overview]
Message-ID: <179017064530.1.13876577644655181667.rpms-libsidplayfp-e9cec0e52167@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/libsidplayfp
Branch : rawhide
Commit : e9cec0e52167756050c6e50e203123c6d65643df
Author : Yaakov Selkowitz <yselkowi@redhat.com>
Date : 2026-09-23T09:36:46-04:00
Stats : +2/-2 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/libsidplayfp/c/e9cec0e52167756050c6e50e203123c6d65643df?branch=rawhide
Log:
Fix %files listing
.so.* is forbidden by packaging guidelines, as it results in SONAME version
changes to go unnoticed.
---
diff --git a/libsidplayfp.spec b/libsidplayfp.spec
index 2e19298..d1af296 100644
--- a/libsidplayfp.spec
+++ b/libsidplayfp.spec
@@ -58,8 +58,8 @@ find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'
%files
%doc AUTHORS.md NEWS.md README.md TODO
%license COPYING
-%{_libdir}/libsidplayfp.so.*
-%{_libdir}/libstilview.so.*
+%{_libdir}/libsidplayfp.so.7{,.*}
+%{_libdir}/libstilview.so.0{,.*}
%files devel
%{_libdir}/libsidplayfp.so
reply other threads:[~2026-09-23 13:37 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=179017064530.1.13876577644655181667.rpms-libsidplayfp-e9cec0e52167@fedoraproject.org \
--to=yselkowi@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