aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHarald Welte <laforge@osmocom.org>2021-02-24 09:29:59 +0100
committerHarald Welte <laforge@osmocom.org>2021-02-24 09:29:59 +0100
commit956656452db92f6c3d8f7d4a89d5ef30cc1a192a (patch)
treeaa4123a75d48c8aa28089a7b322c20bfa50fa7f1
parentde169199b96010cac26ca43e968fea68f9fac9bd (diff)
attempt to fix RPM spec file after recent soversion bumplaforge/spec
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
-rw-r--r--contrib/libosmo-abis.spec.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/libosmo-abis.spec.in b/contrib/libosmo-abis.spec.in
index 2448564..629db97 100644
--- a/contrib/libosmo-abis.spec.in
+++ b/contrib/libosmo-abis.spec.in
@@ -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)