Update to last successful build

30fa2aa53f97a302cc9feab74ed7db0e01618b4d changes 17.28.3 (22)

OBS-URL: https://build.opensuse.org/package/show/zypp:Head/libzypp?expand=0&rev=2353
This commit is contained in:
ZYpp Developers 2021-09-03 13:34:36 +00:00 committed by Git OBS Bridge
parent d7d21ef8bb
commit e39bc0ed33
4 changed files with 17 additions and 4 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:d756c387cd307a1cb944b553efdfbc7ac3907c705f6b5544a013984c3840ec02
size 5354691

3
libzypp-17.28.3.tar.bz2 Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:d2f12a9d0588766f4028c231d15df7acef440a35ce5a5d7920a0eb252679df0e
size 5355172

View File

@ -1,3 +1,12 @@
-------------------------------------------------------------------
Fri Sep 3 14:34:19 CEST 2021 - ma@suse.de
- CMake/spec: Add option to force SINGLE_RPMTRANS as default for
zypper (fixes #340)
- Make sure singleTrans is zypper-only for now.
- Do not double check signatures and keys (bsc#1190059)
- version 17.28.3 (22)
-------------------------------------------------------------------
Tue Aug 31 10:49:51 CEST 2021 - ma@suse.de

View File

@ -39,8 +39,11 @@
%bcond_with sigc_block_workaround
%endif
# Distros using just zypper may want to enable this as default earlier
%bcond_with enable_preview_single_rpmtrans_as_default_for_zypper
Name: libzypp
Version: 17.28.2
Version: 17.28.3
Release: 0
License: GPL-2.0-or-later
URL: https://github.com/openSUSE/libzypp
@ -269,6 +272,7 @@ cmake -DCMAKE_INSTALL_PREFIX=%{_prefix} \
%{?with_zstd:-DENABLE_ZSTD_COMPRESSION=1} \
%{?with_sigc_block_workaround:-DENABLE_SIGC_BLOCK_WORKAROUND=1} \
%{!?with_mediabackend_tests:-DDISABLE_MEDIABACKEND_TESTS=1} \
%{?with enable_preview_single_rpmtrans_as_default_for_zypper:-DENABLE_PREVIEW_SINGLE_RPMTRANS_AS_DEFAULT_FOR_ZYPPER=1} \
${EXTRA_CMAKE_OPTIONS} \
..
make %{?_smp_mflags} VERBOSE=1