public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/sdubby] epel10.2: Drop /usr/sbin/installkernel symlink
@ 2026-07-07 7:20
0 siblings, 0 replies; only message in thread
From: @ 2026-07-07 7:20 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/sdubby
Branch : epel10.2
Commit : e9e20d019475471a44e2139559ac950b75dd04aa
Author : Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Date : 2023-09-15T12:11:14+02:00
Stats : +4/-4 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/sdubby/c/e9e20d019475471a44e2139559ac950b75dd04aa?branch=epel10.2
Log:
Drop /usr/sbin/installkernel symlink
This matches what was done in grubby.
(Also, this package package didn't have a Requires on systemd-udev, so the
symlink could be pointing into the ether, and even if it wasn't there's really
no good reason to symlink to a file in an unrelated package. I mentioned that
during the review of sdubby that the symlink will be added to systemd-udev.)
---
diff --git a/sdubby.spec b/sdubby.spec
index 23da0b2..c00b995 100644
--- a/sdubby.spec
+++ b/sdubby.spec
@@ -4,7 +4,7 @@
Name: sdubby
Version: 1.0
-Release: 2%{?dist}
+Release: 3%{?dist}
Summary: Set of systemd-boot shims that don't fit anywhere else in the distro
License: GPLv2+
URL: https://pagure.io/sdubby.git
@@ -52,7 +52,6 @@ install -T -m 0755 %{SOURCE1} %{buildroot}%{_sbindir}/updateloaderentries
install --directory %{buildroot}%{efi_esp_root}/loader
install --directory %{buildroot}%{efi_esp_root}/loader/entries
install -T -m 444 %{SOURCE3} %{buildroot}%{efi_esp_root}/loader/entries.srel
-ln -sr %{buildroot}/usr/bin/kernel-install %{buildroot}%{_sbindir}/installkernel
ln -sr %{buildroot}%{_sbindir}/updateloaderentries %{buildroot}%{_sbindir}/grubby
install -TD -m 444 %{SOURCE4} %{buildroot}%{_mandir}/man8/updateloaderentries.8
gzip %{buildroot}%{_mandir}/man8/updateloaderentries.8
@@ -69,7 +68,6 @@ gzip %{buildroot}%{_mandir}/man8/updateloaderentries.8
%doc README.md
%{_mandir}/man8/updateloaderentries.8.gz
%attr(0755,root,root) %{_sbindir}/updateloaderentries
-%{_sbindir}/installkernel
%{_sbindir}/grubby
# files on the ESP (fat) will always have 700
%{efi_esp_root}/loader/entries
@@ -78,6 +76,8 @@ gzip %{buildroot}%{_mandir}/man8/updateloaderentries.8
%changelog
+* Fri Sep 15 2023 Zbigniew Jedrzejewski-Szmek <zbyszek@in.waw.pl> - 1.0-3
+- Drop /usr/sbin/installkernel symlink
+
* Fri Sep 9 2022 Jeremy Linton <jeremy.linton@arm.com> - 1.0-1
- Create package as a grubby alternative on systemd-boot systems
-
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-07-07 7:20 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-07-07 7:20 [rpms/sdubby] epel10.2: Drop /usr/sbin/installkernel symlink
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox