libnm: adjust symbol versioning of deprecating NMActiveConnection Master property

The symbol "nm_active_connection_get_controller" was backported to
1.42.1+. Since 1.44 is not yet released, move the symbol from
libnm_1_44 to libnm_1_42_2, like it is on 1.42.2 release. That way, we
don't need to duplicate the symbol while 1.44 being forward compatible
with 1.42.2.
This commit is contained in:
Wen Liang 2023-02-21 15:02:13 -05:00
parent da3c9e470e
commit cefe4a7885

View file

@ -1922,12 +1922,12 @@ global:
libnm_1_42_2 {
global:
nm_active_connection_get_controller;
nm_setting_ip_config_get_replace_local_rule;
} libnm_1_42_0;
libnm_1_44_0 {
global:
nm_active_connection_get_controller;
nm_setting_gsm_get_initial_eps_apn;
nm_setting_gsm_get_initial_eps_config;
} libnm_1_42_0;