Remove libglusterfs/src/y.tab.c to fix koji F11/devel builds.

This commit is contained in:
Matthias Saou 2009-06-11 12:08:10 +00:00
parent c98132eefc
commit e78a9864df

View File

@ -16,7 +16,7 @@
Summary: Cluster File System Summary: Cluster File System
Name: glusterfs Name: glusterfs
Version: 2.0.1 Version: 2.0.1
Release: 1%{?pre:.%{pre}}%{?dist} Release: 2%{?pre:.%{pre}}%{?dist}
License: GPLv3+ License: GPLv3+
Group: System Environment/Base Group: System Environment/Base
URL: http://www.gluster.org/docs/index.php/GlusterFS URL: http://www.gluster.org/docs/index.php/GlusterFS
@ -118,6 +118,8 @@ This package provides the development libraries.
%prep %prep
%setup -q -n %{name}-%{version}%{?pre} %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) # Don't get executable sources in the debuginfo package (as of 2.0.0rc7)
chmod -x libglusterfsclient/src/*.{c,h} chmod -x libglusterfsclient/src/*.{c,h}
@ -233,6 +235,9 @@ fi
%changelog %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 * Sat May 16 2009 Matthias Saou <http://freshrpms.net/> 2.0.1-1
- Update to 2.0.1. - Update to 2.0.1.