From 66be3003d2d61ff581bcc0cdba491e601587e680 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Zbigniew=20J=C4=99drzejewski-Szmek?= Date: Sun, 14 Jul 2024 11:28:29 +0200 Subject: [PATCH] Use a more precise Recommends for libkxbcommon The old one was the first one added, and referred to the package. The later ones refer to the soname. Let's convert that one to that too. (cherry picked from commit a3524fc837f5e7b68f86b3e0a9d470a94a04c4c8) --- systemd.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/systemd.spec b/systemd.spec index b20f550..a933567 100644 --- a/systemd.spec +++ b/systemd.spec @@ -233,7 +233,6 @@ Requires: %{name}-libs%{_isa} = %{version}-%{release} %{?fedora:Recommends: %{name}-resolved = %{version}-%{release}} Recommends: diffutils Requires: (util-linux-core or util-linux) -Recommends: libxkbcommon%{_isa} Provides: /bin/systemctl Provides: /sbin/shutdown Provides: syslog @@ -275,6 +274,7 @@ Provides: /usr/sbin/telinit %endif # Recommends to replace normal Requires deps for stuff that is dlopen()ed +Recommends: libxkbcommon.so.0%{?elf_suffix} Recommends: libidn2.so.0%{?elf_suffix} Recommends: libidn2.so.0(IDN2_0.0.0)%{?elf_bits} Recommends: libpcre2-8.so.0%{?elf_suffix}