[uhttpmock/f20] Tighten the .so glob to avoid accidental soname bumps

pwithnall pwithnall at fedoraproject.org
Sun Jun 22 11:20:25 UTC 2014


commit 5ab6a93dd06e6a0d20431111bc9efd80e41490d5
Author: Philip Withnall <philip.withnall at collabora.co.uk>
Date:   Sun Jun 22 11:56:30 2014 +0100

    Tighten the .so glob to avoid accidental soname bumps

 uhttpmock.spec |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/uhttpmock.spec b/uhttpmock.spec
index ee96d36..c644693 100644
--- a/uhttpmock.spec
+++ b/uhttpmock.spec
@@ -63,7 +63,7 @@ rm -f $RPM_BUILD_ROOT%{_libdir}/*.la
 
 %files
 %doc README COPYING NEWS AUTHORS
-%{_libdir}/libuhttpmock-%{uhm_api_version}.so.*
+%{_libdir}/libuhttpmock-%{uhm_api_version}.so.0*
 %{_libdir}/girepository-1.0/Uhm-%{uhm_api_version}.typelib
 
 %files devel


More information about the scm-commits mailing list