diff --git a/glusterfs.spec b/glusterfs.spec
index 56a6521..b08bc6a 100644
--- a/glusterfs.spec
+++ b/glusterfs.spec
@@ -16,7 +16,7 @@
Summary: Cluster File System
Name: glusterfs
Version: 2.0.1
-Release: 1%{?pre:.%{pre}}%{?dist}
+Release: 2%{?pre:.%{pre}}%{?dist}
License: GPLv3+
Group: System Environment/Base
URL: http://www.gluster.org/docs/index.php/GlusterFS
@@ -118,6 +118,8 @@ This package provides the development libraries.
%prep
%setup -q -n %{name}-%{version}%{?pre}
+# Remove file, it gets re-generated by bison (was causing koji build failures)
+rm -f libglusterfs/src/y.tab.c
# Don't get executable sources in the debuginfo package (as of 2.0.0rc7)
chmod -x libglusterfsclient/src/*.{c,h}
@@ -233,6 +235,9 @@ fi
%changelog
+* Thu Jun 11 2009 Matthias Saou 2.0.1-2
+- Remove libglusterfs/src/y.tab.c to fix koji F11/devel builds.
+
* Sat May 16 2009 Matthias Saou 2.0.1-1
- Update to 2.0.1.