From 6775af66c5afdce348038ad3d79a23cd57b97972 Mon Sep 17 00:00:00 2001 From: Daan De Meyer Date: Thu, 3 Aug 2023 23:13:03 +0200 Subject: [PATCH] Update libbpf soname The libbpf package now ships the libbpf.so.1 soname, so update our spec to match that. --- systemd.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/systemd.spec b/systemd.spec index 81bd3ae..af22e4b 100644 --- a/systemd.spec +++ b/systemd.spec @@ -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}