From a99d76fe78367686b2e4b5d951b1b97acc0db128 Mon Sep 17 00:00:00 2001 From: Tomas Kopecek Date: Jun 16 2025 09:21:14 +0000 Subject: Update links to yum/dnf/dnf5 --- diff --git a/README.md b/README.md index 46298ec..ee77b8c 100644 --- a/README.md +++ b/README.md @@ -50,8 +50,9 @@ Related Software ---------------- * [Mock](https://fedoraproject.org/wiki/Projects/Mock): The tool Koji uses to generate buildroots -* [Yum](http://yum.baseurl.org/) -* [Pungi](https://pagure.io/pungi): Use Pungi to "compose" Koji builds into highly customizable Yum repositories. +* [Yum](http://yum.baseurl.org/) - RPM package manager +* [DNF](https://github.com/rpm-software-management/dnf) / [DNF5](https://github.com/rpm-software-management/dnf5) - Next-gen RPM package manager +* [Pungi](https://pagure.io/pungi): Use Pungi to "compose" Koji builds into highly customizable Yum/DNF repositories. * [Koji Tools](https://pagure.io/koji-tools): Various utilities for Koji * [Kojiji](https://github.com/release-engineering/kojiji): Koji Java Interface * [txkoji](https://github.com/ktdreyer/txkoji): Async interface to Koji, using Twisted