import libsolv-0.7.22-1.el9
This commit is contained in:
parent
1e0fc6ec7a
commit
214b71c1bc
2
.gitignore
vendored
2
.gitignore
vendored
@ -1 +1 @@
|
||||
SOURCES/libsolv-0.7.20.tar.gz
|
||||
SOURCES/libsolv-0.7.22.tar.gz
|
||||
|
@ -1 +1 @@
|
||||
35be0bb4422af55bc8434f3c33367dbb7dc50cba SOURCES/libsolv-0.7.20.tar.gz
|
||||
d58e6030f2ee6ffaf34642e1da841708ab21eefc SOURCES/libsolv-0.7.22.tar.gz
|
||||
|
@ -22,8 +22,8 @@
|
||||
%define __cmake_switch(b:) %[%{expand:%%{?with_%{-b*}}} ? "ON" : "OFF"]
|
||||
|
||||
Name: lib%{libname}
|
||||
Version: 0.7.20
|
||||
Release: 2%{?dist}
|
||||
Version: 0.7.22
|
||||
Release: 1%{?dist}
|
||||
Summary: Package dependency solver
|
||||
|
||||
License: BSD
|
||||
@ -257,6 +257,21 @@ export LD_LIBRARY_PATH=%{buildroot}%{_libdir}
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Thu Apr 28 2022 Pavla Kratochvilova <pkratoch@redhat.com> - 0.7.22-1
|
||||
- Update to 0.7.22
|
||||
- support strict repository priorities new solver flag: SOLVER_FLAG_STRICT_REPO_PRIORITY
|
||||
- support zstd compressed control files in debian packages
|
||||
- add an ifdef allowing to rename Solvable dependency members ("requires" is a keyword in C++20)
|
||||
- support setting/reading userdata in solv files new functions: repowriter_set_userdata, solv_read_userdata
|
||||
- support queying of the custom vendor check function new function: pool_get_custom_vendorcheck
|
||||
- support solv files with an idarray block
|
||||
- allow accessing the toolversion at runtime
|
||||
- support parsing of Debian's Multi-Arch indicator
|
||||
- fix segfault on conflict resolution when using bindings
|
||||
- fix split provides not working if the update includes a forbidden vendor change
|
||||
- reworked choice rule generation to cover more usecases
|
||||
- support SOLVABLE_PREREQ_IGNOREINST in the ordering code
|
||||
|
||||
* Wed Nov 10 2021 Pavla Kratochvilova <pkratoch@redhat.com> - 0.7.20-2
|
||||
- Build without support of zchunk (RhBug:2021084)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user