diff --git a/subversion.changes b/subversion.changes index 6c38032..aa52b04 100644 --- a/subversion.changes +++ b/subversion.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Fri Mar 20 21:10:19 UTC 2015 - astieger@suse.com + +- Improve installation of secure password storage plugins for + KWallet and GNOME Keyring +- Recommend installation of bash completion + ------------------------------------------------------------------- Tue Mar 10 20:09:16 UTC 2015 - astieger@suse.com diff --git a/subversion.spec b/subversion.spec index b3aee93..2eb8f00 100644 --- a/subversion.spec +++ b/subversion.spec @@ -124,6 +124,10 @@ BuildRequires: kdelibs4-core BuildRequires: libkde4-devel BuildRequires: libqt4-devel %endif +%if 0%{?suse_version} +Recommends: %{name}-bash-completion +Recommends: %{name}-password-store +%endif %description Subversion exists to be universally recognized and adopted as an open-source, @@ -200,21 +204,23 @@ to the Apache directories and configuration. %if %{with_kde} %package -n libsvn_auth_kwallet-1-0 -Summary: A Concurrent Versioning system similar to but better than CVS +Summary: KWallet support for Subversion Group: Development/Tools/Version Control +Requires: %{name} = %{version} +Provides: subversion-password-store = %{version} %description -n libsvn_auth_kwallet-1-0 -Provides KWallet integration for Subversion version control system. +Provides KWallet integration for Subversion %endif %package -n libsvn_auth_gnome_keyring-1-0 -Summary: A Concurrent Versioning system similar to but better than CVS +Summary: GNOME keyring sypport for Subversion Group: Development/Tools/Version Control +Requires: %{name} = %{version} +Provides: subversion-password-store = %{version} %description -n libsvn_auth_gnome_keyring-1-0 -Subversion does the same thing cvs (CVS (Concurrent Versioning System)) -but has major enhancements compared to CVS. The name of the cmdline -client is svn. +Provides GNOME keyring support for Subversion %if 0%{?suse_version} > 1130 %package bash-completion