- add a requirement for 32bit glibc-devel
This commit is contained in:
parent
80e0161661
commit
1404cb7c50
@ -6,7 +6,7 @@
|
|||||||
Summary: Stand-alone memory tester for x86 and x86-64 computers
|
Summary: Stand-alone memory tester for x86 and x86-64 computers
|
||||||
Name: memtest86+
|
Name: memtest86+
|
||||||
Version: 1.65
|
Version: 1.65
|
||||||
Release: 1
|
Release: 2
|
||||||
License: GPL
|
License: GPL
|
||||||
ExclusiveArch: %{ix86} x86_64
|
ExclusiveArch: %{ix86} x86_64
|
||||||
Group: System Environment/Base
|
Group: System Environment/Base
|
||||||
@ -14,6 +14,8 @@ Source0: http://www.memtest.org/download/1.20/memtest86+-%{version}.tar.gz
|
|||||||
URL: http://www.memtest.org
|
URL: http://www.memtest.org
|
||||||
Source1: new-memtest-pkg
|
Source1: new-memtest-pkg
|
||||||
Source2: memtest-setup
|
Source2: memtest-setup
|
||||||
|
# require glibc-devel.i386 via this file:
|
||||||
|
BuildRequire: /usr/include/gnu/stubs-32.h
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
|
||||||
Obsoletes: memtest86
|
Obsoletes: memtest86
|
||||||
|
|
||||||
@ -58,6 +60,9 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
/sbin/new-memtest-pkg --remove %{version}
|
/sbin/new-memtest-pkg --remove %{version}
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sat Oct 15 2005 Florian La Roche <laroche@redhat.com>
|
||||||
|
- make sure 32bit glibc-devel is installed (#170614)
|
||||||
|
|
||||||
* Sat Oct 01 2005 Warren Togami <wtogami@redhat.com> - 1.65-1
|
* Sat Oct 01 2005 Warren Togami <wtogami@redhat.com> - 1.65-1
|
||||||
- 1.65
|
- 1.65
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user