| Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search | 
| Name: modulemd-tools | Distribution: AlmaLinux | 
| Version: 0.7 | Vendor: AlmaLinux | 
| Release: 8.el8 | Build date: Sat Oct 14 15:00:08 2023 | 
| Group: Unspecified | Build host: s390x-builder01.almalinux.org | 
| Size: 111833 | Source RPM: modulemd-tools-0.7-8.el8.src.rpm | 
| Packager: AlmaLinux Packaging Team <packager@almalinux.org> | |
| Url: https://github.com/rpm-software-management/modulemd-tools | |
| Summary: Collection of tools for parsing and generating modulemd YAML files | |
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.
bld2repo - Simple tool for dowloading build required RPMs of a modular build from koji.
MIT
* Tue Jul 18 2023 Jakub Kadlcik <jkadlcik@redhat.com> 0.7-8
  - modulemd_tools: fix tests for new libmodulemd version 2.15.0
    (frostyx@email.cz)
  - createrepo: replace deprecated LooseVersion (mkulik@redhat.com)
* Thu Jun 29 2023 Jakub Kadlcik <jkadlcik@redhat.com> 0.7-7
  - repo2module: don't traceback because of a modular SRPM in the repo
* Fri Aug 27 2021 Jakub Kadlcik <jkadlcik@redhat.com> 0.7-6
  - Do not install bld2repo as RHEL8 doesn't have python3-koji
    (jkadlcik@redhat.com)
  - Drop the Patch1 and make the change directly in this repository
    (jkadlcik@redhat.com)
  - Use UpstreamBuilder instead of DistributionBuilder (jkadlcik@redhat.com)
  - Skip some tests because they require binary files (jkadlcik@redhat.com)
* Thu Aug 26 2021 Jakub Kadlcik <jkadlcik@redhat.com> 0.7-5
  - Update to new upstream version
* Mon Aug 23 2021 Jakub Kadlcik <frostyx@email.cz> 0.11-1
  - modulemd_tools: compatibility for upgrade_ext on EPEL8 (frostyx@email.cz)
  - modulemd_tools: compatibility for read_packager_string on EPEL8
    (frostyx@email.cz)
  - dir2module: generate also profiles and modulemd-defaults file
    (frostyx@email.cz)
  - modulemd_tools: use upgrade_ext instead of upgrade (frostyx@email.cz)
  - modulemd_tools: use read_packager_string instead of read_string
    (frostyx@email.cz)
  - Add installation instructions (frostyx@email.cz)
  - bld2repo: do not create empty repos when --result-dir is used
    (kdudka@redhat.com)
  - bld2repo: print status in a more intuitive format (kdudka@redhat.com)
  - tito: stop releasing for Fedora 32 (frostyx@email.cz)
* Mon Jun 14 2021 Jakub Kadlcik <frostyx@email.cz> 0.10-1
  - Added bld2repo (mcurlej@redhat.com)
* Fri Apr 09 2021 Jakub Kadlcik <frostyx@email.cz> 0.9-1
  - repo2module: drop python-click dependency (frostyx@email.cz)
* Tue Apr 06 2021 Jakub Kadlcik <frostyx@email.cz> 0.8-1
  - modulemd_tools: drop python3-parameterized dependency (frostyx@email.cz)
  - Package modulemd_tools helper lib (fvalder@redhat.com)
  - Add modulemd-merge tests (fvalder@redhat.com)
  - Add createrepo_mod tests (fvalder@redhat.com)
  - Replace master in fedora releaser to rawhide (frostyx@email.cz)
* Tue Mar 02 2021 Jakub Kadlčík <jkadlcik@redhat.com> - 0.7-4
  - Rebuild for 8.5.0
* Thu Feb 11 2021 Jakub Kadlčík <jkadlcik@redhat.com> - 0.7-3
  - Bump spec to rebuild with gating enabled
* Tue Feb 09 2021 Jakub Kadlčík <jkadlcik@redhat.com> - 0.7-2
  - Do not generate manpages on the fly
  - Drop python-parameterized dependency
  - Fix python3 macro for running tests
* Tue Feb 09 2021 Jakub Kadlcik <frostyx@email.cz> 0.7-1
  - Generate manpages on the fly
  - Automated test builds incl. Docker/Travis
  - Fix PEP8 in all tools
  - modulemd_tools: temporarily skip some tests on EPEL8 or Fedora
  - Drop libmodulemd dependency in favor of python3-libmodulemd
* Sun Nov 22 2020 Jakub Kadlcik <frostyx@email.cz> 0.6-1
  - Generate manpages for all tools in this repository
  - modulemd-generate-macros: add a tool for generating module-build-macros
  - modulemd_tools: add the first pieces of a python library (for internal usage only)
* Thu Nov 05 2020 Jakub Kadlcik <frostyx@email.cz> 0.5-1
  - Release for epel8 as well (frostyx@email.cz)
  - Require createrepo_c for the createrepo_mod package (frostyx@email.cz)
  - modulemd-merge: improve README.md file (frostyx@email.cz)
  - repo2module: improve README.md file (frostyx@email.cz)
  - dir2module: improve README.md file (frostyx@email.cz)
  - Improve README.md file (frostyx@email.cz)
  - createrepo_mod: improve README.md file (frostyx@email.cz)
  - Loosen the python3-libmodulemd dependency to just libmodulemd
    (frostyx@email.cz)
  - createrepo_mod: use just createrepo_c if it has built-in module support
    (frostyx@email.cz)
  - Explicitly depend on python3-setuptools (frostyx@email.cz)
  - createrepo_mod: dump modules.yaml into the correct directory
    (frostyx@email.cz)
* Mon Aug 10 2020 Jakub Kadlcik <frostyx@email.cz> 0.4-1
  - createrepo_mod: support also non-module repositories (frostyx@email.cz)
* Wed Jul 29 2020 Jakub Kadlcik <frostyx@email.cz> 0.3-1
  - Add createrepo_mod and modulemd-merge scripts
* Sun Jul 26 2020 Jakub Kadlčík <jkadlcik@redhat.com> - 0.2-1
  - Add createrepo_mod tool
  - Add modulemd-merge tool
  - Drop Source1, it is not needed anymore
* Tue Jun 09 2020 Jakub Kadlčík <jkadlcik@redhat.com> - 0.1-1
  - Initial package
/usr/bin/createrepo_mod /usr/bin/dir2module /usr/bin/modulemd-generate-macros /usr/bin/modulemd-merge /usr/bin/repo2module /usr/lib/python3.6/site-packages/createrepo_mod /usr/lib/python3.6/site-packages/createrepo_mod-0.1-py3.6.egg-info /usr/lib/python3.6/site-packages/createrepo_mod-0.1-py3.6.egg-info/PKG-INFO /usr/lib/python3.6/site-packages/createrepo_mod-0.1-py3.6.egg-info/SOURCES.txt /usr/lib/python3.6/site-packages/createrepo_mod-0.1-py3.6.egg-info/dependency_links.txt /usr/lib/python3.6/site-packages/createrepo_mod-0.1-py3.6.egg-info/entry_points.txt /usr/lib/python3.6/site-packages/createrepo_mod-0.1-py3.6.egg-info/top_level.txt /usr/lib/python3.6/site-packages/createrepo_mod/__init__.py /usr/lib/python3.6/site-packages/createrepo_mod/__pycache__ /usr/lib/python3.6/site-packages/createrepo_mod/__pycache__/__init__.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/createrepo_mod/__pycache__/__init__.cpython-36.pyc /usr/lib/python3.6/site-packages/createrepo_mod/__pycache__/createrepo_mod.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/createrepo_mod/__pycache__/createrepo_mod.cpython-36.pyc /usr/lib/python3.6/site-packages/createrepo_mod/createrepo_mod.py /usr/lib/python3.6/site-packages/dir2module /usr/lib/python3.6/site-packages/dir2module-0.1-py3.6.egg-info /usr/lib/python3.6/site-packages/dir2module-0.1-py3.6.egg-info/PKG-INFO /usr/lib/python3.6/site-packages/dir2module-0.1-py3.6.egg-info/SOURCES.txt /usr/lib/python3.6/site-packages/dir2module-0.1-py3.6.egg-info/dependency_links.txt /usr/lib/python3.6/site-packages/dir2module-0.1-py3.6.egg-info/entry_points.txt /usr/lib/python3.6/site-packages/dir2module-0.1-py3.6.egg-info/top_level.txt /usr/lib/python3.6/site-packages/dir2module/__init__.py /usr/lib/python3.6/site-packages/dir2module/__pycache__ /usr/lib/python3.6/site-packages/dir2module/__pycache__/__init__.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/dir2module/__pycache__/__init__.cpython-36.pyc /usr/lib/python3.6/site-packages/dir2module/__pycache__/dir2module.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/dir2module/__pycache__/dir2module.cpython-36.pyc /usr/lib/python3.6/site-packages/dir2module/dir2module.py /usr/lib/python3.6/site-packages/modulemd_merge /usr/lib/python3.6/site-packages/modulemd_merge-0.1-py3.6.egg-info /usr/lib/python3.6/site-packages/modulemd_merge-0.1-py3.6.egg-info/PKG-INFO /usr/lib/python3.6/site-packages/modulemd_merge-0.1-py3.6.egg-info/SOURCES.txt /usr/lib/python3.6/site-packages/modulemd_merge-0.1-py3.6.egg-info/dependency_links.txt /usr/lib/python3.6/site-packages/modulemd_merge-0.1-py3.6.egg-info/entry_points.txt /usr/lib/python3.6/site-packages/modulemd_merge-0.1-py3.6.egg-info/top_level.txt /usr/lib/python3.6/site-packages/modulemd_merge/__init__.py /usr/lib/python3.6/site-packages/modulemd_merge/__pycache__ /usr/lib/python3.6/site-packages/modulemd_merge/__pycache__/__init__.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/modulemd_merge/__pycache__/__init__.cpython-36.pyc /usr/lib/python3.6/site-packages/modulemd_merge/__pycache__/modulemd_merge.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/modulemd_merge/__pycache__/modulemd_merge.cpython-36.pyc /usr/lib/python3.6/site-packages/modulemd_merge/modulemd_merge.py /usr/lib/python3.6/site-packages/modulemd_tools /usr/lib/python3.6/site-packages/modulemd_tools-0.1-py3.6.egg-info /usr/lib/python3.6/site-packages/modulemd_tools-0.1-py3.6.egg-info/PKG-INFO /usr/lib/python3.6/site-packages/modulemd_tools-0.1-py3.6.egg-info/SOURCES.txt /usr/lib/python3.6/site-packages/modulemd_tools-0.1-py3.6.egg-info/dependency_links.txt /usr/lib/python3.6/site-packages/modulemd_tools-0.1-py3.6.egg-info/top_level.txt /usr/lib/python3.6/site-packages/modulemd_tools/__init__.py /usr/lib/python3.6/site-packages/modulemd_tools/__pycache__ /usr/lib/python3.6/site-packages/modulemd_tools/__pycache__/__init__.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/modulemd_tools/__pycache__/__init__.cpython-36.pyc /usr/lib/python3.6/site-packages/modulemd_tools/__pycache__/yaml.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/modulemd_tools/__pycache__/yaml.cpython-36.pyc /usr/lib/python3.6/site-packages/modulemd_tools/yaml.py /usr/lib/python3.6/site-packages/repo2module /usr/lib/python3.6/site-packages/repo2module-0.1-py3.6.egg-info /usr/lib/python3.6/site-packages/repo2module-0.1-py3.6.egg-info/PKG-INFO /usr/lib/python3.6/site-packages/repo2module-0.1-py3.6.egg-info/SOURCES.txt /usr/lib/python3.6/site-packages/repo2module-0.1-py3.6.egg-info/dependency_links.txt /usr/lib/python3.6/site-packages/repo2module-0.1-py3.6.egg-info/entry_points.txt /usr/lib/python3.6/site-packages/repo2module-0.1-py3.6.egg-info/top_level.txt /usr/lib/python3.6/site-packages/repo2module/__init__.py /usr/lib/python3.6/site-packages/repo2module/__pycache__ /usr/lib/python3.6/site-packages/repo2module/__pycache__/__init__.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/repo2module/__pycache__/__init__.cpython-36.pyc /usr/lib/python3.6/site-packages/repo2module/__pycache__/cli.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/repo2module/__pycache__/cli.cpython-36.pyc /usr/lib/python3.6/site-packages/repo2module/cli.py /usr/share/doc/modulemd-tools /usr/share/doc/modulemd-tools/README.md /usr/share/licenses/modulemd-tools /usr/share/licenses/modulemd-tools/LICENSE /usr/share/man/man1/bld2repo.1.gz /usr/share/man/man1/createrepo_mod.1.gz /usr/share/man/man1/dir2module.1.gz /usr/share/man/man1/modulemd-generate-macros.1.gz /usr/share/man/man1/modulemd-merge.1.gz /usr/share/man/man1/repo2module.1.gz
Generated by rpm2html 1.8.1
Fabrice Bellet, Fri Oct 31 10:04:07 2025