X-Git-Url: https://code.delx.au/refind/blobdiff_plain/2f941c1b8c2d841cc62de2ef00108278cee7f280..19c2b1980d47f06866ac8e71d080a28a58f1a45e:/refind.spec diff --git a/refind.spec b/refind.spec index 07d5a23..3c30d47 100644 --- a/refind.spec +++ b/refind.spec @@ -1,7 +1,8 @@ Summary: EFI boot manager software Name: refind -Version: 0.6.3 +Version: 0.6.5.4 Release: 1%{?dist} +Summary: EFI boot manager software License: GPLv3 URL: http://www.rodsbooks.com/refind/ Group: System Environment/Base @@ -107,7 +108,6 @@ install -Dp -m0755 mvrefind.sh $RPM_BUILD_ROOT/usr/sbin/ /etc/refind.d/ %post -env PATH=$PATH:/usr/local/bin # Remove any existing NVRAM entry for rEFInd, to avoid creating a duplicate. ExistingEntry=`efibootmgr | grep "rEFInd Boot Manager" | cut -c 5-8` @@ -146,7 +146,5 @@ fi # wiping out the just-updated files. %changelog -* Mon Dec 31 2012 R Smith - 0.6.2-2 -- Improved installation procedures -* Sun Dec 30 2012 R Smith - 0.6.2 -- Created spec file for 0.6.2 release +* Wed Jan 16 2013 R Smith - 0.6.5 +- Created spec file for 0.6.5 release