]> code.delx.au - refind/blobdiff - refind.spec
Version 0.7.1 official release.
[refind] / refind.spec
index 7f96a6019f316bdf376f9e51632af8395dc705e1..13c6afc3bea29d2ac53b1f149ba39c1b016e1f1d 100644 (file)
@@ -1,6 +1,6 @@
 Summary: EFI boot manager software
 Name: refind
-Version: 0.6.9
+Version: 0.7.1
 Release: 1%{?dist}
 Summary: EFI boot manager software
 License: GPLv3
@@ -127,6 +127,9 @@ cd /usr/share/refind-%{version}
 
 declare VarFile=`ls -d /sys/firmware/efi/vars/SecureBoot* 2> /dev/null`
 declare ShimFile=`find /boot -name shim\.efi 2> /dev/null | head -n 1`
+if [[ ! -n $ShimFile ]] ; then
+   declare ShimFile=`find /boot -name PreLoader\.efi 2> /dev/null | head -n 1`
+fi
 declare SBSign=`which sbsign 2> /dev/null`
 declare OpenSSL=`which openssl 2> /dev/null`
 
@@ -154,5 +157,5 @@ fi
 # wiping out the just-updated files.
 
 %changelog
-* Sun Feb 3 2013 R Smith <rodsmith@rodsbooks.com> - 0.6.9
-- Created spec file for 0.6.9 release
+* Mon Jul 8 2013 R Smith <rodsmith@rodsbooks.com> - 0.7.1
+- Created spec file for 0.7.1 release