Browse code

Disable smp flag in apr-util check section

Change-Id: I3bb22b52e47b80e76739e0c40b1b33bbed7c62f8
Reviewed-on: http://photon-jenkins.eng.vmware.com:8082/3820
Tested-by: gerrit-photon <photon-checkins@vmware.com>
Reviewed-by: Bo Gan <ganb@vmware.com>

Rui Gu authored on 2017/09/21 06:44:51
Showing 1 changed files
... ...
@@ -1,7 +1,7 @@
1 1
 Summary:    The Apache Portable Runtime Utility Library
2 2
 Name:       apr-util
3 3
 Version:    1.5.4
4
-Release:    11%{?dist}
4
+Release:    12%{?dist}
5 5
 License:    Apache License 2.0
6 6
 URL:        https://apr.apache.org/
7 7
 Group:      System Environment/Libraries
... ...
@@ -82,7 +82,8 @@ make %{?_smp_mflags}
82 82
 make DESTDIR=%{buildroot} install
83 83
 
84 84
 %check
85
-make  %{?_smp_mflags} check
85
+# Disable smp_flag because of race condition
86
+make check
86 87
 
87 88
 %clean
88 89
 rm -rf $RPM_BUILD_ROOT
... ...
@@ -120,6 +121,8 @@ rm -rf $RPM_BUILD_ROOT
120 120
 %{_libdir}/apr-util-%{apuver}/apr_dbd_sqlite*
121 121
 
122 122
 %changelog
123
+*   Mon Sep 18 2017 Rui Gu <ruig@vmware.com> 1.5.4-12
124
+-   Disable smp_flag on make check because of race condition
123 125
 *   Thu Jul 6 2017 Divya Thaluru <dthaluru@vmware.com> 1.5.4-11
124 126
 -   Added build requires on postgresql-devel
125 127
 *   Wed May 10 2017 Harish Udaiya Kumar <hudaiyakumar@vmware.com> 1.5.4-10