Gracefully handle packages breaking because of soname bumps (#1116)
Fixes #893. Changes: * New action: "pmbootstrap pkgrel_bump" * pmbootstrap detects missing soname depends when trying to install anyting, and suggests "pkgrel_bump --auto" to fix it * Testcase test_soname_bump.py checks the pmOS binary package repo for soname breakage, so we see it when CI runs for new PRs * libsamsung-ipc: bump pkgrel because of soname bump
This commit is contained in:
parent
bf0a5f0a21
commit
f5759c1e06
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
pkgname=libsamsung-ipc
|
||||
pkgver=6.0_0002
|
||||
_pkgver=${pkgver/_/-}
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
pkgdesc="Implementation of Samsung modem protocol"
|
||||
url="https://redmine.replicant.us/projects/replicant/wiki/Libsamsung-ipc"
|
||||
arch="all"
|
||||
|
|
Loading…
Reference in a new issue