auto-import changelog data from memtest86+-1.25-1.src.rpm
Sat Aug 28 2004 Warren Togami <wtogami@redhat.com> 1.25-1 - update to 1.25
This commit is contained in:
parent
686d924e5b
commit
70c720bd0e
@ -1 +1 @@
|
||||
memtest86+-1.20.tar.gz
|
||||
memtest86+-1.25.tar.gz
|
||||
|
@ -5,12 +5,12 @@
|
||||
|
||||
Summary: Stand-alone memory tester for x86 and x86-64 computers
|
||||
Name: memtest86+
|
||||
Version: 1.20
|
||||
Version: 1.25
|
||||
Release: 1
|
||||
License: GPL
|
||||
ExclusiveArch: i386
|
||||
Group: System Environment/Base
|
||||
Source0: http://www.memtest.org/download/1.20/memtest86+-1.20.tar.gz
|
||||
Source0: http://www.memtest.org/download/1.20/memtest86+-1.25.tar.gz
|
||||
URL: http://www.memtest.org
|
||||
Source1: new-memtest-pkg
|
||||
Source2: memtest-setup
|
||||
@ -28,7 +28,6 @@ Run 'memtest-setup' to add to your GRUB or lilo boot menu.
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
#-n memtest86+_v1.20
|
||||
|
||||
%build
|
||||
# Regular build flags not wanted for this binary
|
||||
@ -41,7 +40,7 @@ mkdir -p $RPM_BUILD_ROOT/boot
|
||||
mkdir -p $RPM_BUILD_ROOT/sbin
|
||||
mkdir -p $RPM_BUILD_ROOT%{_sbindir}
|
||||
|
||||
install -m644 memtest.bin $RPM_BUILD_ROOT/boot/memtest86+-1.20
|
||||
install -m644 memtest.bin $RPM_BUILD_ROOT/boot/memtest86+-1.25
|
||||
install -m755 %{SOURCE1} $RPM_BUILD_ROOT/sbin/new-memtest-pkg
|
||||
install -m755 %{SOURCE2} $RPM_BUILD_ROOT%{_sbindir}/memtest-setup
|
||||
|
||||
@ -51,7 +50,7 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%files
|
||||
%defattr(-,root,root,-)
|
||||
%doc README
|
||||
/boot/memtest86+-1.20
|
||||
/boot/memtest86+-1.25
|
||||
/sbin/new-memtest-pkg
|
||||
%{_sbindir}/memtest-setup
|
||||
|
||||
@ -59,6 +58,9 @@ rm -rf $RPM_BUILD_ROOT
|
||||
/sbin/new-memtest-pkg --remove %{version}
|
||||
|
||||
%changelog
|
||||
* Sat Aug 28 2004 Warren Togami <wtogami@redhat.com> 1.25-1
|
||||
- update to 1.25
|
||||
|
||||
* Mon Jun 28 2004 Warren Togami <wtogami@redhat.com>
|
||||
- update to 1.20
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user