diff --git a/numactl.spec b/numactl.spec
index 5167846..6a011d6 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.26 $"; RR="${R##: }"; echo ${RR%%?})
+Release: %(R="$Revision: 1.27 $"; RR="${R##: }"; echo ${RR%%?})
 License:	LGPL/GPL
 Group: 		System Environment/Base
 URL: 		ftp://ftp.suse.com/pub/people/ak/numa/
@@ -13,6 +13,8 @@ ExcludeArch: ppc64 s390 s390x
 Patch1:	numactl-lib.patch
 Patch2: numactl-0.6.4-ppc.patch
 Patch3: numactl-0.6.4-commonalias.patch
+Patch4: numactl-64bit-overruns.patch
+Patch5: numactl-64bit-cpu-mask.patch
 
 %description
 Simple NUMA policy support. It consists of a numactl program to run
@@ -33,6 +35,12 @@ allocations with NUMA policy in applications.
 # Fix breakage with aliases to tentatitive common symbols.
 %patch3
 
+# Fix 64 bit overruns
+%patch4
+
+# Fix cpu mask computation for > 7 nodes
+%patch5
+
 %build
 cd numactl-%{version}
 make CFLAGS="$RPM_OPT_FLAGS -I. -fPIC"
@@ -71,6 +79,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/man8/*.8*
 
 %changelog
+* Wed Apr 26 2006 Neil Horman <nhorman@redhat.com>
+- Added patches for 64 bit overflows and cpu mask problem
+
 * Fri Mar 10 2006 Bill Nottingham <notting@redhat.com>
 - rebuild for ppc TLS issue (#184446)