From d5d8f1ce854d929b03111f4c8509927e63b43944 Mon Sep 17 00:00:00 2001 From: David Tardon Date: Wed, 26 May 2021 09:22:00 +0200 Subject: [PATCH] Replace ELF dependency with a package name one It was wrong anyway, as it worked only on 64-bit architectures. Related: #1947941 --- systemd.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/systemd.spec b/systemd.spec index e497901..34a88e0 100644 --- a/systemd.spec +++ b/systemd.spec @@ -181,7 +181,7 @@ Conflicts: %{name}-standalone-sysusers < %{version}-%{release}^ Obsoletes: %{name}-standalone-sysusers < %{version}-%{release}^ # Requires deps for stuff that is dlopen()ed -Requires: libpcre2-8.so.0()(64bit) +Requires: pcre2%{?_isa} %description systemd is a system and service manager that runs as PID 1 and starts