attempt to fix RPM spec file after recent soversion bump

In Ic66eb67254d35f02ec8cdea4d79fa4b1899e8230 the soversion was
chhanged (e.g. libosmoabis.so.9 to libosmoabis.so.10) but the
spec.in file was not adjusted accordingly.

Change-Id: I0ca9eb5a60557a1bc8e3611fdd2668469ac19031
This commit is contained in:
Harald Welte 2021-02-24 09:29:59 +01:00
parent de169199b9
commit 956656452d
1 changed files with 1 additions and 1 deletions

View File

@ -127,7 +127,7 @@ make %{?_smp_mflags} check || (find . -name testsuite.log -exec cat {} +)
%files -n libosmoabis10
%defattr(-,root,root)
%_libdir/libosmoabis.so.9*
%_libdir/libosmoabis.so.10*
%files -n libosmoabis-devel
%defattr(-,root,root)