From d44f6e2a6629ed3b6d49f51f9325380d27ae19b3 Mon Sep 17 00:00:00 2001 From: Yaakov Selkowitz Date: Jul 02 2016 06:34:52 +0000 Subject: Fix testsuite on non-multilib arches Resolves: rhbz#1352164 Version: 1-6 --- diff --git a/multilib-rpm-config.spec b/multilib-rpm-config.spec index 7e1a0c3..9e063fc 100644 --- a/multilib-rpm-config.spec +++ b/multilib-rpm-config.spec @@ -11,7 +11,7 @@ Summary: Multilib packaging helpers Name: multilib-rpm-config Version: 1 -Release: 5%{?dist} +Release: 6%{?dist} License: GPLv2+ URL: https://fedoraproject.org/wiki/PackagingDrafts/MultilibTricks @@ -85,7 +85,7 @@ gcc ./basic/main.c ./a.out pwd -if $capable; then +if `$capable`; then cp -r template really-works $ml_fix --file /really-works/header.h gcc really-works/main.c @@ -118,6 +118,9 @@ test `$capable --arch ppc64p7` = true %changelog +* Fri Jul 01 2016 Yaakov Selkowitz - 1-6 +- Fix testsuite on non-multilib arches (#1352164) + * Wed Jun 22 2016 Pavel Raiskup - 1-5 - document why there is no need for '#else' in the replacement header - add basic testsuite