Dominique Leuenberger 2015-03-12 10:29:54 +00:00 committed by Git OBS Bridge
parent 0ec421f016
commit c9a7ec92ec
2 changed files with 17 additions and 0 deletions

View File

@ -1,3 +1,13 @@
-------------------------------------------------------------------
Thu Mar 12 10:26:55 UTC 2015 - dimstar@opensuse.org
- Add with_cacert_patch condition. When enabled:
+ Add NetworkManager(cacert-patch) Requires
+ Apply gnome-control-center-probe-radius-server-cert.patch
+ This needs to be toggled whenever NetworkManager is updated
and the nm-probe-radius-server-cert.patch there is not rebased
yet.
-------------------------------------------------------------------
Wed Mar 11 08:52:48 UTC 2015 - glin@suse.com

View File

@ -26,6 +26,8 @@
%define with_wacom 1
%endif
%define with_cacert_patch 1
Name: gnome-control-center
Version: 3.14.2
Release: 0
@ -127,6 +129,9 @@ Recommends: cups-pk-helper
Recommends: dbus(com.intel.dleyna-server)
# the printers panel can use the dbus service
Recommends: system-config-printer-dbus-service
%if %{with_cacert_patch}
Requires: NetworkManager(cacert-patch)
%endif
Provides: acme
Provides: fontilus
Provides: themus
@ -184,7 +189,9 @@ translation-update-upstream
%patch0 -p1
%patch1 -p1
%patch15 -p1
%if %{with_cacert_patch}
%patch16 -p1
%endif
%patch17 -p1
#NEEDS-REBASE
#patch14 -p1