summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJosh Boyer <jwboyer@redhat.com>2017-08-15 14:05:18 -0400
committerJosh Boyer <jwboyer@redhat.com>2017-08-15 14:14:03 -0400
commit45f99c3afc58fc434580e9921b239182e490efdf (patch)
tree813e9858b7ab235ab476560cc086f9e36656182e
parent184278758fd328f617452bade855dc27b1ab5991 (diff)
downloadbuildah-45f99c3afc58fc434580e9921b239182e490efdf.tar.gz
buildah-45f99c3afc58fc434580e9921b239182e490efdf.tar.xz
buildah-45f99c3afc58fc434580e9921b239182e490efdf.zip
Build for s390x as well
-rw-r--r--buildah.spec7
1 files changed, 5 insertions, 2 deletions
diff --git a/buildah.spec b/buildah.spec
index b853fef..8d6f583 100644
--- a/buildah.spec
+++ b/buildah.spec
@@ -26,13 +26,13 @@
Name: buildah
Version: 0.3
-Release: 2.git%{shortcommit}%{?dist}
+Release: 3.git%{shortcommit}%{?dist}
Summary: A command line tool used for creating OCI Images
License: ASL 2.0
URL: https://%{provider_prefix}
Source: https://%{provider_prefix}/archive/%{commit}/%{repo}-%{shortcommit}.tar.gz
-ExclusiveArch: x86_64 aarch64 ppc64le
+ExclusiveArch: x86_64 aarch64 ppc64le s390x
# If go_compiler is not set to 1, there is no virtual provide. Use golang instead.
BuildRequires: %{?go_compiler:compiler(go-compiler)}%{!?go_compiler:golang}
BuildRequires: git
@@ -90,6 +90,9 @@ make DESTDIR=%{buildroot} PREFIX=%{_prefix} install install.completions
%{_datadir}/bash-completion/completions/buildah
%changelog
+* Tue Aug 15 2017 Josh Boyer <jwboyer@redhat.com> - 0.3-3.gitb9b2a8a
+- Build for s390x as well
+
* Thu Jul 20 2017 Dan Walsh <dwalsh@redhat.com> 0.3-2.gitb9b2a8a7e
- Bump for inclusion of OCI 1.0 Runtime and Image Spec