]> code.delx.au - refind/blobdiff - refind.spec
Added image to go with recent documentation changes.
[refind] / refind.spec
index 0121b4dabcc8c16079ec8a0a70035e01099f6838..fd3c92fdc99e284004139c5d2a1dd4fa39976e97 100644 (file)
@@ -1,6 +1,6 @@
 Summary: EFI boot manager software
 Name: refind
-Version: 0.10.3
+Version: 0.10.4
 Release: 1%{?dist}
 Summary: EFI boot manager software
 License: GPLv3
@@ -37,7 +37,7 @@ A graphical boot manager for EFI- and UEFI-based computers, such as all
 Intel-based Macs and recent (most 2011 and later) PCs. rEFInd presents a
 boot menu showing all the EFI boot loaders on the EFI-accessible
 partitions, and optionally BIOS-bootable partitions on Macs and BIOS boot
-entries on UEFI PCs with CSMs. EFI-compatbile OSes, including Linux,
+entries on UEFI PCs with CSMs. EFI-compatible OSes, including Linux,
 provide boot loaders that rEFInd can detect and launch. rEFInd can launch
 Linux EFI boot loaders such as ELILO, GRUB Legacy, GRUB 2, and 3.3.0 and
 later kernels with EFI stub support. EFI filesystem drivers for ext2/3/4fs,
@@ -169,11 +169,7 @@ if [[ $IsSecureBoot == "1" && -n $ShimFile ]] ; then
       ./refind-install --shim $ShimFile --yes
    fi
 else
-   if [[ -n $SBSign && -n $OpenSSL ]] ; then
-      ./refind-install --localkeys --yes
-   else
-      ./refind-install --yes
-   fi
+   ./refind-install --yes
 fi
 
 # CAUTION: Don't create a %preun or a %postun script that deletes the files
@@ -181,6 +177,8 @@ fi
 # thus wiping out the just-updated files.
 
 %changelog
+* Sun Oct 9 2016 R Smith <rodsmith@rodsbooks.com> - 0.10.4
+- Updated spec file for 0.10.4
 * Sun Apr 24 2016 R Smith <rodsmith@rodsbooks.com> - 0.10.3
 - Updated spec file for 0.10.3
 * Tue Jan 26 2016 R Smith <rodsmith@rodsbooks.com> - 0.10.2