X-Git-Url: https://code.delx.au/refind/blobdiff_plain/a47c54f5f264a4d7d89d37bcd77aa6ee7b53dcb3..0a23a9a7b0c88de8c1f67a249a49a9d019baafe9:/refind.spec diff --git a/refind.spec b/refind.spec index 427aee6..ecbf456 100644 --- a/refind.spec +++ b/refind.spec @@ -1,6 +1,6 @@ Summary: EFI boot manager software Name: refind -Version: 0.7.7 +Version: 0.8.4 Release: 1%{?dist} Summary: EFI boot manager software License: GPLv3 @@ -49,7 +49,7 @@ when paired with Linux kernels that provide EFI stub support. %setup -q %build -if [[ -d /usr/local/UDK2010 ]] ; then +if [[ -d /usr/local/UDK2014 ]] ; then make make fs else @@ -159,5 +159,19 @@ fi # wiping out the just-updated files. %changelog +* Mon Dec 8 2014 R Smith - 0.8.4 +- Updated spec file for 0.8.4 +* Sun Jul 6 2014 R Smith - 0.8.3 +- Updated spec file for 0.8.3 +* Sun Jun 8 2014 R Smith - 0.8.2 +- Updated spec file for 0.8.2 +* Thu May 15 2014 R Smith - 0.8.1 +- Updated spec file for 0.8.1 +* Sun May 4 2014 R Smith - 0.8.0 +- Updated spec file for 0.8.0 +* Sun Apr 20 2014 R Smith - 0.7.9 +- Updated spec file for 0.7.9 +* Sun Mar 9 2014 R Smith - 0.7.8 +- Updated spec file for 0.7.8 * Fri Jan 3 2014 R Smith - 0.7.7 - Created spec file for 0.7.7 release