Update libbpf soname

The libbpf package now ships the libbpf.so.1 soname, so update our
spec to match that.
This commit is contained in:
Daan De Meyer 2023-08-03 23:13:03 +02:00
parent d9fe7ec043
commit 6775af66c5
1 changed files with 2 additions and 2 deletions

View File

@ -260,8 +260,8 @@ Recommends: libpwquality.so.1(LIBPWQUALITY_1.0)%{?elf_bits}
%if %{undefined rhel}
Recommends: libqrencode.so.4%{?elf_suffix}
%endif
Recommends: libbpf.so.0%{?elf_suffix}
Recommends: libbpf.so.0(LIBBPF_0.4.0)%{?elf_bits}
Recommends: libbpf.so.1%{?elf_suffix}
Recommends: libbpf.so.1(LIBBPF_0.4.0)%{?elf_bits}
# used by systemd-coredump and systemd-analyze
Recommends: libdw.so.1%{?elf_suffix}