public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/systemd-boot] rawhide: Restore read permissions on systemd-boot.efi.signed
@ 2026-06-13 15:56
0 siblings, 0 replies; only message in thread
From: @ 2026-06-13 15:56 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/systemd-boot
Branch : rawhide
Commit : 5740caea5b2891de72982a33195711344e75ff09
Author : Zbigniew Jędrzejewski-Szmek <zbyszek@amutable.com>
Date : 2026-06-13T17:54:11+02:00
Stats : +1/-1 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/systemd-boot/c/5740caea5b2891de72982a33195711344e75ff09?branch=rawhide
Log:
Restore read permissions on systemd-boot.efi.signed
Somehow the %pesign macro causes the file to end up read-only.
Having a read-only file in a package is a dubious idea, and of
course breaks various unprivileged use cases like starting VMs.
---
diff --git a/systemd-boot.spec b/systemd-boot.spec
index 55cc918..c17d447 100644
--- a/systemd-boot.spec
+++ b/systemd-boot.spec
@@ -81,7 +81,7 @@ fi
%dir %{_prefix}/lib/systemd
%dir %{_prefix}/lib/systemd/boot
%dir %{_prefix}/lib/systemd/boot/efi
-%{_prefix}/lib/systemd/boot/efi/systemd-boot%{efi_arch}.efi.signed
+%attr(0644,-,-) %{_prefix}/lib/systemd/boot/efi/systemd-boot%{efi_arch}.efi.signed
%{_prefix}/lib/systemd/boot/efi/linux%{efi_arch}.efi.stub.alt
%{_prefix}/lib/systemd/boot/efi/addon%{efi_arch}.efi.stub.alt
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-06-13 15:56 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-06-13 15:56 [rpms/systemd-boot] rawhide: Restore read permissions on systemd-boot.efi.signed
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox