From 65ec6a7530ca187d5e6a6cc7f63df0a839ff7a9d Mon Sep 17 00:00:00 2001 From: Wolfgang Stöggl Date: Jun 26 2017 16:12:54 +0000 Subject: Remove ifarch condition for patch - Include and apply patch "cpprest-2.9.1-disable-test-extract_floating_point.patch" anyway. The condition for ppc64le aarch64 has been removed. Avoids missing patch file in SRPMS or rpmlint warning "ifarch-applied-patch" and possible ifarch related issues --- diff --git a/cpprest.spec b/cpprest.spec index 3c4a4f3..af439ac 100644 --- a/cpprest.spec +++ b/cpprest.spec @@ -2,7 +2,7 @@ %define minor 9 Name: cpprest Version: 2.9.1 -Release: 15%{?dist} +Release: 16%{?dist} Summary: C++ REST library License: MIT Url: https://github.com/Microsoft/cpprestsdk @@ -22,10 +22,8 @@ Patch3: cpprest-2.9.1-disable-tests-long-timeouts.patch # Reported upstream: https://github.com/Microsoft/cpprestsdk/issues/485 Patch4: cpprest-2.9.1-asyncrt_utils_xlocale.patch %endif -%ifarch ppc64le aarch64 # Disable test extract_floating_point, which fails on ppc64le and aarch64 Patch5: cpprest-2.9.1-disable-test-extract_floating_point.patch -%endif BuildRequires: boost-devel >= 1.55 BuildRequires: cmake >= 2.6 @@ -114,6 +112,11 @@ cd Release/build.release/Binaries %changelog +* Mon Jun 26 2017 Wolfgang Stöggl - 2.9.1-16 +- Include and apply patch "cpprest-2.9.1-disable-test-extract_floating_point.patch" anyway. + The condition for ppc64le aarch64 has been removed. Avoids missing patch file in SRPMS or + rpmlint warning "ifarch-applied-patch" and possible ifarch related issues + * Mon Jun 26 2017 Wolfgang Stöggl - 2.9.1-15 - Do not run tests for ppc64 and s390x, because of many failing, even crashing tests