The package rpms/atomic-devmode.git has added or updated architecture specific content in its spec file (ExclusiveArch/ExcludeArch or %ifarch/%ifnarch) in commit(s): https://src.fedoraproject.org/cgit/rpms/atomic-devmode.git/commit/?id=6314f6....
Change: +ExcludeArch: s390 s390x %{arm} ppc64
Thanks.
Full change: ============
commit ff82423d5c92844e04dd0669cacd976740cd3393 Merge: b7afebf e6142c4 Author: Jonathan Lebon jlebon@redhat.com Date: Thu Jun 1 15:47:27 2017 -0400
Merge branch 'master' into f25
commit e6142c4936f74ded299716fd2391c185c06d78b9 Author: Jonathan Lebon jlebon@redhat.com Date: Thu Jun 1 15:31:51 2017 -0400
0.3.7-1 -- new upstream release
diff --git a/.gitignore b/.gitignore index e933b05..ff3e449 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ /atomic-devmode.tar.gz /atomic-devmode-v0.3.5.tar.gz /atomic-devmode-v0.3.6.tar.gz +/atomic-devmode-v0.3.7.tar.gz diff --git a/atomic-devmode.spec b/atomic-devmode.spec index 8e89343..b2b9f74 100644 --- a/atomic-devmode.spec +++ b/atomic-devmode.spec @@ -1,6 +1,6 @@ Name: atomic-devmode -Version: 0.3.6 -Release: 2%{?dist} +Version: 0.3.7 +Release: 1%{?dist} Summary: Atomic Developer Mode
License: LGPLv3+ @@ -49,6 +49,9 @@ make install DESTDIR="%{buildroot}" %license COPYING COPYING.LESSER
%changelog +* Thu Jun 01 2017 Jonathan Lebon jlebon@redhat.com - 0.3.7-1 +- Upstream release 0.3.7 (see %{url}/releases/tag/v0.3.7) + * Tue Apr 25 2017 Jonathan Lebon jlebon@redhat.com - 0.3.6-2 - Don't build on ppc64
diff --git a/sources b/sources index 28ab051..7c04cad 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (atomic-devmode-v0.3.6.tar.gz) = 20679e94309a72b653e837cd901be9050e2c53eab39c60a8b7866e3f05538e6119c01319af5bfd0d8022f1b3715fd472f2259e553f7d20310c368ed43bdf13d8 +SHA512 (atomic-devmode-v0.3.7.tar.gz) = 8c9dd52807bc2f81645c493d41964fa0706f9760f763cf0388788236a77ed41cff5c42f800e2bd0a77ddaabdd68dd5765eac37b6a560ccb13a993cf42df0b96d
commit 6314f609ef47cd3e64846589914937cfe98ceea1 Author: Jonathan Lebon jlebon@redhat.com Date: Tue Apr 25 11:45:31 2017 -0400
0.3.6-2 -- don't build on ppc64
Also exclude ppc64 since the atomic pkg isn't built there and we need it.
diff --git a/atomic-devmode.spec b/atomic-devmode.spec index b37b5b2..8e89343 100644 --- a/atomic-devmode.spec +++ b/atomic-devmode.spec @@ -1,6 +1,6 @@ Name: atomic-devmode Version: 0.3.6 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Atomic Developer Mode
License: LGPLv3+ @@ -11,8 +11,9 @@ Source: %{name}-v%{version}.tar.gz BuildArch: noarch
# We're solely compatible with grub2, so don't build on -# platforms that don't have it. -ExcludeArch: s390 s390x %{arm} +# platforms that don't have it. Also, the atomic pkg isn't +# built on ppc64, so let's exclude it here too. +ExcludeArch: s390 s390x %{arm} ppc64
Requires: cloud-init Requires: atomic @@ -48,6 +49,9 @@ make install DESTDIR="%{buildroot}" %license COPYING COPYING.LESSER
%changelog +* Tue Apr 25 2017 Jonathan Lebon jlebon@redhat.com - 0.3.6-2 +- Don't build on ppc64 + * Mon Feb 27 2017 Jonathan Lebon jlebon@redhat.com - 0.3.6-1 - Upstream release 0.3.6 (see %{url}/releases/tag/v0.3.6)
arch-excludes@lists.fedoraproject.org