From 569de0fee30756499756408bb5f68c09b008c15c Mon Sep 17 00:00:00 2001 From: Stephen Gallagher Date: Thu, 8 Dec 2022 12:47:08 -0500 Subject: [PATCH] Specify the soname explicitly This will help prevent accidentally bumping the soname without being aware of it. Signed-off-by: Stephen Gallagher --- libunistring.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libunistring.spec b/libunistring.spec index 1a5e165..00755fc 100644 --- a/libunistring.spec +++ b/libunistring.spec @@ -41,7 +41,7 @@ mv $RPM_BUILD_ROOT%{_datadir}/doc/%{name} __doc %files %license COPYING COPYING.LIB %doc AUTHORS NEWS README -%{_libdir}/%{name}.so.* +%{_libdir}/%{name}.so.5* %files devel %doc HACKING DEPENDENCIES THANKS ChangeLog