- Recommend both python-gnomekeyring and python-kde4 needed for

Gnome and KDE keyring implementations.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-keyring?expand=0&rev=14
This commit is contained in:
Sascha Peilicke 2013-03-22 14:30:45 +00:00 committed by Git OBS Bridge
parent 33202255b6
commit 2ae9394168
2 changed files with 3 additions and 6 deletions

View File

@ -1,8 +1,8 @@
------------------------------------------------------------------- -------------------------------------------------------------------
Fri Mar 22 14:07:23 UTC 2013 - speilicke@suse.com Fri Mar 22 14:07:23 UTC 2013 - speilicke@suse.com
- Require python-gnomekeyring to have a working keyring on both - Recommend both python-gnomekeyring and python-kde4 needed for
Gnome and KDE. Gnome and KDE keyring implementations.
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Feb 11 09:19:27 UTC 2013 - saschpe@suse.de Mon Feb 11 09:19:27 UTC 2013 - saschpe@suse.de

View File

@ -36,10 +36,7 @@ Provides: python-keyring-kde = %{version}
Obsoletes: python-keyring-kde < %{version} Obsoletes: python-keyring-kde < %{version}
Provides: python-keyring-gnome = %{version} Provides: python-keyring-gnome = %{version}
Obsoletes: python-keyring-gnome < %{version} Obsoletes: python-keyring-gnome < %{version}
#NOTE(saschpe): When running under KDE, the 'Gnome' keyring backend is chosen still. Recommends: python-gnomekeyring
# on openSUSE, python-gnomekeyring has much less deps than python-kde4, so we take
# it as the default:
Requires: python-gnomekeyring
Recommends: python-kde4 Recommends: python-kde4
%if 0%{?suse_version} && 0%{?suse_version} <= 1110 %if 0%{?suse_version} && 0%{?suse_version} <= 1110
%{!?python_sitelib: %global python_sitelib %(python -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} %{!?python_sitelib: %global python_sitelib %(python -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}