rpminspect: add duplicate dependency to appease rpmispect
[skip changelog]
This commit is contained in:
parent
5dfe4c64c5
commit
bd2499ee33
@ -510,6 +510,10 @@ a userspace out-of-memory (OOM) killer.
|
||||
%package tests
|
||||
Summary: Internal unit tests for systemd
|
||||
Requires: %{name}%{_isa} = %{version}-%{release}
|
||||
# This dependency is provided transitively. Also add it explicitly to
|
||||
# appease rpminspect, https://github.com/rpminspect/rpminspect/issues/1231:
|
||||
Requires: %{name}-libs%{_isa} = %{version}-%{release}
|
||||
|
||||
License: LGPL-2.1-or-later
|
||||
|
||||
%description tests
|
||||
|
Loading…
Reference in New Issue
Block a user