diff --git a/socat.spec b/socat.spec
index 81c5f39..8f64daf 100644
--- a/socat.spec
+++ b/socat.spec
@@ -1,7 +1,7 @@
 Summary: Bidirectional data relay between two data channels ('netcat++')
 Name: socat
 Version: 1.5.0.0
-Release: 4%{?dist}
+Release: 5%{?dist}
 License: GPL
 Url:  http://www.dest-unreach.org/%{name}
 Source: http://www.dest-unreach.org/socat/download/%{name}-%{version}.tar.bz2
@@ -59,6 +59,9 @@ rm -rf %{buildroot}
 %doc %{_mandir}/man1/socat.1*
 
 %changelog
+* Mon Feb 19 2007 Paul Wouters <paul@xelerance.com> 1.5.0.0-5
+- tagging failure bug in redhat build system requires bump
+
 * Mon Feb 19 2007 Paul Wouters <paul@xelerance.com> 1.5.0.0-4
 - Some filesystem defines moved from their specific (ext2)
   filesystem defines into the generic <linux/fs.h>.