From 66688611d89f5c4cc548106c4fd131a24b2143b9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jaroslav=20=C5=A0karvada?= Date: Wed, 3 Sep 2014 10:03:22 +0200 Subject: [PATCH] Fixed memtest-setup script MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Jaroslav Škarvada --- memtest-setup | 1 + memtest86+.spec | 5 ++++- 2 files changed, 5 insertions(+), 1 deletion(-) 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