From 3580995beac3b18f41199cd342d09faa69f83de0 Mon Sep 17 00:00:00 2001 From: Brent Baude Date: Apr 24 2017 14:21:42 +0000 Subject: excludearch ppc64 because no skopeo --- diff --git a/atomic.spec b/atomic.spec index 5fe451e..870851a 100644 --- a/atomic.spec +++ b/atomic.spec @@ -14,9 +14,11 @@ %global commit f304570aaffb9dde1e2eed1eabe739a990e286bc %global shortcommit %(c=%{commit}; echo ${c:0:7}) +ExcludeArch: ppc64 + Name: atomic Version: 1.17.1 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Tool for managing ProjectAtomic systems and containers License: LGPLv2+ URL: https://github.com/projectatomic/atomic @@ -153,6 +155,9 @@ EOF %dir %{_sharedstatedir}/containers/%{name} %changelog +* Mon Apr 24 2017 bbaude - 1.17.1-2 +- Exclude arch for ppc64 so can build for ppc64le + * Thu Apr 20 2017 Brent Baude - 1.17.1-1 - bump to 1.17.1 - Use proxy from environment variable or config file