'undefined symbol: seccomp_notify_free' after upgrade

Hi
openSuSE 15.3, I ran a zypper up this morning and since then I’ve been getting the following error.
symbol lookup error: /usr/lib64/liblxc.so.1: undefined symbol: seccomp_notify_free

I’m running lxc 4.0.12-lp153.2.6.1

ldd /usr/bin/lxc-ls
linux-vdso.so.1 (0x00007fff77bce000)
liblxc.so.1 => /usr/lib64/liblxc.so.1 (0x00007f1f6d406000)
libseccomp.so.2 => /usr/lib64/libseccomp.so.2 (0x00007f1f6d1bf000)
libselinux.so.1 => /lib64/libselinux.so.1 (0x00007f1f6cf96000)
libutil.so.1 => /lib64/libutil.so.1 (0x00007f1f6cd92000)
libpthread.so.0 => /lib64/libpthread.so.0 (0x00007f1f6cb6f000)
libcap.so.2 => /usr/lib64/libcap.so.2 (0x00007f1f6c96a000)
libgcc_s.so.1 => /lib64/libgcc_s.so.1 (0x00007f1f6c751000)
libc.so.6 => /lib64/libc.so.6 (0x00007f1f6c35c000)
/lib64/ld-linux-x86-64.so.2 (0x00007f1f6d981000)
libpcre.so.1 => /usr/lib64/libpcre.so.1 (0x00007f1f6c0d3000)
libdl.so.2 => /lib64/libdl.so.2 (0x00007f1f6becf000)

Any ideas how to fix this ?
Thanks

Sounds like something bad may have happened to the libseccomp package?
You probably will want to report that on the OpenSUSE bugtracker.

It sounds like you either have LXC built and linked against a libseccomp version that’s more recent than what’s in the distro, or a bad libseccomp update that removed a symbol that used to be exported.

In either case, it’s something your package maintainer will want to look into.