rpms/glusterfs/F-11 glusterfs-2.0.1-y.tab.c.patch, NONE, 1.1 glusterfs.spec, 1.10, 1.11

Matthias Saou thias at fedoraproject.org
Thu Jun 11 11:24:01 UTC 2009


Author: thias

Update of /cvs/extras/rpms/glusterfs/F-11
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv5610

Modified Files:
	glusterfs.spec 
Added Files:
	glusterfs-2.0.1-y.tab.c.patch 
Log Message:
Try to fix the weird build error by removing weird characters...


glusterfs-2.0.1-y.tab.c.patch:

--- NEW FILE glusterfs-2.0.1-y.tab.c.patch ---
diff -Naupr glusterfs-2.0.1.orig/libglusterfs/src/y.tab.c glusterfs-2.0.1/libglusterfs/src/y.tab.c
--- glusterfs-2.0.1.orig/libglusterfs/src/y.tab.c	2009-05-08 16:24:06.000000000 +0200
+++ glusterfs-2.0.1/libglusterfs/src/y.tab.c	2009-06-11 13:21:40.108595573 +0200
@@ -835,7 +835,6 @@ int yydebug;
 # define YYMAXDEPTH 10000
 #endif
 
-
 
 #if YYERROR_VERBOSE
 
@@ -1046,7 +1045,6 @@ yysyntax_error (char *yyresult, int yyst
     }
 }
 #endif /* YYERROR_VERBOSE */
-
 
 /*-----------------------------------------------.
 | Release the memory associated to this symbol.  |


Index: glusterfs.spec
===================================================================
RCS file: /cvs/extras/rpms/glusterfs/F-11/glusterfs.spec,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -p -r1.10 -r1.11
--- glusterfs.spec	18 May 2009 10:09:47 -0000	1.10
+++ glusterfs.spec	11 Jun 2009 11:23:30 -0000	1.11
@@ -16,7 +16,7 @@
 Summary: Cluster File System
 Name: glusterfs
 Version: 2.0.1
-Release: 1%{?pre:.%{pre}}%{?dist}
+Release: 1%{?pre:.%{pre}}%{?dist}.1
 License: GPLv3+
 Group: System Environment/Base
 URL: http://www.gluster.org/docs/index.php/GlusterFS
@@ -26,6 +26,7 @@ Source2: glusterfsd.sysconfig
 Source3: umount.glusterfs
 Source4: glusterfs.logrotate
 Source5: glusterfsd.logrotate
+Patch0: glusterfs-2.0.1-y.tab.c.patch
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
 Requires(post): /sbin/chkconfig
 Requires(preun): /sbin/service, /sbin/chkconfig
@@ -118,6 +119,7 @@ This package provides the development li
 
 %prep
 %setup -q -n %{name}-%{version}%{?pre}
+%patch0 -p1 -b .y.tab.c
 # Don't get executable sources in the debuginfo package (as of 2.0.0rc7)
 chmod -x libglusterfsclient/src/*.{c,h}
 




More information about the fedora-extras-commits mailing list