Update to last successful build

06a546849778a1e27d78ad93fa337a5088c8ce2d Merge pull request #466 from DimStar77/TW_sans_py2
e24b8bcb83f37727352ccd9504b6ebf6d91077bc Build without python2 support on suse_version >= 1550 by default

OBS-URL: https://build.opensuse.org/package/show/zypp:Head/libsolv?expand=0&rev=1155
This commit is contained in:
ZYpp Developers 2021-07-30 14:19:20 +00:00 committed by Git OBS Bridge
parent fc1c85a366
commit 9cf2c41505
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:dfb80d7f13d54aacc15767cfafa14b9a920ef3de611c5e109f4b78910e7cb3d7 oid sha256:0cfc8969ff6cf055f38184f381bf1eae28158b40de089aaae920fb27c5be8434
size 575920 size 575898

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Fri Jul 30 11:43:29 UTC 2021 - Dominique Leuenberger <dimstar@opensuse.org>
- Disable python2 usage on suse_version >= 1550 by default (still
possible to use osc build --with=python).
------------------------------------------------------------------- -------------------------------------------------------------------
Wed Apr 7 14:56:16 CEST 2021 - mls@suse.de Wed Apr 7 14:56:16 CEST 2021 - mls@suse.de

View File

@ -38,7 +38,11 @@
# we need at least swig 1.3.40 for the bindings ($typemap support) # we need at least swig 1.3.40 for the bindings ($typemap support)
%if 0%{?suse_version} != 1110 %if 0%{?suse_version} != 1110
%bcond_without python3 %bcond_without python3
%if 0%{?suse_version} < 1550
%bcond_without python %bcond_without python
%else
%bcond_with python
%endif
%bcond_without ruby %bcond_without ruby
%bcond_without perl %bcond_without perl
%else %else