Accepting request 135127 from openSUSE:Tools

recommend the python-keyring package (needed for storing credentials in kwallet/gnome-keyring)

At least for people using KDE/Gnome, storing passwords securely in their keystores should be preferred!

The actual python-keyring package is only available in the devel:languages:python repo for openSUSE though and should maybe also be provided here to support the use of safe password stores. (forwarded request 135121 from NicoK)

OBS-URL: https://build.opensuse.org/request/show/135127
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/osc?expand=0&rev=74
This commit is contained in:
Stephan Kulow 2012-09-20 13:59:59 +00:00 committed by Git OBS Bridge
commit b124044b80
3 changed files with 12 additions and 2 deletions

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1 version https://git-lfs.github.com/spec/v1
oid sha256:80278773812809883c225f5b8fe985c857e2f88d550c4481767725be4ec85630 oid sha256:95424a09aaf2ea9c7e0d684ae1ef73a93b79fe4e3e7afe3a0593330b29a6d1b7
size 2193 size 2568

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Thu Sep 20 07:54:59 UTC 2012 - kruber@zib.de
- recommend the python-keyring package
(needed for storing credentials in kwallet/gnome-keyring)
------------------------------------------------------------------- -------------------------------------------------------------------
Fri Jun 29 08:59:05 UTC 2012 - adrian@suse.de Fri Jun 29 08:59:05 UTC 2012 - adrian@suse.de

View File

@ -61,6 +61,10 @@ Recommends: obs-service-format_spec_file
Recommends: obs-service-source_validator Recommends: obs-service-source_validator
%endif %endif
%endif %endif
# needed for storing credentials in kwallet/gnome-keyring
%if 0%{?suse_version} > 1000 || 0%{?mandriva_version} || 0%{?mdkversion}
Recommends: python-keyring
%endif
%if 0%{?rhel_version} && 0%{?rhel_version} < 600 %if 0%{?rhel_version} && 0%{?rhel_version} < 600
BuildRequires: python-elementtree BuildRequires: python-elementtree
Requires: python-elementtree Requires: python-elementtree