[apparmor] libapparmor version in 2.11.95

John Johansen john.johansen at canonical.com
Tue Oct 31 16:31:07 UTC 2017


On 10/31/2017 07:09 AM, Christian Boltz wrote:
> Hello,
> 
> rpm -qpl libapparmor1-2.11.1-512.2.x86_64.rpm 
> /usr/lib64/libapparmor.so.1
> /usr/lib64/libapparmor.so.1.4.1
> 
> libapparmor1-2.11.95-0.x86_64.rpm 
> /usr/lib64/libapparmor.so.1
> /usr/lib64/libapparmor.so.1.4.0
> 
> so 2.11.95 and trunk have a lower libapparmor version than 2.11.1 :-(
> 
hrmmm, yes we tend to only bump the library abi before actual release,
when 2.12 is released it would be bumped as well, but its possible
we could have, and should have in this case bumped it for the beta

> 
> I therefore propose to forward-port half of 2.11 r3681 to trunk:
> 
> [ libapparmor-fix-version.diff ]
> 
> === modified file 'libraries/libapparmor/src/Makefile.am'
> --- libraries/libapparmor/src/Makefile.am   2016-03-19 08:03:18 +0000
> +++ libraries/libapparmor/src/Makefile.am   2017-10-19 09:13:37 +0000
> @@ -27,7 +27,7 @@
>  # http://www.gnu.org/software/libtool/manual/html_node/Libtool-versioning.html
>  #
>  AA_LIB_CURRENT = 5
> -AA_LIB_REVISION = 0
> +AA_LIB_REVISION = 1
>  AA_LIB_AGE = 4
>  
>  SUFFIXES = .pc.in .pc
> 
> 
> Unfortunately applying this as patch in the spec file means that I'd 
> have to add BuildRequires: automake (and possibly more).
> 
> 
> Regards,
> 
> Christian Boltz
> 
> 
> 




More information about the AppArmor mailing list