From 8bdba8ee79be46dd69ddad2b607f6d774b30450c Mon Sep 17 00:00:00 2001 From: Peter Robinson Date: Sep 24 2014 21:15:12 +0000 Subject: Update KVM arches --- diff --git a/gnome-boxes.spec b/gnome-boxes.spec index a599c10..cb788d4 100644 --- a/gnome-boxes.spec +++ b/gnome-boxes.spec @@ -9,10 +9,13 @@ ExclusiveArch: x86_64 # The following qemu_kvm_arches/with_qemu_kvm defines come from # libvirt.spec -%if 0%{?fedora} >= 18 - %define qemu_kvm_arches %{ix86} x86_64 ppc64 s390x -%else - %define qemu_kvm_arches %{ix86} x86_64 +%if 0%{?fedora} + %if 0%{?fedora} >= 18 + %define qemu_kvm_arches %{ix86} x86_64 ppc64 s390x + %endif + %if 0%{?fedora} >= 20 + %define qemu_kvm_arches %{ix86} x86_64 %{power64} s390x %{arm} aarch64 + %endif %endif %if 0%{?rhel} >= 7 @@ -31,7 +34,7 @@ ExclusiveArch: x86_64 Name: gnome-boxes Version: 3.14.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: A simple GNOME 3 application to access remote or virtual systems Group: Applications/Emulators @@ -145,6 +148,9 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas &> /dev/null || : %{_datadir}/gnome-shell/search-providers/gnome-boxes-search-provider.ini %changelog +* Wed Sep 24 2014 Peter Robinson 3.14.0-2 +- Update KVM arches + * Tue Sep 23 2014 Kalev Lember - 3.14.0-1 - Update to 3.14.0