From 3a731806c1e66299e9bb269222f2cfa8441b6904 Mon Sep 17 00:00:00 2001 From: Kalev Lember Date: Mon, 22 Mar 2021 12:29:27 +0100 Subject: [PATCH] Tighten soname globs This can avoid accidental soname bumps in the future. --- gjs.spec | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/gjs.spec b/gjs.spec index 0dbc5b2..40de5b4 100644 --- a/gjs.spec +++ b/gjs.spec @@ -78,14 +78,14 @@ the functionality of the installed gjs package. %doc NEWS README.md %{_bindir}/gjs %{_bindir}/gjs-console -%{_libdir}/*.so.* -%{_libdir}/gjs +%{_libdir}/gjs/ +%{_libdir}/libgjs.so.0* %files devel %doc examples/* %{_includedir}/gjs-1.0 %{_libdir}/pkgconfig/gjs-1.0.pc -%{_libdir}/*.so +%{_libdir}/libgjs.so %dir %{_datadir}/gjs-1.0 %{_datadir}/gjs-1.0/lsan/ %{_datadir}/gjs-1.0/valgrind/ @@ -98,6 +98,7 @@ the functionality of the installed gjs package. %changelog * Mon Mar 22 2021 Kalev Lember - 1.68.0-1 - Update to 1.68.0 +- Tighten soname globs * Fri Mar 19 2021 Adam Williamson - 1.67.3-3 - Replace MR #585 reversion with MR #588, hopefully correct fix