diff --git a/testcloud.spec b/testcloud.spec index 876750e..7393179 100644 --- a/testcloud.spec +++ b/testcloud.spec @@ -3,7 +3,7 @@ Name: testcloud Version: 0.1.8 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Tool for running cloud images locally License: GPLv2+ @@ -11,6 +11,8 @@ URL: https://github.com/Rorosha/testCloud Source0: https://github.com/Rorosha/%{name}/archive/%{version}.tar.gz BuildArch: noarch +# until libguestfs dep is resolved on arm +ExcludeArch: %{arm} # Ensure we can create the testcloud group Requires(pre): shadow-utils @@ -96,6 +98,9 @@ install conf/99-testcloud-nonroot-libvirt-access.rules %{buildroot}%{_sysconfdir %{_bindir}/testcloud %changelog +* Wed Jun 22 2016 Martin Krizek - 0.1.8-2 +- exclude arm until libguestfs dep is resolved there + * Fri Feb 05 2016 Tim Flink - 0.1.8-1 - Explicitly fail when IP address is not found