diff --git a/osc.changes b/osc.changes index 6b83ed5..632b7cf 100644 --- a/osc.changes +++ b/osc.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Tue Feb 11 16:39:17 UTC 2020 - Fabian Vogt + +- Spec: + * Recommend python3-keyring when using python3 + ------------------------------------------------------------------- Tue Jan 7 10:54:25 UTC 2020 - Marco Strigl diff --git a/osc.spec b/osc.spec index 88192e1..4f74c38 100644 --- a/osc.spec +++ b/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