Fixed memtest-setup script

Signed-off-by: Jaroslav Škarvada <jskarvad@redhat.com>
This commit is contained in:
Jaroslav Škarvada 2014-09-03 10:03:22 +02:00
parent 947ffdfa02
commit 66688611d8
2 changed files with 5 additions and 1 deletions

View File

@ -51,6 +51,7 @@ if [ -f /boot/grub2/grub.cfg ]; then
echo "/etc/grub.d?" echo "/etc/grub.d?"
# EX_IOERR # EX_IOERR
exit 74 exit 74
fi
fi fi
chmod a+x /etc/grub.d/$G2TEMPL chmod a+x /etc/grub.d/$G2TEMPL
echo "GRUB 2 template installed." echo "GRUB 2 template installed."

View File

@ -9,7 +9,7 @@
Name: memtest86+ Name: memtest86+
Version: 5.01 Version: 5.01
Release: 5%{?dist} Release: 6%{?dist}
License: GPLv2 License: GPLv2
Summary: Stand-alone memory tester for x86 and x86-64 computers Summary: Stand-alone memory tester for x86 and x86-64 computers
Group: System Environment/Base Group: System Environment/Base
@ -120,6 +120,9 @@ rm -rf %{buildroot}
%{_mandir}/man8/*.8.gz %{_mandir}/man8/*.8.gz
%changelog %changelog
* Wed Sep 3 2014 Jaroslav Škarvada <jskarvad@redhat.com> - 5.01-6
- Fixed memtest-setup script
* Tue Aug 26 2014 Jaroslav Škarvada <jskarvad@redhat.com> - 5.01-5 * Tue Aug 26 2014 Jaroslav Škarvada <jskarvad@redhat.com> - 5.01-5
- Added documentation regarding memtest-setup - Added documentation regarding memtest-setup