Name: dnf-pri Version: 1.1.1 Release: 1.{upstream_tag_num_commits}.g{short_commit}%{?dist} Summary: A tool to set and show priority of installed dnf repositories License: GPL-3.0-or-later BuildArch: noarch Source0: dnf-pri-1.1.1.tar.gz # Support both DNF5 and legacy DNF Requires: (dnf5 or (dnf and dnf-plugins-core)) %description dnf-pri is a tool to quickly lookup and set priority for dnf repositories installed. It supports both DNF v4 and DNF5 environments. %prep %autosetup -n dnf-pri-1.1.1 %install mkdir -p %{buildroot}%{_bindir} install -p -m 755 dnf-pri %{buildroot}%{_bindir}/dnf-pri %files %license LICENSE %doc README.md %{_bindir}/dnf-pri %changelog * Mon Mar 09 2026 Alrcatraz - 1.1.1-1.{upstream_tag_num_commits}.g{short_commit} - Update: better suffix rule (Alrcatraz) - Fix: packit will automatically get version info (Alrcatraz) - Fix: PR should not trigger packit build (Alrcatraz) - Try to make PR to trigger packit (Alrcatraz) * Mon Mar 09 2026 Alrcatraz - 1.1.1-1 - Fix compatibility with Fedora 41+ (DNF5) - Update set command and metadata fetching for DNF5 * Sun Mar 08 2026 Alrcatraz - 1.1.0-1 - Add `--all` parameter to show all repositories - Enhance `set` command, now it will set priority by default, and can somewhat be used like a shortcut of `config-manager --save --setopt=` command * Fri Mar 06 2026 Alrcatraz - 1.0.0-1 - Initial package for dnf-pri