From 30e2ece92035160c346947847b1e75919757da30 Mon Sep 17 00:00:00 2001 From: Qiumiao Zhang Date: Sun, 24 Apr 2022 19:13:09 +0800 Subject: [PATCH] modify the file permissions of grub-boot-indeterminate.service and 10-grub2-logind-service.conf to 644 (cherry picked from commit a82622ff0d0f3391aea86f1d8937e085ba17dfeb) --- grub2.spec | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) diff --git a/grub2.spec b/grub2.spec index 5d9431a..aff4f78 100644 --- a/grub2.spec +++ b/grub2.spec @@ -14,7 +14,7 @@ Name: grub2 Epoch: 1 Version: 2.06 -Release: 6 +Release: 7 Summary: Bootloader with support for Linux, Multiboot and more License: GPLv3+ URL: http://www.gnu.org/software/grub/ @@ -348,7 +348,11 @@ fi %attr(0644,root,root) %ghost %config(noreplace) %{_sysconfdir}/default/grub %{_sysconfdir}/grub.d/README %{_userunitdir}/* -%{_unitdir}/* +%{_unitdir}/grub-boot-indeterminate.service +%{_unitdir}/system-update.target.wants +%attr(0644,root,root) %{_unitdir}/%{name}-systemd-integration.service +%dir %{_unitdir}/systemd-logind.service.d +%attr(0644,root,root) %{_unitdir}/systemd-logind.service.d/* %{_datarootdir}/grub/* %{_datarootdir}/bash-completion/completions/grub %exclude %{_datarootdir}/grub/themes @@ -432,6 +436,13 @@ fi %{_datadir}/man/man* %changelog +* Sun Apr 24 2022 zhangqiumiao - 2.06-7 +- Type:bugfix +- CVE:NA +- SUG:NA +- DESC:modify the file permissions of grub-boot-indeterminate.service and + 10-grub2-logind-service.conf to 644 + * Wed Jan 12 2022 lvxiaoqian - 2.06-6 - update grub.macros for riscv -- Gitee