diff --git a/memtest-setup b/memtest-setup index bd786ac..1b1041c 100755 --- a/memtest-setup +++ b/memtest-setup @@ -51,6 +51,7 @@ if [ -f /boot/grub2/grub.cfg ]; then echo "/etc/grub.d?" # EX_IOERR exit 74 + fi fi chmod a+x /etc/grub.d/$G2TEMPL echo "GRUB 2 template installed." diff --git a/memtest86+.spec b/memtest86+.spec index 8b588fd..6baac47 100644 --- a/memtest86+.spec +++ b/memtest86+.spec @@ -9,7 +9,7 @@ Name: memtest86+ Version: 5.01 -Release: 5%{?dist} +Release: 6%{?dist} License: GPLv2 Summary: Stand-alone memory tester for x86 and x86-64 computers Group: System Environment/Base @@ -120,6 +120,9 @@ rm -rf %{buildroot} %{_mandir}/man8/*.8.gz %changelog +* Wed Sep 3 2014 Jaroslav Škarvada - 5.01-6 +- Fixed memtest-setup script + * Tue Aug 26 2014 Jaroslav Škarvada - 5.01-5 - Added documentation regarding memtest-setup