tweak
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gnome-control-center?expand=0&rev=272
This commit is contained in:
parent
0ec421f016
commit
c9a7ec92ec
@ -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
|
Wed Mar 11 08:52:48 UTC 2015 - glin@suse.com
|
||||||
|
|
||||||
|
@ -26,6 +26,8 @@
|
|||||||
%define with_wacom 1
|
%define with_wacom 1
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
|
%define with_cacert_patch 1
|
||||||
|
|
||||||
Name: gnome-control-center
|
Name: gnome-control-center
|
||||||
Version: 3.14.2
|
Version: 3.14.2
|
||||||
Release: 0
|
Release: 0
|
||||||
@ -127,6 +129,9 @@ Recommends: cups-pk-helper
|
|||||||
Recommends: dbus(com.intel.dleyna-server)
|
Recommends: dbus(com.intel.dleyna-server)
|
||||||
# the printers panel can use the dbus service
|
# the printers panel can use the dbus service
|
||||||
Recommends: system-config-printer-dbus-service
|
Recommends: system-config-printer-dbus-service
|
||||||
|
%if %{with_cacert_patch}
|
||||||
|
Requires: NetworkManager(cacert-patch)
|
||||||
|
%endif
|
||||||
Provides: acme
|
Provides: acme
|
||||||
Provides: fontilus
|
Provides: fontilus
|
||||||
Provides: themus
|
Provides: themus
|
||||||
@ -184,7 +189,9 @@ translation-update-upstream
|
|||||||
%patch0 -p1
|
%patch0 -p1
|
||||||
%patch1 -p1
|
%patch1 -p1
|
||||||
%patch15 -p1
|
%patch15 -p1
|
||||||
|
%if %{with_cacert_patch}
|
||||||
%patch16 -p1
|
%patch16 -p1
|
||||||
|
%endif
|
||||||
%patch17 -p1
|
%patch17 -p1
|
||||||
#NEEDS-REBASE
|
#NEEDS-REBASE
|
||||||
#patch14 -p1
|
#patch14 -p1
|
||||||
|
Loading…
Reference in New Issue
Block a user