[gnome-shell/f21] Fix non-Fedora build

Richard Hughes rhughes at fedoraproject.org
Wed Nov 12 21:53:29 UTC 2014


commit 034ea4db79dea658cdee66cb81fdd998eb775115
Author: Richard Hughes <richard at hughsie.com>
Date:   Wed Nov 12 21:52:48 2014 +0000

    Fix non-Fedora build

 gnome-shell.spec |    8 +++++++-
 1 files changed, 7 insertions(+), 1 deletions(-)
---
diff --git a/gnome-shell.spec b/gnome-shell.spec
index 80ee84c..96e5cb0 100644
--- a/gnome-shell.spec
+++ b/gnome-shell.spec
@@ -1,6 +1,6 @@
 Name:           gnome-shell
 Version:        3.14.2
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        Window management and application launching for GNOME
 
 Group:          User Interface/Desktops
@@ -102,8 +102,11 @@ Requires:       gdm-libs%{?_isa}
 Requires:       clutter%{?_isa} >= %{clutter_version}
 # needed for settings items in menus
 Requires:	    control-center
+
+%if 0%{?fedora}
 # needed for captive portal support
 Requires:       NetworkManager-config-connectivity-fedora
+%endif
 
 %description
 GNOME Shell provides core user interface functions for the GNOME 3 desktop,
@@ -176,6 +179,9 @@ glib-compile-schemas --allow-any-name %{_datadir}/glib-2.0/schemas &> /dev/null
 %exclude %{_datadir}/gtk-doc
 
 %changelog
+* Wed Nov 12 2014 Richard Hughes <richard at hughsie.com> - 3.14.2-2
+- Fix non-Fedora build
+
 * Wed Nov 12 2014 Florian Müllner <fmuellner at redhat.com> - 3.14.2-1
 - Update to 3.14.2
 


More information about the scm-commits mailing list