Accepting request 916749 from zypp:Head

Softwarestack update

OBS-URL: https://build.opensuse.org/request/show/916749
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libzypp?expand=0&rev=448
This commit is contained in:
Dominique Leuenberger 2021-09-07 19:13:41 +00:00 committed by Git OBS Bridge
commit 7871161154
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:37bb6e5fd0053da561a31028951636c2f49e0e27725083fcd81abd297fb726c3
size 5353982

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