From 20afc1728c36b6bd8c826a061e3d5ffef869263c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=ADt=20Ondruch?= Date: Fri, 7 Jun 2019 19:16:42 +0200 Subject: [PATCH] posix_spaw is not implemented everywhere, use just Intel for build. --- rubygem-childprocess.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/rubygem-childprocess.spec b/rubygem-childprocess.spec index 341840f..d0f5dab 100644 --- a/rubygem-childprocess.spec +++ b/rubygem-childprocess.spec @@ -2,7 +2,7 @@ Name: rubygem-%{gem_name} Version: 1.0.1 -Release: 1%{?dist} +Release: 2%{?dist} Summary: A gem for controlling external programs running in the background License: MIT URL: http://github.com/enkessler/childprocess @@ -15,6 +15,7 @@ BuildRequires: rubygems-devel BuildRequires: rubygem(ffi) BuildRequires: rubygem(rspec) >= 3 BuildArch: noarch +ExclusiveArch: %{ix86} x86_64 noarch %description This gem aims at being a simple and reliable solution for controlling external @@ -88,6 +89,9 @@ popd %{gem_instdir}/spec %changelog +* Fri Jun 07 2019 Vít Ondruch - 1.0.1-2 +- posix_spaw is not implemented everywhere, use just Intel for build. + * Wed Jun 05 2019 Vít Ondruch - 1.0.1-1 - Update to childprocess 1.0.1.