[gnome-shell] Require NetworkManager-config-connectivity-fedora

drago01 drago01 at fedoraproject.org
Mon Jul 28 12:42:24 UTC 2014


commit 8b371378a77812c7abe5504574f93c477e901e3c
Author: Adel Gadllah <adel.gadllah at gmail.com>
Date:   Mon Jul 28 14:41:54 2014 +0200

    Require NetworkManager-config-connectivity-fedora
    
    This is needed for captive portal integration to work.

 gnome-shell.spec |    9 +++++++--
 1 files changed, 7 insertions(+), 2 deletions(-)
---
diff --git a/gnome-shell.spec b/gnome-shell.spec
index eb6e112..52c0ee0 100644
--- a/gnome-shell.spec
+++ b/gnome-shell.spec
@@ -1,6 +1,6 @@
 Name:           gnome-shell
 Version:        3.13.4
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        Window management and application launching for GNOME
 
 Group:          User Interface/Desktops
@@ -104,7 +104,9 @@ Requires:       accountsservice-libs%{?_isa}
 Requires:       gdm-libs%{?_isa}
 Requires:       clutter%{?_isa} >= %{clutter_version}
 # needed for settings items in menus
-Requires:	control-center
+Requires:	    control-center
+# needed for captive portal support
+Requires:       NetworkManager-config-connectivity-fedora
 
 %description
 GNOME Shell provides core user interface functions for the GNOME 3 desktop,
@@ -177,6 +179,9 @@ glib-compile-schemas --allow-any-name %{_datadir}/glib-2.0/schemas &> /dev/null
 %exclude %{_datadir}/gtk-doc
 
 %changelog
+* Mon Jul 28 2014 Adel Gadllah <adel.gadllah at gmail.com> - 3.13.4-2
+- Require NetworkManager-config-connectivity-fedora
+
 * Wed Jul 23 2014 Florian Müllner <fmuellner at redhat.com> - 3.13.4-1
 - Update to 3.13.4
 


More information about the scm-commits mailing list