gitrev d53586381 (changes 17.34.2 (34), 2024-06-24)

OBS-URL: https://build.opensuse.org/package/show/zypp:Head/libzypp?expand=0&rev=2728
This commit is contained in:
ZYpp Developers 2024-06-24 10:59:39 +00:00 committed by Git OBS Bridge
parent a0321f056c
commit 6d0d793ed1
4 changed files with 16 additions and 4 deletions

View File

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

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

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

View File

@ -1,3 +1,14 @@
-------------------------------------------------------------------
Mon Jun 24 12:48:00 CEST 2024 - ma@suse.de
- Workaround broken libsolv-tools-base requirements (fixes
openSUSE/zypper#551)
- Strip ssl_clientkey from repo urls (bsc#1226030)
- Remove protobuf build dependency.
- Lazily attach medium during refresh workflows (bsc#1223094)
- Refactor RepoManager and add Service workflows.
- version 17.34.2 (34)
-------------------------------------------------------------------
Fri May 31 12:19:45 CEST 2024 - ma@suse.de

View File

@ -49,7 +49,7 @@
%bcond_with enable_preview_single_rpmtrans_as_default_for_zypper
Name: libzypp
Version: 17.34.1
Version: 17.34.2
Release: 0
License: GPL-2.0-or-later
URL: https://github.com/openSUSE/libzypp
@ -120,6 +120,7 @@ BuildRequires: libsolv-devel >= 0.7.24
%if 0%{?suse_version} > 1500 || 0%{?sle_version} >= 150600
BuildRequires: libsolv-tools-base >= 0.7.29
%requires_eq libsolv-tools-base
Requires: ( findutils if libsolv-tools-base <= 0.7.31 )
%else
BuildRequires: libsolv-tools
%requires_eq libsolv-tools