Change in libosmo-abis[master]: debian: Conflict libosmoabis6 with libosmoabis5

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/.

Harald Welte gerrit-no-reply at lists.osmocom.org
Tue Sep 4 17:31:34 UTC 2018


Harald Welte has submitted this change and it was merged. ( https://gerrit.osmocom.org/10765 )

Change subject: debian: Conflict libosmoabis6 with libosmoabis5
......................................................................

debian: Conflict libosmoabis6 with libosmoabis5

In previous commit 9540f59b1daeac36d71b20ac9cefe15019d6277c, libosmoabis
packaging was fixed to match its contained major lib version.
However, systems using nightly may run into issues when upgrading since
now libosmoabis6 in repo tries to overwrite libosmoabis5 in their system
and fails. By using Conflicts + Replaces it should do it now without
erroring.

Fixes: OS#3365
Change-Id: If98ae21670f13554da5aa46fe30741d56631fd8c
---
M debian/control
1 file changed, 4 insertions(+), 0 deletions(-)

Approvals:
  Harald Welte: Looks good to me, approved
  Jenkins Builder: Verified



diff --git a/debian/control b/debian/control
index 9a4b27d..e47fc22 100644
--- a/debian/control
+++ b/debian/control
@@ -31,6 +31,10 @@
 Section: libs
 Architecture: any
 Multi-Arch: same
+# Due to previous release issues, libosmoabis5 actually installed same libosmoabis.so.6 file.
+# Once major is increased to 7, following two lines below can be dropped:
+Conflicts: libosmoabis5
+Replaces: libosmoabis5
 Depends: ${shlibs:Depends},
          ${misc:Depends}
 Description: GSM A-bis handling

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

Gerrit-Project: libosmo-abis
Gerrit-Branch: master
Gerrit-MessageType: merged
Gerrit-Change-Id: If98ae21670f13554da5aa46fe30741d56631fd8c
Gerrit-Change-Number: 10765
Gerrit-PatchSet: 2
Gerrit-Owner: Pau Espin Pedrol <pespin at sysmocom.de>
Gerrit-Reviewer: Harald Welte <laforge at gnumonks.org>
Gerrit-Reviewer: Jenkins Builder (1000002)
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20180904/70713849/attachment.htm>


More information about the gerrit-log mailing list