From b7a7905946bec66475f40819770c3f293003474a Mon Sep 17 00:00:00 2001 From: Kalev Lember Date: Wed, 17 Aug 2016 11:44:34 +0200 Subject: [PATCH] Tighten soname glob ... so that a version bump doesn't accidentally bump the soname and break dependencies. --- libgexiv2.spec | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/libgexiv2.spec b/libgexiv2.spec index 440920e..406723e 100644 --- a/libgexiv2.spec +++ b/libgexiv2.spec @@ -89,7 +89,7 @@ mv $RPM_BUILD_ROOT%{_datadir}/gir-1.0/GExiv2-0.10.typelib \ %files %license COPYING %doc AUTHORS THANKS README -%{_libdir}/libgexiv2.so.* +%{_libdir}/libgexiv2.so.2* %{_libdir}/girepository-1.0/GExiv2-0.10.typelib %files devel @@ -116,6 +116,7 @@ mv $RPM_BUILD_ROOT%{_datadir}/gir-1.0/GExiv2-0.10.typelib \ - Use license macro for COPYING - Rename python2 and python3 subpackages are per latest guidelines - Use make_install and make_build macros +- Tighten soname glob * Tue Jul 19 2016 Fedora Release Engineering - 0.10.3-7 - https://fedoraproject.org/wiki/Changes/Automatic_Provides_for_Python_RPM_Packages