public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/shim] rawhide: Fix /usr/lib/efi folders ownership
@ 2026-09-15 21:00 Josue Hernandez
0 siblings, 0 replies; only message in thread
From: Josue Hernandez @ 2026-09-15 21:00 UTC (permalink / raw)
To: git-commits
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.
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-09-15 21:00 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:00 [rpms/shim] rawhide: 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