[ Все 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 ]
×

Проект createrepo_c-0.20.1-2.el9

Имя createrepo_c
Эпоха 0
Версия 0.20.1
Релиз 2.el9
Сайт https://github.com/rpm-software-management/createrepo_c
Лицензия GPLv2+
Время сборки 2023-10-09 14:27:49
Хост сборки builder-x86-03.inferitos.ru
Краткое описание Creates a common metadata repository
Репозитории AppStream
Полное описание C implementation of Createrepo. A set of utilities (createrepo_c, mergerepo_c, modifyrepo_c) for generating a common metadata repository from a directory of rpm packages and maintaining it.
Эррата
× Full screenshot
Пакеты link
Пакет Краткое описание Контрольная сумма SHA-256
x86_64
createrepo_c-0.20.1-2.el9.x86_64 Creates a common metadata repository ee8c13e4b67d53f3d254ae691f1e0fe10553225a7ba48b2f5a8ec14e38fade2b download
createrepo_c-libs-0.20.1-2.el9.x86_64 Library for repodata manipulation f2d723909dc2be46b2e65b45266bb693331cdd539e3402edbb65609c772166d7 download
python3-createrepo_c-0.20.1-2.el9.x86_64 Python 3 bindings for the createrepo_c library dfc595baa780a66cfdb8cc42167ec1f8c5ed7596d8db3249880abd0e921448da download
createrepo_c-devel-0.20.1-2.el9.x86_64 Library for repodata manipulation 744a0cbee0f0f876671cc1fdb84adb111268bbea31f436015f658c08ccfde06e download
i686
createrepo_c-libs-0.20.1-2.el9.i686 Library for repodata manipulation f6dcc6b4a4a020989eb9743cd649a42a873bb595a509ad4b2b9630b18b7d7556 download
createrepo_c-devel-0.20.1-2.el9.i686 Library for repodata manipulation 261dd39575f01fd4db0b88f614046f88973515849032fd54fabf1d7da1c59626 download
aarch64
createrepo_c-0.20.1-2.el9.aarch64 Creates a common metadata repository 197a3b5e6ca61a6c84ea38a81f4d54450707da84aa950e1694913511859fe9e4 download
createrepo_c-libs-0.20.1-2.el9.aarch64 Library for repodata manipulation 387b6ea930a0607d20c9c4f14a09d69362a8be5048309ee7afd1b0a1b21a0017 download
python3-createrepo_c-0.20.1-2.el9.aarch64 Python 3 bindings for the createrepo_c library 8fd9910c5ddbe5739fb5b3026e2e152e57a9d486872e83b7d0eb279d1870feea download
createrepo_c-devel-0.20.1-2.el9.aarch64 Library for repodata manipulation 3fce01e812980e9d860d2bc5a29958bac5c873cff6992aa57a6eb8a9f4a10b49 download
src
createrepo_c-0.20.1-2.el9.src Creates a common metadata repository 904999035d79bb14272e300cec98b2ccfe5c6c460400d05fdc55d06e30e46bb1 download
История изменений link
* Mon Jun 26 2023 Jaroslav Rohel <jrohel@redhat.com> - 0.20.1-2
- Change test to compare contents instead of checksum, cleanup (RhBug:2130179)

* Fri Apr 14 2023 MSVSphere Packaging Team <packager@msvsphere.ru> - 0.20.1-1
- Rebuilt for MSVSphere 9.2 beta

* Thu Sep 22 2022 Lukas Hrazky <lhrazky@redhat.com> - 0.20.1-1
- Update to 0.20.1
- createrepo_c shouldn't silently produce duplicate-NEVRA repos
- Fix bad performance with task queue management
- Update errno usage to fix incorrect GError messages
- Install header for createrepo_shared module
- Remove C API for cr_xml_parse_main_metadata_together
- Remove python bindings for xml_parse_main_metadata_together
- Fix '&' encoding in attributes when parsing repodata
- Add a streaming parsing API that is user-controllable.
- Fix a memory leak of primary pkg when parsing interrupted
- Fix a memory leak when removing the first link in a list
- Remove `allow_out_of_order` option for `xml_parse_main_metadata_together`
- Make parse warnings visible through cr.Repomd(), cr.UpdateInfo()
- Use --error-exit-val option by default
- If new and old repomd matches during --update don't update
- Add `cr_repomd_compare` for comparing two repomds
- Store parsed repomd in `cr_MetadataLocation`
- Set database version only for the database records, not everything
- Use copy+delete fallback when moving of a dir fails
- Fix memory leaks
- [spec] Option for legacy hashes, enable on RHEL <= 8 (RhBug:2022271)

* Mon Jun 06 2022 Lukas Hrazky <lhrazky@redhat.com> - 0.17.7-4
- Revert addition of new API for parsing main metadata together (RhBug:2063141)

* Wed Feb 16 2022 Pavla Kratochvilova <pkratoch@redhat.com> - 0.17.7-2
- Switch default of --keep-all-metadata to TRUE and add --discard-additional-metadata (RhBug:2055032)

* Mon Oct 25 2021 Pavla Kratochvilova <pkratoch@redhat.com> - 0.17.7-1
- Update to 0.17.7
- Remove insecure hashes SHA-1 and MD5 from the default build (RhBug:1935486)
- Fix error when updating repo with removed modules metadata
- Exit with status code 1 when loading of repo's metadata fails
- Fix memory leaks (RhBug:1998426)
- Fix valgrind warnings caused by subprocess calls

* Mon Aug 16 2021 Pavla Kratochvilova <pkratoch@redhat.com> - 0.17.2-5
- Fix issues detected by static analyzers

* Mon Aug 09 2021 Mohan Boddu <mboddu@redhat.com> - 0.17.2-4
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
  Related: rhbz#1991688

* Tue Jul 27 2021 Pavla Kratochvilova <pkratoch@redhat.com> - 0.17.2-3
- Fix spec conditional to enable libmodulemd in RHEL >= 8 (RhBug:1816753)