- Improve installation of secure password storage plugins for
KWallet and GNOME Keyring - Recommend installation of bash completion OBS-URL: https://build.opensuse.org/package/show/devel:tools:scm:svn/subversion?expand=0&rev=200
This commit is contained in:
parent
4387e55c20
commit
1803d8fe95
@ -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
|
Tue Mar 10 20:09:16 UTC 2015 - astieger@suse.com
|
||||||
|
|
||||||
|
@ -124,6 +124,10 @@ BuildRequires: kdelibs4-core
|
|||||||
BuildRequires: libkde4-devel
|
BuildRequires: libkde4-devel
|
||||||
BuildRequires: libqt4-devel
|
BuildRequires: libqt4-devel
|
||||||
%endif
|
%endif
|
||||||
|
%if 0%{?suse_version}
|
||||||
|
Recommends: %{name}-bash-completion
|
||||||
|
Recommends: %{name}-password-store
|
||||||
|
%endif
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Subversion exists to be universally recognized and adopted as an open-source,
|
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}
|
%if %{with_kde}
|
||||||
%package -n libsvn_auth_kwallet-1-0
|
%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
|
Group: Development/Tools/Version Control
|
||||||
|
Requires: %{name} = %{version}
|
||||||
|
Provides: subversion-password-store = %{version}
|
||||||
|
|
||||||
%description -n libsvn_auth_kwallet-1-0
|
%description -n libsvn_auth_kwallet-1-0
|
||||||
Provides KWallet integration for Subversion version control system.
|
Provides KWallet integration for Subversion
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%package -n libsvn_auth_gnome_keyring-1-0
|
%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
|
Group: Development/Tools/Version Control
|
||||||
|
Requires: %{name} = %{version}
|
||||||
|
Provides: subversion-password-store = %{version}
|
||||||
|
|
||||||
%description -n libsvn_auth_gnome_keyring-1-0
|
%description -n libsvn_auth_gnome_keyring-1-0
|
||||||
Subversion does the same thing cvs (CVS (Concurrent Versioning System))
|
Provides GNOME keyring support for Subversion
|
||||||
but has major enhancements compared to CVS. The name of the cmdline
|
|
||||||
client is svn.
|
|
||||||
|
|
||||||
%if 0%{?suse_version} > 1130
|
%if 0%{?suse_version} > 1130
|
||||||
%package bash-completion
|
%package bash-completion
|
||||||
|
Loading…
x
Reference in New Issue
Block a user