diff --git a/atomic-devmode.spec b/atomic-devmode.spec index cbaa628..d758591 100644 --- a/atomic-devmode.spec +++ b/atomic-devmode.spec @@ -1,6 +1,6 @@ Name: atomic-devmode Version: 0.3.7 -Release: 5%{?dist} +Release: 6%{?dist} Summary: Atomic Developer Mode License: LGPLv3+ @@ -13,7 +13,7 @@ BuildArch: noarch # We're solely compatible with grub2, so don't build on # 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 +ExcludeArch: s390 s390x ppc64 Requires: cloud-init Requires: atomic @@ -39,7 +39,6 @@ logs in and starts the Cockpit container. # Nothing to build %install -rm -rf "%{buildroot}" make install DESTDIR="%{buildroot}" %files @@ -49,6 +48,9 @@ make install DESTDIR="%{buildroot}" %license COPYING COPYING.LESSER %changelog +* Thu Aug 23 2018 Peter Robinson 0.3.7-6 +- ARMv7 now has grub2 + * Thu Jul 12 2018 Fedora Release Engineering - 0.3.7-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild