From 82cd2ec8f06fb00c1577b679ce9e8489f979875e Mon Sep 17 00:00:00 2001 From: Jaroslav Klech Date: Nov 06 2023 09:11:38 +0000 Subject: Rebases createrepo_c to version 1.0.0 --- diff --git a/modules/release-notes/pages/sysadmin/System_Utilities.adoc b/modules/release-notes/pages/sysadmin/System_Utilities.adoc index c2c8bbb..075650f 100644 --- a/modules/release-notes/pages/sysadmin/System_Utilities.adoc +++ b/modules/release-notes/pages/sysadmin/System_Utilities.adoc @@ -21,4 +21,16 @@ The following package dependencies for `vagrant` were also updated: Due to the new `rubygem-net-ssh`, the updates for the packages above are built and delivered as one unit. -A full list of changes in Vagrant 2.3.4 is available in the link:https://github.com/hashicorp/vagrant/blob/986a01734f008d62897bb66085381090e4fcabfc/CHANGELOG.md[upstream release notes]. \ No newline at end of file +A full list of changes in Vagrant 2.3.4 is available in the link:https://github.com/hashicorp/vagrant/blob/986a01734f008d62897bb66085381090e4fcabfc/CHANGELOG.md[upstream release notes]. + + +[[createrepo-c-1-0-0]] +== createrepo_c rebased to version 1.0.0 + +The `createrepo_c` package has been upgraded to version 1.0.0, which provides multiple enhancements. Notable changes include: + +* Change the default compression method from `gz` to `zstd` to provide smaller metadata that is faster to decompress. + +* Stop generating metadata in SQLite database format by default. However, it is still possible to create the metadata using the `--database` option or using the `sqliterepo_c` utility. + +* Include just one variant of `groups.xml` file using the specified compression method and the `repomd.xml` type "group". \ No newline at end of file