Update to last successful build
17d0676c3cec5fc7e47668458a14ca4e4cce200d changes 17.31.1 updated OBS-URL: https://build.opensuse.org/package/show/zypp:Head/libzypp?expand=0&rev=2489
This commit is contained in:
parent
6eb38234e6
commit
324947e70c
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:7e5d47a9cfc11b574ca2c94a6161ea05f4819bab3e84c3a3af1f7dacf505c9b6
|
||||
size 5489384
|
||||
oid sha256:0b059400373bee011fbd12cba4970e76f3149ac18cd3be4c88748e4ec52e09ba
|
||||
size 5491001
|
||||
|
@ -11,6 +11,9 @@ Fri Sep 2 16:38:42 CEST 2022 - ma@suse.de
|
||||
- Stop using std::*ary_function; deprecated and removed in c++17.
|
||||
- Don't expose header files which use types not available in
|
||||
c++11. In 15.3 and older, YAST and PK compile with -std=c++11.
|
||||
- Remove no longer needed %post code (bsc#1203649)
|
||||
- Enable zck support for SLE15-SP4 and newer. On Leap it is enabled
|
||||
since 15.1 (bsc#1189282)
|
||||
- version 17.31.1 (22)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
|
@ -16,7 +16,7 @@
|
||||
#
|
||||
|
||||
|
||||
%if 0%{?is_opensuse} && (0%{?sle_version} >= 150100 || 0%{?suse_version} > 1500)
|
||||
%if 0%{?suse_version} > 1500 || 0%{?sle_version} >= 150400 || (0%{?is_opensuse} && 0%{?sle_version} >= 150100)
|
||||
%bcond_without zchunk
|
||||
%else
|
||||
%bcond_with zchunk
|
||||
|
Loading…
Reference in New Issue
Block a user