public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/libffado] rawhide: Hard-code ABI version to avoid accidental SONAME changes
@ 2026-07-25 21:42 Dominik 'Rathann' Mierzejewski
0 siblings, 0 replies; only message in thread
From: Dominik 'Rathann' Mierzejewski @ 2026-07-25 21:42 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/libffado
Branch : rawhide
Commit : fca4530c886b0dc6b38587949ee52dc993c28449
Author : Dominik 'Rathann' Mierzejewski <dominik@greysector.net>
Date : 2026-07-25T23:38:40+02:00
Stats : +2/-1 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/libffado/c/fca4530c886b0dc6b38587949ee52dc993c28449?branch=rawhide
Log:
Hard-code ABI version to avoid accidental SONAME changes
[skip changelog]
Signed-off-by: Nils Philippsen <nils@tiptoe.de>
---
diff --git a/libffado.spec b/libffado.spec
index 366e7ac..cdbc32a 100644
--- a/libffado.spec
+++ b/libffado.spec
@@ -130,7 +130,8 @@ install -m 755 tests/ffado-test %{buildroot}%{_bindir}
%files
%license LICENSE.*
%doc AUTHORS ChangeLog README
-%{_libdir}/libffado.so.*
+%{_libdir}/libffado.so.2
+%{_libdir}/libffado.so.2.*
%dir %{_datadir}/libffado/
%{_datadir}/libffado/configuration
%{_prefix}/lib/udev/rules.d/*
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-07-25 21:42 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-07-25 21:42 [rpms/libffado] rawhide: Hard-code ABI version to avoid accidental SONAME changes Dominik 'Rathann' Mierzejewski
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox