This commit is contained in:
parent
7e25453521
commit
88192cc096
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Aug 9 18:34:00 CEST 2007 - duwe@suse.de
|
||||
|
||||
- Add memtest86+ to boot menu even if installed later
|
||||
(Feature #301969)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 19 16:06:08 CET 2007 - trenn@suse.de
|
||||
|
||||
|
@ -11,9 +11,9 @@
|
||||
|
||||
Name: memtest86+
|
||||
Version: 1.70
|
||||
Release: 3
|
||||
Release: 30
|
||||
#
|
||||
License: BSD License and BSD-like
|
||||
License: BSD 3-Clause
|
||||
Group: System/Boot
|
||||
#
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
@ -70,12 +70,23 @@ Authors:
|
||||
%install
|
||||
install -D -m 0644 memtest.bin $RPM_BUILD_ROOT/boot/memtest.bin
|
||||
|
||||
%post
|
||||
if [ "$YAST_IS_RUNNING" != instsys -a $1 = 1 ]; then
|
||||
/sbin/update-bootloader --add --image /boot/memtest.bin --name "Memory Test (memtest86+)"
|
||||
fi
|
||||
|
||||
%preun
|
||||
/sbin/update-bootloader --remove --force --image /boot/memtest.bin
|
||||
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
/boot/memtest.bin
|
||||
%doc README* changelog FAQ
|
||||
|
||||
%changelog
|
||||
* Thu Aug 09 2007 - duwe@suse.de
|
||||
- Add memtest86+ to boot menu even if installed later
|
||||
(Feature #301969)
|
||||
* Mon Feb 19 2007 - trenn@suse.de
|
||||
- added .gnu.hash section
|
||||
* Thu Jan 25 2007 - duwe@suse.de
|
||||
|
Loading…
x
Reference in New Issue
Block a user