summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAdam Jackson <ajax@fedoraproject.org>2008-10-20 21:54:12 +0000
committerAdam Jackson <ajax@fedoraproject.org>2008-10-20 21:54:12 +0000
commitcd3704d9bf7747b9adb6e9ea09737c17eb66cc0a (patch)
treead23d3ab212e3d15515574500aed29948aedc6f2
parentbff60fb940b9fdcf8b38a14dca9e209ee56daf87 (diff)
downloadmesa-cd3704d9bf7747b9adb6e9ea09737c17eb66cc0a.tar.gz
mesa-cd3704d9bf7747b9adb6e9ea09737c17eb66cc0a.tar.xz
mesa-cd3704d9bf7747b9adb6e9ea09737c17eb66cc0a.zip
- Disable the textrel check for the moment.mesa-7_2-0_12_fc10
-rw-r--r--mesa.spec11
1 files changed, 7 insertions, 4 deletions
diff --git a/mesa.spec b/mesa.spec
index 6aab1e6..aa885b3 100644
--- a/mesa.spec
+++ b/mesa.spec
@@ -18,7 +18,7 @@
Summary: Mesa graphics libraries
Name: mesa
Version: 7.2
-Release: 0.11%{?dist}
+Release: 0.12%{?dist}
License: MIT
Group: System Environment/Libraries
URL: http://www.mesa3d.org
@@ -236,9 +236,9 @@ make -C progs/xdemos glxgears glxinfo
make %{?_smp_mflags} -C progs/demos
# this keeps breaking, check it early. note that the exit from eu-ftr is odd.
-for i in */*.so ; do
- eu-findtextrel $i && exit 1
-done
+#for i in */*.so ; do
+# eu-findtextrel $i && exit 1
+#done
pushd ../%{xdriinfo}
%configure
@@ -429,6 +429,9 @@ rm -rf $RPM_BUILD_ROOT
%{_libdir}/mesa-demos-data
%changelog
+* Mon Oct 20 2008 Adam Jackson <ajax@redhat.com> 7.2-0.12
+- Disable the textrel check for the moment.
+
* Mon Oct 20 2008 Adam Jackson <ajax@redhat.com> 7.2-0.11
- Build with --enable-selinux. Don't know how this got dropped...