public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
To: git-commits@fedoraproject.org
Subject: [rpms/sdubby] epel10: Drop /usr/sbin/installkernel symlink
Date: Tue, 07 Jul 2026 07:20:14 GMT	[thread overview]
Message-ID: <178340881441.1.14990397498639632953.rpms-sdubby-e9e20d019475@fedoraproject.org> (raw)

            A new commit has been pushed.

            Repo   : rpms/sdubby
            Branch : epel10
            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

            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
-

                 reply	other threads:[~2026-07-07  7:20 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=178340881441.1.14990397498639632953.rpms-sdubby-e9e20d019475@fedoraproject.org \
    --to=git-commits@fedoraproject.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox