Change in libosmocore[master]: attempt to fix RPM spec file after recent soversion bump

This is merely a historical archive of years 2008-2021, before the migration to mailman3.

A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/gerrit-log@lists.osmocom.org/.

laforge gerrit-no-reply at lists.osmocom.org
Wed Feb 24 08:28:41 UTC 2021


laforge has submitted this change. ( https://gerrit.osmocom.org/c/libosmocore/+/23082 )

Change subject: attempt to fix RPM spec file after recent soversion bump
......................................................................

attempt to fix RPM spec file after recent soversion bump

In I3bc0826c0000be4d76235ed6b5be86d216ea2e4d the soversion was
chhanged (e.g. libosmocore.so.16 to libosmocore.so.17) but the
spec.in file was not adjusted accordingly.

Change-Id: Id7e1e3feef6bda1a2d2a615a61635e22d550b5a3
---
M contrib/libosmocore.spec.in
1 file changed, 4 insertions(+), 4 deletions(-)

Approvals:
  laforge: Looks good to me, approved; Verified



diff --git a/contrib/libosmocore.spec.in b/contrib/libosmocore.spec.in
index b6791eb..df36e89 100644
--- a/contrib/libosmocore.spec.in
+++ b/contrib/libosmocore.spec.in
@@ -367,7 +367,7 @@
 
 %files -n libosmocore17
 %defattr(-,root,root)
-%_libdir/libosmocore.so.16*
+%_libdir/libosmocore.so.17*
 
 %files -n libosmocore-devel
 %defattr(-,root,root)
@@ -393,7 +393,7 @@
 
 %files -n libosmogb12
 %defattr(-,root,root)
-%_libdir/libosmogb.so.11*
+%_libdir/libosmogb.so.12*
 
 %files -n libosmogb-devel
 %defattr(-,root,root)
@@ -405,7 +405,7 @@
 
 %files -n libosmogsm16
 %defattr(-,root,root)
-%_libdir/libosmogsm.so.15*
+%_libdir/libosmogsm.so.16*
 
 %files -n libosmogsm-devel
 %defattr(-,root,root)
@@ -430,7 +430,7 @@
 
 %files -n libosmovty9
 %defattr(-,root,root)
-%_libdir/libosmovty.so.4*
+%_libdir/libosmovty.so.9*
 
 %files -n libosmovty-devel
 %defattr(-,root,root)

-- 
To view, visit https://gerrit.osmocom.org/c/libosmocore/+/23082
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings

Gerrit-Project: libosmocore
Gerrit-Branch: master
Gerrit-Change-Id: Id7e1e3feef6bda1a2d2a615a61635e22d550b5a3
Gerrit-Change-Number: 23082
Gerrit-PatchSet: 3
Gerrit-Owner: laforge <laforge at osmocom.org>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: laforge <laforge at osmocom.org>
Gerrit-Reviewer: pespin <pespin at sysmocom.de>
Gerrit-MessageType: merged
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20210224/3a35a7c8/attachment.htm>


More information about the gerrit-log mailing list