Accepting request 773494 from home:favogt:branches:openSUSE:Tools
- Spec: * Recommend python3-keyring when using python3 OBS-URL: https://build.opensuse.org/request/show/773494 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Tools/osc?expand=0&rev=320
This commit is contained in:
parent
81f2197b3b
commit
b52755b9bf
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 11 16:39:17 UTC 2020 - Fabian Vogt <fvogt@suse.com>
|
||||
|
||||
- Spec:
|
||||
* Recommend python3-keyring when using python3
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 7 10:54:25 UTC 2020 - Marco Strigl <marco.strigl@suse.com>
|
||||
|
||||
|
4
osc.spec
4
osc.spec
@ -90,8 +90,12 @@ Conflicts: build < 20200106
|
||||
%endif
|
||||
# needed for storing credentials in kwallet/gnome-keyring
|
||||
%if 0%{?suse_version} > 1000 || 0%{?mandriva_version} || 0%{?mdkversion}
|
||||
%if %{with python3}
|
||||
Recommends: python3-keyring
|
||||
%else
|
||||
Recommends: python-keyring
|
||||
%endif
|
||||
%endif
|
||||
%if 0%{?rhel_version} && 0%{?rhel_version} < 600
|
||||
BuildRequires: python-elementtree
|
||||
Requires: python-elementtree
|
||||
|
Loading…
Reference in New Issue
Block a user