diff --git a/gnome-software.spec b/gnome-software.spec index 6315bfa..cd08612 100644 --- a/gnome-software.spec +++ b/gnome-software.spec @@ -7,7 +7,7 @@ Summary: A software center for GNOME Name: gnome-software Version: 3.14.2 -Release: 2%{?dist} +Release: 3%{?dist} License: GPLv2+ Group: Applications/System URL: https://wiki.gnome.org/Apps/Software @@ -20,7 +20,9 @@ Patch0: gnome-software-system-apps.patch Patch1: 0001-trivial-Fix-compile-when-using-appstream-glib-0.3.2.patch Requires: appstream-data +%if 0%{?fedora} Requires: epiphany-runtime +%endif Requires: glib2%{?_isa} >= %{glib2_version} # needed for app folder .directory entries Requires: gnome-menus%{?_isa} @@ -111,6 +113,9 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas &> /dev/null || : %{_datadir}/gnome-software/modulesets.d/*.xml %changelog +* Thu Nov 13 2014 Richard Hughes - 3.14.2-3 +- Fix non-Fedora build + * Tue Nov 11 2014 Richard Hughes - 3.14.2-2 - Backport a patch to fix compilation