From f66faf9fa13555fe0936733159d30ba026f497fe Mon Sep 17 00:00:00 2001 From: Zbigniew Jędrzejewski-Szmek Date: Sep 15 2023 10:02:40 +0000 Subject: Provide /usr/sbin/installkernel ... (rhbz#2239008). --- diff --git a/split-files.py b/split-files.py index dff50cc..6ab2832 100644 --- a/split-files.py +++ b/split-files.py @@ -123,6 +123,7 @@ for file in files(buildroot): bless-boot| boot-system-token| kernel-install| + installkernel| vconsole| backlight| rfkill| diff --git a/systemd.spec b/systemd.spec index d63ebce..6cac1a2 100644 --- a/systemd.spec +++ b/systemd.spec @@ -351,6 +351,8 @@ Obsoletes: systemd < 245.6-1 Provides: udev = %{version} Provides: udev%{_isa} = %{version} Obsoletes: udev < 183 +Conflicts: grubby < 8.40-72 +Conflicts: sdubby < 1.0-3 # Recommends to replace normal Requires deps for stuff that is dlopen()ed # used by dissect, integritysetup, veritysetyp, growfs, repart, cryptenroll, home @@ -818,6 +820,8 @@ install -m 0755 -D -t %{buildroot}%{_rpmconfigdir}/ %{SOURCE24} # https://bugzilla.redhat.com/show_bug.cgi?id=2107754 install -Dm0644 -t %{buildroot}%{_prefix}/lib/systemd/network/ %{SOURCE25} +ln -s --relative kernel-install %{buildroot}%{_sbindir}/installkernel + %find_lang %{name} # Split files in build root into rpms. See split-files.py for the