From f9c73286cd001e29d13f0dd1a9a8e49eca187287 Mon Sep 17 00:00:00 2001 From: Dave Jones Date: Wed, 9 Feb 2005 00:05:40 +0000 Subject: [PATCH] typo --- numactl.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/numactl.spec b/numactl.spec index 7dccd69..ec1137d 100644 --- a/numactl.spec +++ b/numactl.spec @@ -1,7 +1,7 @@ Name: numactl Summary: library for tuning for Non Uniform Memory Access machines Version: 0.6.4 -Release: %(R="$Revision: 1.13 $"; RR="${R##: }"; echo ${RR%%?}) +Release: %(R="$Revision: 1.14 $"; RR="${R##: }"; echo ${RR%%?}) License: LGPL/GPL Group: System Environment/Base URL: ftp://ftp.suse.com/pub/people/ak/numa/ @@ -35,7 +35,7 @@ allocations with NUMA policy in applications. %build cd numactl-%{version} -make CFLAGS="$RPM_OPT_FLAGS -I. -fPIC -D_FORTITY_SOURCE=2" +make CFLAGS="$RPM_OPT_FLAGS -I. -fPIC -D_FORTIFY_SOURCE=2" %install rm -rf $RPM_BUILD_ROOT