From 48a43c27b47ea00b1f944139ce22967b8338f4a4 Mon Sep 17 00:00:00 2001 From: Florian La Roche Date: Tue, 27 Jun 2006 06:16:53 +0000 Subject: [PATCH] - req coreutils for preun --- memtest86+.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/memtest86+.spec b/memtest86+.spec index 6ae2291..392325f 100644 --- a/memtest86+.spec +++ b/memtest86+.spec @@ -6,7 +6,7 @@ Summary: Stand-alone memory tester for x86 and x86-64 computers Name: memtest86+ Version: 1.65 -Release: 3 +Release: 4 License: GPL ExclusiveArch: %{ix86} x86_64 Group: System Environment/Base @@ -14,6 +14,7 @@ Source0: http://www.memtest.org/download/1.20/memtest86+-%{version}.tar.gz URL: http://www.memtest.org Source1: new-memtest-pkg Source2: memtest-setup +Requires(preun): coreutils # require glibc-devel.i386 via this file: BuildRequires: /usr/include/gnu/stubs-32.h BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot @@ -60,6 +61,9 @@ rm -rf $RPM_BUILD_ROOT /sbin/new-memtest-pkg --remove %{version} %changelog +* Tue Jun 27 2006 Florian La Roche - 1.65-4 +- make sure coreutils is installed for the preun script + * Thu Jun 08 2006 Jesse Keating - 1.65-3 - rebuilt for new buildsystem