From 8d7834b8add83bc357fa79c0bb121be148563068 Mon Sep 17 00:00:00 2001 From: Qiumiao Zhang Date: Sat, 26 Feb 2022 10:42:39 +0800 Subject: [PATCH] disable grub-boot-success.service (cherry picked from commit 2143d7b66c70fdea921c1f24765cac492e0b4c7a) --- grub2.spec | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/grub2.spec b/grub2.spec index 30275eb..2f03e04 100644 --- a/grub2.spec +++ b/grub2.spec @@ -8,7 +8,7 @@ Name: grub2 Epoch: 1 Version: 2.04 -Release: 21 +Release: 22 Summary: Bootloader with support for Linux, Multiboot and more License: GPLv3+ URL: http://www.gnu.org/software/grub/ @@ -243,7 +243,6 @@ install -m 0644 /dev/null %{buildroot}%{_sysconfdir}/kernel/install.d/90-loadere install -d -m 0755 %{buildroot}%{_userunitdir}/timers.target.wants install -m 0755 docs/grub-boot-success.timer %{buildroot}%{_userunitdir} install -m 0755 docs/grub-boot-success.service %{buildroot}%{_userunitdir} -ln -s ../grub-boot-success.timer %{buildroot}%{_userunitdir}/timers.target.wants install -d -m 0755 %{buildroot}%{_unitdir}/system-update.target.wants install -m 0755 docs/grub-boot-indeterminate.service %{buildroot}%{_unitdir} @@ -451,6 +450,12 @@ rm -r /boot/grub2.tmp/ || : %{_datadir}/man/man* %changelog +* Sat Feb 26 2022 zhangqiumiao - 2.04-22 +- Type:bugfix +- CVE:NA +- SUG:NA +- DESC:disable grub-boot-success.service + * Tue Nov 16 2021 fengtao - 2.04-21 - Type:bugfix - ID:NA -- Gitee