Skip to content

Commit 6e12a72

Browse files
author
CKI KWF Bot
committed
Merge: redhat: conflict with unsupported shim versions
MR: https://gitlab.com/redhat/centos-stream/src/kernel/centos-stream-9/-/merge_requests/7568 JIRA: https://issues.redhat.com/browse/RHEL-126425 Make sure the kernel is not installed with an old shim version which does not carry the appropriate CA certificate. Signed-off-by: Vitaly Kuznetsov <vkuznets@redhat.com> Approved-by: Jan Stancek <jstancek@redhat.com> Approved-by: Emanuele Giuseppe Esposito <eesposit@redhat.com> Approved-by: CKI KWF Bot <cki-ci-bot+kwf-gitlab-com@redhat.com> Merged-by: CKI GitLab Kmaint Pipeline Bot <26919896-cki-kmaint-pipeline-bot@users.noreply.gitlab.com>
2 parents 7599da6 + bd893fe commit 6e12a72

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

redhat/kernel.spec.template

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -975,6 +975,9 @@ Recommends: linux-firmware\
975975
Requires(preun): systemd >= 200\
976976
Conflicts: xfsprogs < 4.3.0-1\
977977
Conflicts: xorg-x11-drv-vmmouse < 13.0.99\
978+
%ifarch x86_64 aarch64\
979+
Conflicts: shim < 15.8-1\
980+
%endif\
978981
%{expand:%%{?kernel%{?1:_%{1}}_conflicts:Conflicts: %%{kernel%{?1:_%{1}}_conflicts}}}\
979982
%{expand:%%{?kernel%{?1:_%{1}}_obsoletes:Obsoletes: %%{kernel%{?1:_%{1}}_obsoletes}}}\
980983
%{expand:%%{?kernel%{?1:_%{1}}_provides:Provides: %%{kernel%{?1:_%{1}}_provides}}}\

0 commit comments

Comments
 (0)