mirror of
https://gitlab.com/apparmor/apparmor
synced 2025-09-04 08:15:21 +00:00
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.
This commit is contained in:
@@ -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
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user