From aa54a264c2e2a86abd2f935c3e3ce8545340bc52 Mon Sep 17 00:00:00 2001 From: Colin Walters Date: Fri, 27 Mar 2015 09:02:49 -0400 Subject: [PATCH] Have grub2 subpackage match ExcludeArch with grub2 --- ostree.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/ostree.spec b/ostree.spec index 4876988..edbd4ca 100644 --- a/ostree.spec +++ b/ostree.spec @@ -1,7 +1,7 @@ Summary: Tool for managing bootable, immutable filesystem trees Name: ostree Version: 2015.4 -Release: 3%{?dist} +Release: 4%{?dist} #VCS: git:git://git.gnome.org/ostree Source0: http://ftp.gnome.org/pub/GNOME/sources/ostree/%{version}/ostree-%{version}.tar.xz Source1: 91-ostree.preset @@ -53,6 +53,7 @@ The %{name}-devel package includes the header files for the %{name} library. Summary: GRUB2 integration for OSTree Group: Development/Libraries Requires: grub2 +ExcludeArch: s390 s390x %{arm} %description grub2 GRUB2 integration for OSTree @@ -111,6 +112,9 @@ rm -rf $RPM_BUILD_ROOT %{_libexecdir}/ostree/grub2* %changelog +* Fri Mar 27 2015 Colin Walters - 2015.4-4 +- Have grub2 subpackage match ExcludeArch with grub2 + * Fri Mar 27 2015 Colin Walters - 2015.4-3 - Handle null epoch as well; this was injected for https://github.com/cgwalters/rpmdistro-gitoverlay