diff --git a/atomicapp.spec b/atomicapp.spec index a4cc787..1e4bfc0 100644 --- a/atomicapp.spec +++ b/atomicapp.spec @@ -1,6 +1,6 @@ Name: atomicapp Version: 0.6.3 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Reference implementation of the Nulecule container application Specification License: LGPLv3 @@ -8,6 +8,9 @@ URL: https://github.com/projectatomic/%{name} Source0: https://github.com/projectatomic/%{name}/archive/%{version}.tar.gz BuildArch: noarch +# There is no docker on ppc64 +# https://bugzilla.redhat.com/show_bug.cgi?id=1465171 +ExcludeArch: ppc64 BuildRequires: python2-devel BuildRequires: python-setuptools @@ -49,6 +52,9 @@ CFLAGS="$RPM_OPT_FLAGS" %{__python2} setup.py build /usr/bin/%{name} %changelog +* Mon Jun 26 2017 Till Maas - 0.6.3-3 +- Exclude ppc64: there is no docker there + * Fri Feb 10 2017 Fedora Release Engineering - 0.6.3-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild