Update to last successful build
eb350e29d31ff36ba2f0aefed5159c336284d49d changes 17.30.1 (22) OBS-URL: https://build.opensuse.org/package/show/zypp:Head/libzypp?expand=0&rev=2462
This commit is contained in:
parent
2196dc6516
commit
5a48ec6a17
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:fa9b7080e5afc40dcb2b0573b7426c08b73f11372fa3c866c1418d7de7a78d1a
|
||||
size 5498308
|
3
libzypp-17.30.1.tar.bz2
Normal file
3
libzypp-17.30.1.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:0c66dac9889a515ffaf232df86d539f8d5e87d3c7571e0afe3272b2c51132efe
|
||||
size 5502014
|
@ -1,3 +1,18 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon May 30 14:37:57 CEST 2022 - ma@suse.de
|
||||
|
||||
- PluginRepoverification: initial version hooked into
|
||||
repo::Downloader and repo refresh.
|
||||
- Immediately start monitoring the download.transfer_timeout.
|
||||
Do not wait until the first data arrived. (bsc#1199042)
|
||||
- singletrans: no dry-run commit if doing just download-only.
|
||||
- Work around cases where sat repo.start points to an invalid
|
||||
solvable. May happen if (wrong arch) solvables were removed
|
||||
at the beginning of the repo.
|
||||
- fix misplaced #endif SINGLE_RPMTRANS_AS_DEFAULT_FOR_ZYPPER
|
||||
(fixes #388)
|
||||
- version 17.30.1 (22)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Mar 25 17:08:46 CET 2022 - ma@suse.de
|
||||
|
||||
|
@ -43,7 +43,7 @@
|
||||
%bcond_with enable_preview_single_rpmtrans_as_default_for_zypper
|
||||
|
||||
Name: libzypp
|
||||
Version: 17.30.0
|
||||
Version: 17.30.1
|
||||
Release: 0
|
||||
License: GPL-2.0-or-later
|
||||
URL: https://github.com/openSUSE/libzypp
|
||||
@ -59,6 +59,7 @@ Obsoletes: yast2-packagemanager
|
||||
Provides: libzypp(plugin) = 0.1
|
||||
Provides: libzypp(plugin:appdata) = 0
|
||||
Provides: libzypp(plugin:commit) = 1
|
||||
Provides: libzypp(plugin:repoverification) = 0
|
||||
Provides: libzypp(plugin:services) = 1
|
||||
Provides: libzypp(plugin:system) = 1
|
||||
Provides: libzypp(plugin:urlresolver) = 0
|
||||
|
Loading…
Reference in New Issue
Block a user