Wed, 01 May 2024 07:58:20 UTC | login

Information for build createrepo_c-0.20.1-1.el9sbase_901

ID45751
Package Namecreaterepo_c
Version0.20.1
Release1.el9sbase_901
Epoch
Sourcegit+https://gitlab.com/redhat/centos-stream/rpms/createrepo_c#1cacadf9f4258e19833f13997c5f3c6dbe5f9ffc
SummaryCreates a common metadata repository
DescriptionC 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.
Built bytdawson
State complete
Volume DEFAULT
StartedWed, 14 Jun 2023 19:54:04 UTC
CompletedWed, 14 Jun 2023 19:59:49 UTC
Taskbuild (isa9s-packages-baseline-el9sbase, /redhat/centos-stream/rpms/createrepo_c:1cacadf9f4258e19833f13997c5f3c6dbe5f9ffc)
Extra{'source': {'original_url': 'git+https://gitlab.com/redhat/centos-stream/rpms/createrepo_c#1cacadf9f4258e19833f13997c5f3c6dbe5f9ffc'}}
Tags
isa9s-packages-baseline-candidate
isa9s-packages-baseline-testing
RPMs
src
createrepo_c-0.20.1-1.el9sbase_901.src.rpm (info) (download)
x86_64
createrepo_c-0.20.1-1.el9sbase_901.x86_64.rpm (info) (download)
createrepo_c-devel-0.20.1-1.el9sbase_901.x86_64.rpm (info) (download)
createrepo_c-libs-0.20.1-1.el9sbase_901.x86_64.rpm (info) (download)
python3-createrepo_c-0.20.1-1.el9sbase_901.x86_64.rpm (info) (download)
createrepo_c-debuginfo-0.20.1-1.el9sbase_901.x86_64.rpm (info) (download)
createrepo_c-debugsource-0.20.1-1.el9sbase_901.x86_64.rpm (info) (download)
createrepo_c-libs-debuginfo-0.20.1-1.el9sbase_901.x86_64.rpm (info) (download)
python3-createrepo_c-debuginfo-0.20.1-1.el9sbase_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 * 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) * Wed Jun 16 2021 Mohan Boddu <mboddu@redhat.com> - 0.17.2-2 - Rebuilt for RHEL 9 BETA for openssl 3.0 Related: rhbz#1971065 * Mon Apr 26 2021 Pavla Kratochvilova <pkratoch@redhat.com> - 0.17.2-1 - Update to 0.17.2 - Fix Python deprecation (PY_SSIZE_T_CLEAN) (RhBug:1891785) - Revert back to old c API for destination file of cr_compress_file_with_stat and cr_compress_file to prevent a memory leak - Never leave behind .repodata lock on exit (RhBug:1906831) - Disable drpm for RHEL >= 9 (RhBug:1914828) - Setting updated/issued_date to None doesn't produce garbage values (RhBug:1921715) - Allow taking __repr__ (__str__) of closed xmlfile and sqlite (RhBug:1913465) * Thu Apr 15 2021 Mohan Boddu <mboddu@redhat.com> - 0.16.2-3 - Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937 * Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.16.2-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild * Mon Nov 23 2020 Nicola Sella <nsella@redhat.com> - 0.16.2-1 - Fix various memory leaks - Add a new function to replace PyObject_ToStrOrNull() * Tue Oct 06 2020 Nicola Sella <nsella@redhat.com> - 0.16.1 - Update to 0.16.1 - Add the section number to the manual pages - Parse xml snippet in smaller parts (RhBug:1859689) - Add module metadata support to createrepo_c (RhBug:1795936)