public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/shim] f44: Fix /usr/lib/efi folders ownership
@ 2026-09-15 21:01 Josue Hernandez
  0 siblings, 0 replies; only message in thread
From: Josue Hernandez @ 2026-09-15 21:01 UTC (permalink / raw)
  To: git-commits

            A new commit has been pushed.

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

            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 1a225d4..93e9f96 100644
--- a/shim.spec
+++ b/shim.spec
@@ -5,7 +5,7 @@
 
 Name:		shim
 Version:	16.1
-Release:	8%{?dist}
+Release:	9%{?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-9
+- Fix /usr/lib/efi folders ownership
+- Resolves: #2528260
+
 * Mon Apr 20 2026 Peter Jones <pjones@redhat.com> - 16.1-8
 - Rebuild in f44.
 

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2026-09-15 21:01 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-09-15 21:01 [rpms/shim] f44: Fix /usr/lib/efi folders ownership Josue Hernandez

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox