rpms/glusterfs/devel glusterfs.spec,1.10,1.11

Matthias Saou thias at fedoraproject.org
Thu Jun 11 12:08:40 UTC 2009


Author: thias

Update of /cvs/extras/rpms/glusterfs/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv4660/devel

Modified Files:
	glusterfs.spec 
Log Message:
Remove libglusterfs/src/y.tab.c to fix koji F11/devel builds.



Index: glusterfs.spec
===================================================================
RCS file: /cvs/extras/rpms/glusterfs/devel/glusterfs.spec,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -p -r1.10 -r1.11
--- glusterfs.spec	18 May 2009 10:07:22 -0000	1.10
+++ glusterfs.spec	11 Jun 2009 12:08:10 -0000	1.11
@@ -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 li
 
 %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 <http://freshrpms.net/> 2.0.1-2
+- Remove libglusterfs/src/y.tab.c to fix koji F11/devel builds.
+
 * Sat May 16 2009 Matthias Saou <http://freshrpms.net/> 2.0.1-1
 - Update to 2.0.1.
 




More information about the fedora-extras-commits mailing list