Tue, 30 Apr 2024 08:18:05 UTC | login

Information for build libsolv-0.7.24-1.el9sopt_901

ID48760
Package Namelibsolv
Version0.7.24
Release1.el9sopt_901
Epoch
Sourcegit+https://gitlab.com/redhat/centos-stream/rpms/libsolv.git#75542bc460f8e0ef8460ee6d862b06a7306f10df
SummaryPackage dependency solver
DescriptionA free package dependency solver using a satisfiability algorithm. The library is based on two major, but independent, blocks: - Using a dictionary approach to store and retrieve package and dependency information. - Using satisfiability, a well known and researched topic, for resolving package dependencies.
Built bytdawson
State complete
Volume DEFAULT
StartedThu, 15 Jun 2023 02:30:28 UTC
CompletedThu, 15 Jun 2023 02:38:04 UTC
Taskbuild (isa9s-packages-optimized-el9sopt, /redhat/centos-stream/rpms/libsolv.git:75542bc460f8e0ef8460ee6d862b06a7306f10df)
Extra{'source': {'original_url': 'git+https://gitlab.com/redhat/centos-stream/rpms/libsolv.git#75542bc460f8e0ef8460ee6d862b06a7306f10df'}}
Tags
isa9s-packages-optimized-candidate
isa9s-packages-optimized-testing
RPMs
src
libsolv-0.7.24-1.el9sopt_901.src.rpm (info) (download)
x86_64
libsolv-0.7.24-1.el9sopt_901.x86_64.rpm (info) (download)
libsolv-demo-0.7.24-1.el9sopt_901.x86_64.rpm (info) (download)
libsolv-devel-0.7.24-1.el9sopt_901.x86_64.rpm (info) (download)
libsolv-tools-0.7.24-1.el9sopt_901.x86_64.rpm (info) (download)
perl-solv-0.7.24-1.el9sopt_901.x86_64.rpm (info) (download)
python3-solv-0.7.24-1.el9sopt_901.x86_64.rpm (info) (download)
ruby-solv-0.7.24-1.el9sopt_901.x86_64.rpm (info) (download)
libsolv-debuginfo-0.7.24-1.el9sopt_901.x86_64.rpm (info) (download)
libsolv-debugsource-0.7.24-1.el9sopt_901.x86_64.rpm (info) (download)
libsolv-demo-debuginfo-0.7.24-1.el9sopt_901.x86_64.rpm (info) (download)
libsolv-tools-debuginfo-0.7.24-1.el9sopt_901.x86_64.rpm (info) (download)
perl-solv-debuginfo-0.7.24-1.el9sopt_901.x86_64.rpm (info) (download)
python3-solv-debuginfo-0.7.24-1.el9sopt_901.x86_64.rpm (info) (download)
ruby-solv-debuginfo-0.7.24-1.el9sopt_901.x86_64.rpm (info) (download)
Logs
x86_64
root.log
hw_info.log
installed_pkgs.log
mock_output.log
build.log
state.log
Changelog * Tue May 16 2023 Jaroslav Rohel <jrohel@redhat.com> - 0.7.24-1 - Update to 0.7.24 - Backport Treat condition both as positive and negative literal in pool_add_pos_literals_complex_dep (RhBug:2185061,2190136) * Thu Dec 15 2022 Nicola Sella <nsella@redhat.com> - 0.7.22-4 - Delete patch "Move OpenSSL functions" to fix ABI change * Wed Dec 07 2022 Nicola Sella <nsella@redhat.com> - 0.7.22-3 - Revert choice rule generation to fix pick of old build (RhBug:2150300,RhBug:2151551) * Mon Oct 31 2022 Nicola Sella <nsella@redhat.com> - 0.7.22-2 - Move OpenSSL functions to use 3.0 compatible API * 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) * Mon Oct 25 2021 Pavla Kratochvilova <pkratoch@redhat.com> - 0.7.20-1 - Update to 0.7.20 - new SOLVER_EXCLUDEFROMWEAK job to ignore pkgs for weak dependencies - support for environments in comps parser - fix misparsing of '&' in attributes with libxml2 - choice rules: treat orphaned packages as newest - fix compatibility with Python 3.10 * Thu Aug 12 2021 Pavla Kratochvilova <pkratoch@redhat.com> - 0.7.19-3 - Use OpenSSL for computing hashes (RhBug:1993126) * Mon Aug 09 2021 Mohan Boddu <mboddu@redhat.com> - 0.7.19-2 - Rebuilt for IMA sigs, glibc 2.34, aarch64 flags Related: rhbz#1991688 * Tue Jul 27 2021 Pavla Kratochvilova <pkratoch@redhat.com> - 0.7.19-1 - Update to 0.7.19 - repo_add_conda: add flag to skip v2 packages - fix rare segfault in resolve_jobrules() that could happen if new rules are learnt - fix memory leaks * Tue Jul 27 2021 Pavla Kratochvilova <pkratoch@redhat.com> - 0.7.17-6 - Fix issues detected by static analyzers * Tue Jun 22 2021 Mohan Boddu <mboddu@redhat.com> - 0.7.17-5 - Rebuilt for RHEL 9 BETA for openssl 3.0 Related: rhbz#1971065