Require NetworkManager-config-connectivity-fedora
This is needed for captive portal integration to work.
This commit is contained in:
parent
79f637e561
commit
8b371378a7
@ -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
|
||||
@ -105,6 +105,8 @@ Requires: gdm-libs%{?_isa}
|
||||
Requires: clutter%{?_isa} >= %{clutter_version}
|
||||
# needed for settings items in menus
|
||||
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@gmail.com> - 3.13.4-2
|
||||
- Require NetworkManager-config-connectivity-fedora
|
||||
|
||||
* Wed Jul 23 2014 Florian Müllner <fmuellner@redhat.com> - 3.13.4-1
|
||||
- Update to 3.13.4
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user