Changeset 1924


Ignore:
Timestamp:
Jul 1, 2011, 4:17:23 PM (13 years ago)
Author:
geofft
Message:
curl.spec.patch: Don't run tests
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/server/fedora/specs/curl.spec.patch

    r1923 r1924  
    1 --- curl.spec.orig      2011-07-01 10:50:07.000000000 -0400
     1--- curl.spec.orig      2011-07-01 16:14:46.000000000 -0400
    22+++ curl.spec   2011-07-01 10:50:46.000000000 -0400
    33@@ -1,7 +1,7 @@
     
    2828 # other patches
    2929 %patch15 -p1
    30 @@ -289,6 +293,10 @@
     30@@ -225,6 +229,16 @@
     31 
     32 make %{?_smp_mflags}
     33 
     34+%check
     35+LD_LIBRARY_PATH=$RPM_BUILD_ROOT%{_libdir}
     36+export LD_LIBRARY_PATH
     37+cd tests
     38+make %{?_smp_mflags}
     39+
     40+# use different port range for 32bit and 64bit build, thus make it possible
     41+# to run both in parallel on the same machine
     42+./runtests.pl -a -b%{?__isa_bits}90 -p -v
     43+
     44 %install
     45 rm -rf $RPM_BUILD_ROOT
     46 
     47@@ -279,6 +293,10 @@
    3148 %{_datadir}/aclocal/libcurl.m4
    3249 
    3350 %changelog
    34 +* Fri Jul 01 2011 Geoffrey Thomas <geofft@mit.edu> 7.20.1-5.scripts.r1923
     51+* Fri Jul 01 2011 Geoffrey Thomas <geofft@mit.edu> 7.20.1-5.scripts.r1924
    3552+- disable credential delegation over Negotiate (CVE-2011-2192)
    3653+  Patch from upstream: http://curl.haxx.se/docs/adv_20110623.html
Note: See TracChangeset for help on using the changeset viewer.