Replace ELF dependency with a package name one
It was wrong anyway, as it worked only on 64-bit architectures. Related: #1947941
This commit is contained in:
parent
783ff1e309
commit
d5d8f1ce85
@ -181,7 +181,7 @@ Conflicts: %{name}-standalone-sysusers < %{version}-%{release}^
|
|||||||
Obsoletes: %{name}-standalone-sysusers < %{version}-%{release}^
|
Obsoletes: %{name}-standalone-sysusers < %{version}-%{release}^
|
||||||
|
|
||||||
# Requires deps for stuff that is dlopen()ed
|
# Requires deps for stuff that is dlopen()ed
|
||||||
Requires: libpcre2-8.so.0()(64bit)
|
Requires: pcre2%{?_isa}
|
||||||
|
|
||||||
%description
|
%description
|
||||||
systemd is a system and service manager that runs as PID 1 and starts
|
systemd is a system and service manager that runs as PID 1 and starts
|
||||||
|
Loading…
Reference in New Issue
Block a user