Commit c8e5747
committed
kernel.spec: add missing tools-libs on s390x
JIRA: https://issues.redhat.com/browse/RHEL-80626
Upstream Status: ARK commit bc86c1c47085637adec8627f507a9130211f5178
commit bc86c1c47085637adec8627f507a9130211f5178
Author: Jan Stancek <jstancek@redhat.com>
Date: Tue Feb 25 03:59:52 2025 -0500
kernel.spec: add missing tools-libs on s390x
tools-libs-devel requires tools-libs. Previously on s390x they would
be both skipped by %cpupowerarches check. But after adding ynl
headers and library to tools-libs-devel, it is now built also on s390x.
But tools-libs is still skipped and creates a missing dependency.
We could conditionally skip the Requires on s390x, but that adds extra
burden to keep such condition up to date as more artefacts get introduced
to tools-libs-devel in future. Simplest is to just create tools-libs on
s390x, even if it ends up empty for now.
Fixes: e9f967afa161 ("redhat: kernel.spec: add ynl to kernel-tools")
Reported-by: Bruno Goncalves <bgoncalv@redhat.com>
Signed-off-by: Jan Stancek <jstancek@redhat.com>
Signed-off-by: Jan Stancek <jstancek@redhat.com>1 parent 6f97af7 commit c8e5747
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4078 | 4078 | | |
4079 | 4079 | | |
4080 | 4080 | | |
4081 | | - | |
4082 | 4081 | | |
| 4082 | + | |
4083 | 4083 | | |
4084 | 4084 | | |
4085 | 4085 | | |
| |||
0 commit comments