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/grub2] rawhide: grub2.spec: Fix systemd timer,service permissions
Date: Fri, 14 Aug 2026 18:31:52 GMT	[thread overview]
Message-ID: <178673231202.1.14221899173641598190.rpms-grub2-527d6bceee33@fedoraproject.org> (raw)

            A new commit has been pushed.

            Repo   : rpms/grub2
            Branch : rawhide
            Commit : 527d6bceee33a497777bfafc1d7beb1853bedcdb
            Author : Josue Hernandez <josherna@redhat.com>
            Date   : 2026-08-14T07:57:11-06:00
            Stats  : +10/-7 in 1 file(s)
            URL    : https://src.fedoraproject.org/rpms/grub2/c/527d6bceee33a497777bfafc1d7beb1853bedcdb?branch=rawhide

            Log:
            grub2.spec: Fix systemd timer,service permissions

Resolves: #2512037

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

---
diff --git a/grub2.spec b/grub2.spec
index cd3a87e..37f7791 100644
--- a/grub2.spec
+++ b/grub2.spec
@@ -17,7 +17,7 @@
 Name:		grub2
 Epoch:		1
 Version:	2.12
-Release:	76%{?dist}
+Release:	77%{?dist}
 Summary:	Bootloader with support for Linux, Multiboot and more
 License:	GPL-3.0-or-later
 URL:		http://www.gnu.org/software/grub/
@@ -325,10 +325,10 @@ install -D -m 0755 -t %{buildroot}%{_prefix}/lib/kernel/install.d/ %{SOURCE14}
 install -D -m 0755 -t %{buildroot}%{_prefix}/lib/kernel/install.d/ %{SOURCE3}
 install -d -m 0755 %{buildroot}%{_sysconfdir}/kernel/install.d/
 # Install systemd user service to set the boot_success flag
-install -D -m 0755 -t %{buildroot}%{_userunitdir} \
+install -D -m 0644 -t %{buildroot}%{_userunitdir} \
 	docs/grub-boot-success.{timer,service}
 # Install systemd system-update unit to set boot_indeterminate for offline-upd
-install -D -m 0755 -t %{buildroot}%{_unitdir} docs/grub-boot-indeterminate.service
+install -D -m 0644 -t %{buildroot}%{_unitdir} docs/grub-boot-indeterminate.service
 install -d -m 0755 %{buildroot}%{_unitdir}/system-update.target.wants
 install -d -m 0755 %{buildroot}%{_unitdir}/reboot.target.wants
 ln -s ../grub-boot-indeterminate.service \
@@ -576,11 +576,11 @@ fi
 %attr(0644,root,root) %ghost %config(noreplace) %{_sysconfdir}/default/grub
 %config %{_sysconfdir}/grub.d/??_*
 %{_sysconfdir}/grub.d/README
-%{_userunitdir}/grub-boot-success.timer
-%{_userunitdir}/grub-boot-success.service
-%{_unitdir}/grub-boot-indeterminate.service
+%attr(0644,root,root) %{_userunitdir}/grub-boot-success.timer
+%attr(0644,root,root) %{_userunitdir}/grub-boot-success.service
+%attr(0644,root,root) %{_unitdir}/grub-boot-indeterminate.service
 %{_unitdir}/system-update.target.wants
-%{_unitdir}/grub2-systemd-integration.service
+%attr(0644,root,root) %{_unitdir}/grub2-systemd-integration.service
 %{_unitdir}/reboot.target.wants
 %{_unitdir}/systemd-logind.service.d
 %{_infodir}/grub2*
@@ -702,6 +702,9 @@ fi
 %endif
 
 %changelog
+* Thu Aug 13 2026 Josue Hernandez <josherna@redhat.com> - 2.12-77
+- Fix systemd timer,service permissions - Resolves: #2512037
+
 * Thu Aug 13 2026 Andrea Bolognani <abologna@redhat.com> - 2.12-76
 - Only build CC variant for aarch64 and x86_64
 

                 reply	other threads:[~2026-08-14 18:31 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=178673231202.1.14221899173641598190.rpms-grub2-527d6bceee33@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