rpms/glusterfs/F-11 glusterfs.spec,1.11,1.12

Matthias Saou thias at fedoraproject.org
Thu Jun 11 11:53:21 UTC 2009


Author: thias

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

Modified Files:
	glusterfs.spec 
Log Message:
Remove y.tab.c before compiling, it still works and might be the cause of the current build issues...



Index: glusterfs.spec
===================================================================
RCS file: /cvs/extras/rpms/glusterfs/F-11/glusterfs.spec,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -p -r1.11 -r1.12
--- glusterfs.spec	11 Jun 2009 11:23:30 -0000	1.11
+++ glusterfs.spec	11 Jun 2009 11:52:50 -0000	1.12
@@ -16,7 +16,7 @@
 Summary: Cluster File System
 Name: glusterfs
 Version: 2.0.1
-Release: 1%{?pre:.%{pre}}%{?dist}.1
+Release: 1%{?pre:.%{pre}}%{?dist}.2
 License: GPLv3+
 Group: System Environment/Base
 URL: http://www.gluster.org/docs/index.php/GlusterFS
@@ -26,7 +26,6 @@ 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
@@ -119,7 +118,8 @@ This package provides the development li
 
 %prep
 %setup -q -n %{name}-%{version}%{?pre}
-%patch0 -p1 -b .y.tab.c
+# Remove the broken version, it gets re-generated by bison
+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}
 




More information about the fedora-extras-commits mailing list