[memtest86+] Fixed memtest-setup script

Jaroslav Škarvada jskarvad at fedoraproject.org
Wed Sep 3 08:05:42 UTC 2014


commit 66688611d89f5c4cc548106c4fd131a24b2143b9
Author: Jaroslav Škarvada <jskarvad at redhat.com>
Date:   Wed Sep 3 10:03:22 2014 +0200

    Fixed memtest-setup script
    
    Signed-off-by: Jaroslav Škarvada <jskarvad at redhat.com>

 memtest-setup   |    1 +
 memtest86+.spec |    5 ++++-
 2 files changed, 5 insertions(+), 1 deletions(-)
---
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 <jskarvad at redhat.com> - 5.01-6
+- Fixed memtest-setup script
+
 * Tue Aug 26 2014 Jaroslav Škarvada <jskarvad at redhat.com> - 5.01-5
 - Added documentation regarding memtest-setup
 


More information about the scm-commits mailing list