Skip to content

add `abi` info field

Paul Spooren requested to merge aparcar/apk-tools:abi into master

The ABI field helps to maintain compatibility between major release bumps. Since it's usually attached to the filename it should be included in the metadata to know the actually installed package.

To illustrate,, libc5 is really libc. If a new firmware is created it should contain libc, not libc5 specifically since it could have moved on to libc6 etc.

Signed-off-by: Paul Spooren mail@aparcar.org

Merge request reports