Login
Log in using an SSO provider:
Fedora Account System
Red Hat Associate
Red Hat Customer
Login using a Red Hat Bugzilla account
Forgot Password
Create an Account
Red Hat Bugzilla – Attachment 1976427 Details for
Bug 2223794
preuninstall call to kernel-install Failing With Updated systemd-udev
Home
New
Search
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh89 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
[?]
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
kernel.spec patch to call updated kernel-install correctly
310ae617253d103d5aa1a98cb30eb5557e4be3a9.patch (text/plain), 829 bytes, created by
Jonathan Steffan
on 2023-07-19 00:25:34 UTC
(
hide
)
Description:
kernel.spec patch to call updated kernel-install correctly
Filename:
MIME Type:
Creator:
Jonathan Steffan
Created:
2023-07-19 00:25:34 UTC
Size:
829 bytes
patch
obsolete
>From 310ae617253d103d5aa1a98cb30eb5557e4be3a9 Mon Sep 17 00:00:00 2001 >From: Jonathan Steffan <jsteffan@fedoraproject.org> >Date: Jul 19 2023 00:19:19 +0000 >Subject: Update kernel-install remove syntax > > > - Only pass in kernel version during remove (rhbz#2223794) > >--- > >diff --git a/kernel.spec b/kernel.spec >index cd4d43a..c8c99f2 100644 >--- a/kernel.spec >+++ b/kernel.spec >@@ -3363,7 +3363,7 @@ rm -f /boot/efi/EFI/Linux/${entry_token}-%{KVERREL}%{?1:+%{1}}.efi\ > # > %define kernel_variant_preun() \ > %{expand:%%preun %{?1:%{1}-}core}\ >-/bin/kernel-install remove %{KVERREL}%{?1:+%{1}} /lib/modules/%{KVERREL}%{?1:+%{1}}/vmlinuz || exit $?\ >+/bin/kernel-install remove %{KVERREL}%{?1:+%{1}} || exit $?\ > if [ -x %{_sbindir}/weak-modules ]\ > then\ > %{_sbindir}/weak-modules --remove-kernel %{KVERREL}%{?1:+%{1}} || exit $?\ >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 2223794
:
1976426
| 1976427