From 40b2cfdc3e8ef24c979c910518ecf574a7e24f35 Mon Sep 17 00:00:00 2001 From: Neal Gompa Date: Mar 31 2017 15:42:26 +0000 Subject: Add ExclusiveArch entry from snapd, since it requires snapd --- diff --git a/snapd-glib.spec b/snapd-glib.spec index 992d032..5cb41fd 100644 --- a/snapd-glib.spec +++ b/snapd-glib.spec @@ -1,6 +1,6 @@ Name: snapd-glib Version: 1.9 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Library providing a GLib interface to snapd Group: System Environment/Libraries @@ -26,6 +26,9 @@ BuildRequires: pkgconfig(Qt5Network) BuildRequires: pkgconfig(Qt5Qml) BuildRequires: vala-tools +# Verified arches from snapd upstream +ExclusiveArch: %{ix86} x86_64 %{arm} aarch64 ppc64le s390x + # Ensure that weird Provides aren't generated %global __provides_exclude_from ^%{_qt5_qmldir}/Snapd/.*\\.so$ @@ -142,6 +145,9 @@ find %{buildroot} -name '*.la' -delete %{_datadir}/polkit-1/actions/io.snapcraft.SnapdLoginService.policy %changelog +* Fri Mar 31 2017 Neal Gompa - 1.9-2 +- Add ExclusiveArch entry from snapd, since it requires snapd + * Fri Mar 31 2017 Neal Gompa - 1.9-1 - Rebase to latest upstream release