Skip to content

Commit f9c7c46

Browse files
author
CKI KWF Bot
committed
Merge: kernel.spec: replace '=' with space in argument of kernel-install
MR: https://gitlab.com/redhat/centos-stream/src/kernel/centos-stream-9/-/merge_requests/7338 JIRA: https://issues.redhat.com/browse/RHEL-114361 Upstream Status: RHEL only Locally tested on RHEL 9 on Azure Signed-off-by: Li Tian <litian@redhat.com> Approved-by: Vitaly Kuznetsov <vkuznets@redhat.com> Approved-by: Jarod Wilson <jarod@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 3384c38 + aed8729 commit f9c7c46

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

redhat/kernel.spec.template

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3295,7 +3295,7 @@ touch %{_localstatedir}/lib/rpm-state/%{name}/installing_core_%{KVERREL}%{?-v:+%
32953295
%{expand:%%preun %{?-v:%{-v*}-}%{!?-u*:core}%{?-u*:uki-%{-u*}}}\
32963296
entry_type=""\
32973297
%{-e: \
3298-
/bin/kernel-install --help|grep -q -- '--entry-type=' &&\
3298+
/bin/kernel-install --help|grep -q -- '--entry-type ' &&\
32993299
entry_type="--entry-type %{!?-u:type1}%{?-u:type2}" \
33003300
}\
33013301
/bin/kernel-install remove %{KVERREL}%{?-v:+%{-v*}} $entry_type || exit $?\

0 commit comments

Comments
 (0)