Accepting request 613071 from GNOME:Factory

- Update to version 3.28.2:
  + Don't pass --overview on desktop file.
  + Display: Fix crashes on Night Light dialog.
  + Network: Fix various Bluetooth and VPN issues.
  + User Accounts:
    - Fix building without Cheese.
    - Fix wrong enterprise user/password hint.
  + Updated translations.

- Add control-center-ignore-unmanaged-wifi-devices.patch:
  wifi: only manage Wi-Fi devices managed by NM (bsc#1079320).

OBS-URL: https://build.opensuse.org/request/show/613071
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gnome-control-center?expand=0&rev=167
This commit is contained in:
Dominique Leuenberger 2018-06-02 09:55:55 +00:00 committed by Git OBS Bridge
commit 112317a527
5 changed files with 53 additions and 5 deletions

View File

@ -0,0 +1,27 @@
From cb760e77af0b566f6fcc96fe162a875403665877 Mon Sep 17 00:00:00 2001
From: Jonathan Kang <jonathan121537@gmail.com>
Date: Mon, 21 May 2018 15:23:04 +0800
Subject: [PATCH] wifi: only manage Wi-Fi devices managed by NM
If a Wi-Fi device is unmanaged by NetworkManager, ignore it.
---
panels/network/cc-wifi-panel.c | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/panels/network/cc-wifi-panel.c b/panels/network/cc-wifi-panel.c
index d785bad0d..8db43c349 100644
--- a/panels/network/cc-wifi-panel.c
+++ b/panels/network/cc-wifi-panel.c
@@ -91,7 +91,8 @@ add_wifi_device (CcWifiPanel *self,
NetObject *net_device;
/* Only manage Wi-Fi devices */
- if (!NM_IS_DEVICE_WIFI (device))
+ if (!NM_IS_DEVICE_WIFI (device) ||
+ !nm_device_get_managed (device))
return;
/* Create the NetDevice */
--
2.17.0

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:c65e56d42e2f8d1fd93ea0afe8c4eafcd4594adc45e2b0d8c069d0f557485738
size 5854488

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:ff9e3d7c1693c6004c8a337eb84452d517259b52330081b6b226a8ac5793d734
size 5857128

View File

@ -1,3 +1,21 @@
-------------------------------------------------------------------
Tue May 29 20:18:34 UTC 2018 - bjorn.lie@gmail.com
- Update to version 3.28.2:
+ Don't pass --overview on desktop file.
+ Display: Fix crashes on Night Light dialog.
+ Network: Fix various Bluetooth and VPN issues.
+ User Accounts:
- Fix building without Cheese.
- Fix wrong enterprise user/password hint.
+ Updated translations.
-------------------------------------------------------------------
Fri May 25 00:25:57 UTC 2018 - sckang@suse.com
- Add control-center-ignore-unmanaged-wifi-devices.patch:
wifi: only manage Wi-Fi devices managed by NM (bsc#1079320).
------------------------------------------------------------------- -------------------------------------------------------------------
Tue May 8 10:21:28 UTC 2018 - qkzhu@suse.com Tue May 8 10:21:28 UTC 2018 - qkzhu@suse.com

View File

@ -27,17 +27,19 @@
%{?with_ibus:BuildRequires: pkgconfig(ibus-1.0) >= 1.5.2} %{?with_ibus:BuildRequires: pkgconfig(ibus-1.0) >= 1.5.2}
%{?with_wacom:BuildRequires: pkgconfig(clutter-1.0) >= 1.11.3 pkgconfig(libwacom) >= 0.7} %{?with_wacom:BuildRequires: pkgconfig(clutter-1.0) >= 1.11.3 pkgconfig(libwacom) >= 0.7}
Name: gnome-control-center Name: gnome-control-center
Version: 3.28.1 Version: 3.28.2
Release: 0 Release: 0
Summary: The GNOME Control Center Summary: The GNOME Control Center
License: GPL-2.0-or-later License: GPL-2.0-or-later
Group: System/GUI/GNOME Group: System/GUI/GNOME
Url: https://www.gnome.org URL: https://www.gnome.org
Source: http://download.gnome.org/sources/gnome-control-center/3.28/%{name}-%{version}.tar.xz Source: http://download.gnome.org/sources/gnome-control-center/3.28/%{name}-%{version}.tar.xz
# PATCH-FIX-OPENSUSE gnome-control-center-disable-error-message-for-NM.patch bsc#989801 sckang@suse.com -- network: Improve the check for whether NM or wicked is running was:PATCH-FIX-OPENSUSE # PATCH-FIX-OPENSUSE gnome-control-center-disable-error-message-for-NM.patch bsc#989801 sckang@suse.com -- network: Improve the check for whether NM or wicked is running was:PATCH-FIX-OPENSUSE
Patch0: gnome-control-center-disable-error-message-for-NM.patch Patch0: gnome-control-center-disable-error-message-for-NM.patch
# PATCH-FIX-UPSTREAM control-center-network-add-domain-suffix-match.patch bgo#787882 bsc#1047509 sckang@suse.com -- wifi: Add domain-suffix-match entry # PATCH-FIX-UPSTREAM control-center-network-add-domain-suffix-match.patch bgo#787882 bsc#1047509 sckang@suse.com -- wifi: Add domain-suffix-match entry
Patch1: control-center-network-add-domain-suffix-match.patch Patch1: control-center-network-add-domain-suffix-match.patch
# PATCH-FIX-UPSTREAM control-center-ignore-unmanaged-wifi-devices.patch bsc#1079320 glgo#GNOME/gnome-control-center#54 sckang@suse.com -- wifi: only manage Wi-Fi devices managed by NM
Patch2: control-center-ignore-unmanaged-wifi-devices.patch
### patches for Leap >= 15 plus SLE >= 15, but not TW ### patches for Leap >= 15 plus SLE >= 15, but not TW
# PATCH-FEATURE-SLE gnome-control-center-info-never-use-gnome-software.patch bsc#999336 fezhang@suse.com -- info: Never search for gnome-software as an option when checking for updates on SLE and Leap 42.2, because we use gpk-update-viewer. # PATCH-FEATURE-SLE gnome-control-center-info-never-use-gnome-software.patch bsc#999336 fezhang@suse.com -- info: Never search for gnome-software as an option when checking for updates on SLE and Leap 42.2, because we use gpk-update-viewer.
Patch1001: gnome-control-center-info-never-use-gnome-software.patch Patch1001: gnome-control-center-info-never-use-gnome-software.patch
@ -179,6 +181,7 @@ GNOME control center.
%setup -q %setup -q
%patch0 -p1 %patch0 -p1
%patch1 -p1 %patch1 -p1
%patch2 -p1
translation-update-upstream translation-update-upstream
# patches for Leap >= 15 plus SLE >= 15, but not TW # patches for Leap >= 15 plus SLE >= 15, but not TW