[ 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 modulemd-tools-0.9-5.el9

Name modulemd-tools
Epoch 0
Version 0.9
Release 5.el9
Website/URL https://github.com/rpm-software-management/modulemd-tools
License MIT
Build Time 2023-10-04 17:03:00
Build Host builder-x86-09.inferitos.ru
Summary Collection of tools for parsing and generating modulemd YAML files
Repositories AppStream
Description Tools provided by this package: repo2module - Takes a YUM repository on its input and creates modules.yaml containing YAML module definitions generated for each package. dir2module - Generates a module YAML definition based on essential module information provided via command-line parameters. The packages provided by the module are found in a specified directory or a text file containing their list. createrepo_mod - A small wrapper around createrepo_c and modifyrepo_c to provide an easy tool for generating module repositories. modulemd-merge - Merge several modules.yaml files into one. This is useful for example if you have several yum repositories and want to merge them into one. modulemd-generate-macros - Generate module-build-macros SRPM package, which is a central piece for building modules. It should be present in the buildroot before any other module packages are submitted to be built.
Errata
× Full screenshot
Packages link
Package Summary SHA-256 checksum
noarch
modulemd-tools-0.9-5.el9.noarch Collection of tools for parsing and generating modulemd YAML files e60a0c9cb0aa8016dd72feb4aa232e9e4fafab720534bcdcec63ce4c80a22404 download
src
modulemd-tools-0.9-5.el9.src Collection of tools for parsing and generating modulemd YAML files 6a687ae77798edbb5e6e4c284726b811688a13e867df358c02d451cda2424273 download
Changelog link
* Fri Sep 22 2023 MSVSphere Packaging Team <packager@msvsphere-os.ru> - 0.9-5
- Rebuilt for MSVSphere 9.3 beta

* Sun Jul 30 2023 Jakub Kadlcik <jkadlcik@redhat.com> - 0.9-5
- Don't traceback because of a modular SRPM in the repo
  Related: rhbz#2227436
- Replace deprecated LooseVersion
- Fix tests for new libmodulemd version 2.15.0

* Fri Jul 21 2023 Jakub Kadlcik <jkadlcik@redhat.com> - 0.9-4
- Generate profiles section and modulemd-defaults file
  Related: rhbz#1801747
- Use autosetup to automatically apply patches