From de92f2fa61201a606f665e6839c8580291d0c864 Mon Sep 17 00:00:00 2001 From: Kalev Lember Date: Tue, 20 Aug 2019 16:01:33 +0200 Subject: [PATCH] Tighten spec file globs to avoid accidental soname bumps in the future --- libpeas.spec | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/libpeas.spec b/libpeas.spec index aceeb60..939698b 100644 --- a/libpeas.spec +++ b/libpeas.spec @@ -82,7 +82,7 @@ that are needed to write applications that use libpeas. %files -f libpeas-1.0.lang %doc AUTHORS NEWS README %license COPYING -%{_libdir}/libpeas-%{apiver}.so.* +%{_libdir}/libpeas-%{apiver}.so.0* %dir %{_libdir}/libpeas-%{apiver}/ %dir %{_libdir}/libpeas-%{apiver}/loaders %dir %{_libdir}/girepository-1.0 @@ -90,7 +90,7 @@ that are needed to write applications that use libpeas. %{_datadir}/icons/hicolor/*/actions/libpeas-plugin.* %files gtk -%{_libdir}/libpeas-gtk-%{apiver}.so.* +%{_libdir}/libpeas-gtk-%{apiver}.so.0* %{_libdir}/girepository-1.0/PeasGtk-%{apiver}.typelib %files loader-python3 @@ -113,6 +113,7 @@ that are needed to write applications that use libpeas. %changelog * Tue Aug 20 2019 Kalev Lember - 1.23.90.1-2 - Revert inadvertent soname bump +- Tighten spec file globs to avoid accidental soname bumps in the future * Tue Aug 20 2019 Kalev Lember - 1.23.90.1-1 - Update to 1.23.90.1