2
0
mirror of https://gitlab.com/apparmor/apparmor synced 2025-08-30 22:05:27 +00:00

Merge Fix 2.13 libapparmor so version

ab0f4ab2ed increased `AA_LIB_REVISION` and `AA_LIB_AGE`, with the result that 2.13.5 builds `libapparmor.so.0.7.3`, while 2.13.4 had `libapparmor-1.6.2`

This patch reverts the `AA_LIB_AGE` increase to fix the so name so that we'll get `libapparmor-1.6.3`.

Note: If you want to apply this fix on top of the 2.13.5 tarball, you'll need to also apply the patch to `Makefile.in`.

MR: https://gitlab.com/apparmor/apparmor/-/merge_requests/658
Acked-by: John Johansen <john.johansen@canonical.com>
This commit is contained in:
John Johansen
2020-10-20 10:39:27 +00:00

View File

@@ -28,7 +28,7 @@ INCLUDES = $(all_includes)
# #
AA_LIB_CURRENT = 7 AA_LIB_CURRENT = 7
AA_LIB_REVISION = 3 AA_LIB_REVISION = 3
AA_LIB_AGE = 7 AA_LIB_AGE = 6
SUFFIXES = .pc.in .pc SUFFIXES = .pc.in .pc