diff --git a/snapd-glib.spec b/snapd-glib.spec index 10c5223..1c0a13d 100644 --- a/snapd-glib.spec +++ b/snapd-glib.spec @@ -7,7 +7,7 @@ Name: snapd-glib Version: 1.13 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Library providing a GLib interface to snapd Group: System Environment/Libraries @@ -33,9 +33,6 @@ BuildRequires: pkgconfig(Qt5Network) BuildRequires: pkgconfig(Qt5Qml) BuildRequires: vala-tools >= %{min_valatools_ver} -# 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$ @@ -85,8 +82,9 @@ that use snapd-qt to communicate with snapd. Summary: Service to allow non-root access to snapd Group: System Environment/Daemons Requires: %{name}%{?_isa} = %{version}-%{release} -Requires: snapd Requires: polkit +# snapd is not necessarily available on all architectures... +Recommends: snapd %description -n snapd-login-service Snapd Login Service is a daemon that allows users to request @@ -152,6 +150,9 @@ find %{buildroot} -name '*.la' -delete %{_datadir}/polkit-1/actions/io.snapcraft.SnapdLoginService.policy %changelog +* Wed Jun 28 2017 Neal Gompa - 1.13-2 +- Downgrade snapd to Recommends and remove ExclusiveArch + * Tue Jun 27 2017 Neal Gompa - 1.13-1 - Update to 1.13 - Version the build dependencies