public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Josue Hernandez <josherna@redhat.com>
To: git-commits@fedoraproject.org
Subject: [rpms/shim] rawhide: Fix /usr/lib/efi folders ownership
Date: Tue, 15 Sep 2026 21:00:53 GMT	[thread overview]
Message-ID: <178950605313.1.12299615703082099250.rpms-shim-d96c5e8c89df@fedoraproject.org> (raw)

            A new commit has been pushed.

            Repo   : rpms/shim
            Branch : rawhide
            Commit : d96c5e8c89df1f4089aa361dc17f2420b0460632
            Author : Josue Hernandez <josherna@redhat.com>
            Date   : 2026-09-15T13:23:31-06:00
            Stats  : +11/-1 in 2 file(s)
            URL    : https://src.fedoraproject.org/rpms/shim/c/d96c5e8c89df1f4089aa361dc17f2420b0460632?branch=rawhide

            Log:
            Fix /usr/lib/efi folders ownership

Resolves: #2528260

Signed-off-by: Josue Hernandez <josherna@redhat.com>

---
diff --git a/shim.rpmmacros b/shim.rpmmacros
index d7c36d3..fabf9d1 100644
--- a/shim.rpmmacros
+++ b/shim.rpmmacros
@@ -155,6 +155,12 @@ install -m 0700 fb%{-a*}.efi						\\\
 # -A <EFIARCH>
 %define define_files(a:A:)						\
 %{expand:%%files -n shim-%{-a*}}					\
+%dir %attr(0700,root,root) %{_libdir}/efi				\
+%dir %attr(0700,root,root) %{_libdir}/efi/shim				\
+%dir %attr(0700,root,root) %{shim_vr_dir}				\
+%dir %attr(0700,root,root) %{shim_vr_dir}/EFI				\
+%dir %attr(0700,root,root) %{shim_efi_dir}				\
+%dir %attr(0700,root,root) %{shim_boot_dir}				\
 %{shim_efi_dir}/*%{-a*}*.efi						\
 %{shim_efi_dir}/BOOT%{-A*}.CSV						\
 %{shim_boot_dir}/*%{-a*}.efi						\

diff --git a/shim.spec b/shim.spec
index 31843f0..172fbde 100644
--- a/shim.spec
+++ b/shim.spec
@@ -5,7 +5,7 @@
 
 Name:		shim
 Version:	16.1
-Release:	7%{?dist}
+Release:	8%{?dist}
 Summary:	First-stage UEFI bootloader
 License:	BSD-3-Clause
 URL:		https://github.com/rhboot/shim/
@@ -115,6 +115,10 @@ if [[ ! -e "/run/ostree-booted" ]]; then
 fi
 
 %changelog
+* Tue Sep 15 2026 Josue Hernandez <josherna@redhat.com> - 16.1-8
+- Fix /usr/lib/efi folders ownership
+- Resolves: #2528260
+
 * Tue Mar 31 2026 Peter Jones <pjones@redhat.com> - 16.1-7
 - Aarch64: rebuild for correct signatures on fb/mm.
 

                 reply	other threads:[~2026-09-15 21:00 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=178950605313.1.12299615703082099250.rpms-shim-d96c5e8c89df@fedoraproject.org \
    --to=josherna@redhat.com \
    --cc=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