Comment # 5 on bug 1227202 from Michael Andres
@Anton: 
On my 15.5 system `zypper up` wanted to update to
libprotobuf-lite25_1_0-25.1-150500.12.2.2.
A restricted `zypper up zypper` however did not drag in this new
libprotobuf-lite25_1_0 version because the installed one claims to be
compatible (but apparently it is not).

I was able to fix it by manually downloading and installing the package: 

> # wget http://download.opensuse.org/update/leap/15.5/sle/x86_64/libprotobuf-lite25_1_0-25.1-150500.12.2.2.x86_64.rpm
> ...
> 2024-07-01 10:47:14 (4.95 MB/s) - ‘libprotobuf-lite25_1_0-25.1-150500.12.2.2.x86_64.rpm’ saved [226760/226760]

> # rpm -Uvh libprotobuf-lite25_1_0-25.1-150500.12.2.2.x86_64.rpm


You are receiving this mail because: