From b007e63c6ffc3bc41e2aecc32d148fb4f27d0f42 Mon Sep 17 00:00:00 2001 From: Neil Horman Date: Fri, 14 Mar 2008 11:38:31 +0000 Subject: [PATCH] Fixing silly spec file mistake --- numactl.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/numactl.spec b/numactl.spec index 808edda..767a421 100644 --- a/numactl.spec +++ b/numactl.spec @@ -1,7 +1,7 @@ Name: numactl Summary: Library for tuning for Non Uniform Memory Access machines Version: 1.0.2 -Release: 4%{dist} +Release: 5%{dist} License: LGPLv2/GPLv2 Group: System Environment/Base URL: ftp://ftp.suse.com/pub/people/ak/numa/ @@ -28,6 +28,7 @@ Provides development headers for numa library calls %prep %setup -q %patch0 -p1 +%patch1 -p1 %build make CFLAGS="$RPM_OPT_FLAGS -I. -fPIC" @@ -69,6 +70,9 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/man3/*.3* %changelog +* Fri Mar 14 2008 Neil Horman - 1.0.2-5 +- Fixing spec file to actually apply alpha patch :) + * Fri Mar 14 2008 Neil Horman - 1.0.2-4 - Add alpha syscalls (bz 396361)