diff --git a/numactl.spec b/numactl.spec
index a70ce22..5167846 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.25 $"; RR="${R##: }"; echo ${RR%%?}).2
+Release: %(R="$Revision: 1.26 $"; RR="${R##: }"; echo ${RR%%?})
 License:	LGPL/GPL
 Group: 		System Environment/Base
 URL: 		ftp://ftp.suse.com/pub/people/ak/numa/
@@ -71,10 +71,13 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/man8/*.8*
 
 %changelog
+* Fri Mar 10 2006 Bill Nottingham <notting@redhat.com>
+- rebuild for ppc TLS issue (#184446)
+
 * Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 0.6.4-1.25.2
 - bump again for double-long bug on ppc(64)
 
-* Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> - error: line 4: Tag takes single token only: Release: :.1 1.24.1
+* Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com>
 - rebuilt for new gcc4.1 snapshot and glibc changes
 
 * Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com>