[grub2/f16] Work around #819031

Peter Jones pjones at fedoraproject.org
Mon May 7 13:27:41 UTC 2012


commit ef6c55ebb23ba565d1cb5d4dd0a752ccb4d4d6b2
Author: Peter Jones <pjones at redhat.com>
Date:   Mon May 7 09:27:13 2012 -0400

    Work around #819031

 grub2.spec |    9 ++++++---
 1 files changed, 6 insertions(+), 3 deletions(-)
---
diff --git a/grub2.spec b/grub2.spec
index 9248124..f414487 100644
--- a/grub2.spec
+++ b/grub2.spec
@@ -18,7 +18,7 @@
 Name:           grub2
 Epoch:          1
 Version:        1.99
-Release:        13%{?dist}.2
+Release:        13%{?dist}.3
 Summary:        Bootloader with support for Linux, Multiboot and more
 
 Group:          System Environment/Base
@@ -304,7 +304,7 @@ fi
 /sbin/%{name}-ofpathname
 %endif
 %{_bindir}/%{name}-script-check
-%dir %{_sysconfdir}/grub.d
+%attr(0700,root,root) %dir %{_sysconfdir}/grub.d
 %config %{_sysconfdir}/grub.d/??_*
 %{_sysconfdir}/grub.d/README
 %config(noreplace) %{_sysconfdir}/%{name}.cfg
@@ -351,7 +351,7 @@ fi
 /sbin/grub2-efi-ofpathname
 %endif
 %{_bindir}/grub2-efi-script-check
-%dir %{_sysconfdir}/grub.d
+%attr(0700,root,root) %dir %{_sysconfdir}/grub.d
 %config %{_sysconfdir}/grub.d/??_*
 %{_sysconfdir}/grub.d/README
 %config(noreplace) %{_sysconfdir}/grub2-efi.cfg
@@ -366,6 +366,9 @@ fi
 %endif
 
 %changelog
+* Mon May 07 2012 Peter Jones <pjones at redhat.com> - 1.99-13.3
+- Work around #819031 .
+
 * Mon Mar 12 2012 Adam Williamson <awilliam at redhat.com> - 1:1.99-13.2
 - Build with -Os for both grub2-efi and regular grub2 (complete fix for
   782144) (thanks Ian Collier)


More information about the scm-commits mailing list