From ad84219dd9720df0464a14eb58a09ca83688ebb9 Mon Sep 17 00:00:00 2001 From: Colin Walters Date: Mar 02 2015 21:38:11 +0000 Subject: Drop ExclusiveArch, we are just a wrapper for Docker, which in any case builds on other architectures now. --- diff --git a/atomic.spec b/atomic.spec index 4fd4d2d..5123a2c 100644 --- a/atomic.spec +++ b/atomic.spec @@ -5,11 +5,10 @@ Name: atomic Version: 0 -Release: 0.7.git%{shortcommit}%{?dist} +Release: 0.8.git%{shortcommit}%{?dist} Summary: Tool for managing ProjectAtomic systems and containers License: LGPLv2+ URL: https://github.com/projectatomic/atomic -ExclusiveArch: x86_64 Source0: https://github.com/projectatomic/%{name}/archive/%{commit}.tar.gz BuildRequires: python2-devel BuildRequires: python-setuptools @@ -61,6 +60,10 @@ make install DESTDIR=%{buildroot} %{_mandir}/man1/%{name}* %changelog +* Mon Mar 02 2015 Colin Walters - 0-0.8.gita7ff4cb +- Drop ExclusiveArch, we are just a wrapper for Docker, which in any + case builds on other architectures now. + * Tue Feb 24 2015 Lokesh Mandvekar - 0-0.7.gita7ff4cb - remove pylint for rhel/centos