diff --git a/.cvsignore b/.cvsignore
index fe6211c..cd81c41 100644
--- a/.cvsignore
+++ b/.cvsignore
@@ -1,2 +1,3 @@
 numactl-0.6.4.tar.gz
 numactl-0.6.4
+numactl-0.9.8.tar.gz
diff --git a/numactl.spec b/numactl.spec
index 81b87e0..43b1603 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.29 $"; RR="${R##: }"; echo ${RR%%?})
+Version:	0.9.8
+Release: %(R="$Revision: 1.0 $"; RR="${R##: }"; echo ${RR%%?})
 License:	LGPL/GPL
 Group: 		System Environment/Base
 URL: 		ftp://ftp.suse.com/pub/people/ak/numa/
@@ -24,23 +24,6 @@ allocations with NUMA policy in applications.
 %prep
 %setup -q -c -a 0
 
-#
-# reduce the number of relocations and PLT entries
-#
-%patch1
-
-# Support ppc
-%patch2
-
-# 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"
@@ -50,8 +33,8 @@ rm -rf $RPM_BUILD_ROOT
 mkdir -p $RPM_BUILD_ROOT%{_bindir}
 mkdir -p $RPM_BUILD_ROOT%{_libdir}
 mkdir -p $RPM_BUILD_ROOT%{_includedir}
-mkdir -p $RPM_BUILD_ROOT%{_mandir}/man2
 mkdir -p $RPM_BUILD_ROOT%{_mandir}/man3
+mkdir -p $RPM_BUILD_ROOT%{_mandir}/man5
 mkdir -p $RPM_BUILD_ROOT%{_mandir}/man8
 
 cd numactl-%{version}
@@ -74,11 +57,15 @@ rm -rf $RPM_BUILD_ROOT
 %{_bindir}/numademo
 %{_bindir}/numastat
 %{_bindir}/memhog
-%{_mandir}/man2/*.2*
+%{_bindir}/migratepages
 %{_mandir}/man3/*.3*
+%{_mandir}/man5/*.5*
 %{_mandir}/man8/*.8*
 
 %changelog
+* Tue Jun 13 2006 Neil Horman <nhorman@redhat.com>
+- Rebased numactl to version 0.9.8 for FC6/RHEL5
+
 * Wed Apr 26 2006 Neil Horman <nhorman@redhat.com>
 - Added patches for 64 bit overflows and cpu mask problem
 
diff --git a/sources b/sources
index f39377e..73da56a 100644
--- a/sources
+++ b/sources
@@ -1 +1,2 @@
 4d79d74c69637e1d2a5d64dfc2662fab  numactl-0.6.4.tar.gz
+ebc1ed785733f5af9d4139cef32e1192  numactl-0.9.8.tar.gz