From: Lennart Poettering Date: Fri, 24 Feb 2023 10:15:46 +0000 (+0100) Subject: libsystemd: sd_journal_get_seqnum() must be tagged with 254 symver, not 253 X-Git-Tag: v254-rc1~1162 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ccacde77f32e61422049e587097d8c0c7217e3a5;p=thirdparty%2Fsystemd.git libsystemd: sd_journal_get_seqnum() must be tagged with 254 symver, not 253 This is a follow-up for b1712fabd1702640b04b0acdbba2d78294313a4d which was prepped for 253, but merged into early 254 development cycle. It thus had the symbol it adds at the wrong symver. Fix thta. --- diff --git a/src/libsystemd/libsystemd.sym b/src/libsystemd/libsystemd.sym index 8b5edabb75e..6ac6c7cef89 100644 --- a/src/libsystemd/libsystemd.sym +++ b/src/libsystemd/libsystemd.sym @@ -810,11 +810,11 @@ global: sd_pidfd_get_unit; sd_pidfd_get_user_slice; sd_pidfd_get_user_unit; - sd_journal_get_seqnum; } LIBSYSTEMD_252; LIBSYSTEMD_254 { global: + sd_journal_get_seqnum; sd_session_get_username; sd_session_get_start_time; } LIBSYSTEMD_253;