From a07758cf678fa6937e13c614398f041eb7cddf55 Mon Sep 17 00:00:00 2001 From: CentOS Sources Date: Jan 21 2020 22:51:34 +0000 Subject: import gnu-efi-3.0.8-4.el8 --- diff --git a/SPECS/gnu-efi.spec b/SPECS/gnu-efi.spec index ce73ad3..1785b1b 100644 --- a/SPECS/gnu-efi.spec +++ b/SPECS/gnu-efi.spec @@ -2,7 +2,7 @@ Summary: Development Libraries and headers for EFI Name: gnu-efi Version: 3.0.8 %global tarball_version 3.0.6 -Release: 2%{?dist}%{?buildid} +Release: 4%{?dist}%{?buildid} Epoch: 1 Group: Development/System License: BSD @@ -149,10 +149,18 @@ mv ia32/apps/{route80h.efi,modelist.efi} %{buildroot}/boot/efi/EFI/%{efidir}/ia3 %{_includedir}/efi %files utils -%dir %attr(0600,root,root) /boot/efi/EFI/%{efidir}/ -%attr(0600,root,root) /boot/efi/EFI/%{efidir}/*/*.efi +%dir %attr(0700,root,root) /boot/efi/EFI/%{efidir}/ +%attr(0700,root,root) /boot/efi/EFI/%{efidir}/*/*.efi %changelog +* Tue Jul 02 2019 Javier Martinez Canillas - 3.0.8-4 +- Add a gating.yaml file so the package can be properly gated. + Related: rhbz#1681788 + +* Mon Jul 01 2019 Javier Martinez Canillas - 3.0.8-3 +- Change mode attribute for files in /boot/efi to prevent conflicts. + Resolves: rhbz#1724562 + * Thu Jul 19 2018 Peter Jones - 3.0.8-2 - Get rid of some stuff we don't want.