Fix testsuite on non-multilib arches
Resolves: rhbz#1352164 Version: 1-6
This commit is contained in:
parent
ec18e42809
commit
d44f6e2a66
@ -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 <yselkowi@redhat.com> - 1-6
|
||||
- Fix testsuite on non-multilib arches (#1352164)
|
||||
|
||||
* Wed Jun 22 2016 Pavel Raiskup <praiskup@redhat.com> - 1-5
|
||||
- document why there is no need for '#else' in the replacement header
|
||||
- add basic testsuite
|
||||
|
Loading…
Reference in New Issue
Block a user