public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/libsidplayfp] rawhide: Fix %files listing
@ 2026-09-23 13:37 Yaakov Selkowitz
  0 siblings, 0 replies; only message in thread
From: Yaakov Selkowitz @ 2026-09-23 13:37 UTC (permalink / raw)
  To: git-commits

            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

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

only message in thread, other threads:[~2026-09-23 13:37 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-09-23 13:37 [rpms/libsidplayfp] rawhide: Fix %files listing Yaakov Selkowitz

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