[ All 3 A B C D E F G H I J K L M N O P Q R S T U V W X Y Z ]
×

Project libsolv-0.7.20-6.el8

Name libsolv
Epoch 0
Version 0.7.20
Release 6.el8
Website/URL https://github.com/openSUSE/libsolv
License BSD
Build Time 2023-12-12 18:07:01
Build Host builder-x86-03.inferitos.ru
Summary Package dependency solver
Repositories BaseOS
Description A 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.
Errata
× Full screenshot
Packages link
Package Summary SHA-256 checksum
x86_64
libsolv-0.7.20-6.el8.x86_64 Package dependency solver 3ad98ab7cfee6f04fed6e3ec1ae38858f9f880d94bc530624d1d1270b2552236 download
python3-solv-0.7.20-6.el8.x86_64 Python bindings for the libsolv library 4be2ea206301187e36b85c595ee9a8fb30053f8cef527663d140357d62c982c0 download
libsolv-devel-0.7.20-6.el8.x86_64 Development files for libsolv 3da92a75dc9c3d9eeb470a26955b42b633fb86bff630be9aee2787b70d31a409 download
libsolv-tools-0.7.20-6.el8.x86_64 Package dependency solver tools fc5f504ac31785f987341f91741c0ddef08f3a1d45e3bcd49a0c990d3330f187 download
i686
libsolv-0.7.20-6.el8.i686 Package dependency solver a9d384ccafd604e233e99ff1199a6dabe3eaf2eb4da4ac1eaeeb114882e44bff download
libsolv-devel-0.7.20-6.el8.i686 Development files for libsolv 9338b62e7ba208d1462336cb5e384860007bd0d477e2695f402db9cca4111621 download
src
libsolv-0.7.20-6.el8.src Package dependency solver 5a91c451e95241de3c27adcc39008b06037355c4f98466f34fd8659b34353196 download
Changelog link
* Wed Jul 26 2023 MSVSphere Packaging Team <packager@msvsphere.ru> - 0.7.20-6
- Rebuilt for MSVSphere 8.8

* Wed Jun 21 2023 Jaroslav Rohel <jrohel@redhat.com> - 0.7.20-6
- Backport Allow to break arch lock-step on erase operations (RhBug:2172288,2172292)

* Wed May 17 2023 Jaroslav Rohel <jrohel@redhat.com> - 0.7.20-5
- Backport Treat condition both as positive and negative literal in pool_add_pos_literals_complex_dep
  (RhBug:2185061,2190136)

* Wed Dec 07 2022 Nicola Sella <nsella@redhat.com> - 0.7.20-4
- Drop patch to fix pick of old build (RhBug:2150300,RhBug:2151551)

* Thu May 05 2022 Lukas Hrazky <lhrazky@redhat.com> - 0.7.20-3
- Allow accessing toolversion at runtime and increase it

* Wed May 04 2022 Lukas Hrazky <lhrazky@redhat.com> - 0.7.20-2
- Add support for storing user data in a solv file
- Improve choice rule generation

* Tue Nov 09 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

* Tue Jul 27 2021 Pavla Kratochvilova <pkratoch@redhat.org> - 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 error handling in solv_xfopen_fd()
- fix memory leaks

* Fri Apr 30 2021 Pavla Kratochvilova <pkratoch@redhat.org> - 0.7.17-2
- Fix rpm dependency

* Thu Apr 29 2021 Pavla Kratochvilova <pkratoch@redhat.org> - 0.7.17-1
- Update to 0.7.17
- selected bug fixes:
  * repo_write: fix handling of nested flexarray
  * improve choicerule generation a bit more to cover more cases
  * harden testcase parser against repos being added too late
  * support python-3.10
  * check /var/lib/rpm macro in rpmdb code
- new features:
  * handle default/visible/langonly attributes in comps parser
  * support multiple collections in updateinfo parser
  * add '-D' option in rpmdb2solv to set the dbpath