From d7d21ef8bba34f7624be286d79920f0f06bbb5bb114ac66f1e90129b6a5aff69 Mon Sep 17 00:00:00 2001 From: ZYpp Developers Date: Thu, 2 Sep 2021 13:31:48 +0000 Subject: [PATCH 1/2] Update to last successful build 13e41e0ef5d3642485dfbbc85f7bac44b27389b0 Do not double check signatures and keys (bsc#1190059) OBS-URL: https://build.opensuse.org/package/show/zypp:Head/libzypp?expand=0&rev=2352 --- libzypp-17.28.2.tar.bz2 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libzypp-17.28.2.tar.bz2 b/libzypp-17.28.2.tar.bz2 index 54fbd5d..02278ee 100644 --- a/libzypp-17.28.2.tar.bz2 +++ b/libzypp-17.28.2.tar.bz2 @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:37bb6e5fd0053da561a31028951636c2f49e0e27725083fcd81abd297fb726c3 -size 5353982 +oid sha256:d756c387cd307a1cb944b553efdfbc7ac3907c705f6b5544a013984c3840ec02 +size 5354691 From e39bc0ed33d214b6ab23397d4618cab3ef1e54c05440ad164df65b25dc957e13 Mon Sep 17 00:00:00 2001 From: ZYpp Developers Date: Fri, 3 Sep 2021 13:34:36 +0000 Subject: [PATCH 2/2] 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 --- libzypp-17.28.2.tar.bz2 | 3 --- libzypp-17.28.3.tar.bz2 | 3 +++ libzypp.changes | 9 +++++++++ libzypp.spec | 6 +++++- 4 files changed, 17 insertions(+), 4 deletions(-) delete mode 100644 libzypp-17.28.2.tar.bz2 create mode 100644 libzypp-17.28.3.tar.bz2 diff --git a/libzypp-17.28.2.tar.bz2 b/libzypp-17.28.2.tar.bz2 deleted file mode 100644 index 02278ee..0000000 --- a/libzypp-17.28.2.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d756c387cd307a1cb944b553efdfbc7ac3907c705f6b5544a013984c3840ec02 -size 5354691 diff --git a/libzypp-17.28.3.tar.bz2 b/libzypp-17.28.3.tar.bz2 new file mode 100644 index 0000000..10c5bde --- /dev/null +++ b/libzypp-17.28.3.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d2f12a9d0588766f4028c231d15df7acef440a35ce5a5d7920a0eb252679df0e +size 5355172 diff --git a/libzypp.changes b/libzypp.changes index b8aeae4..7ab5e23 100644 --- a/libzypp.changes +++ b/libzypp.changes @@ -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 diff --git a/libzypp.spec b/libzypp.spec index 09b6082..b88d4f3 100644 --- a/libzypp.spec +++ b/libzypp.spec @@ -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