%global __python %__python3 Name: dnf-plugin-diff Version: 1.1 Release: 1.20250108213425510476.pr3.4.g6e880ac%{?dist} Summary: Display local changes in files from installed RPM packages BuildArch: noarch License: GPLv2+ URL: https://github.com/praiskup/%name Source0: dnf-plugin-diff-1.1.tar.gz BuildRequires: python3-devel BuildRequires: make Requires: cpio Requires: python3-dnf Requires: python3-dnf-plugins-core Requires: file Provides: dnf-command(diff) = %version %description DNF plugin to compare files from the original package contents with locally available files and display differences in text files, such as configuration changes or source code (for interpreted languages). %prep %setup -q -n dnf-plugin-diff-1.1 %build %configure PYTHON=python3 %make_build %install %make_install %files %license COPYING %doc README %_libexecdir/dnf-diff-* %python3_sitelib/dnf-plugins %changelog * Wed Jan 08 2025 Packit - 1.1-1.20250108213425510476.pr3.4.g6e880ac - ci: add Packit builds (Pavel Raiskup) - rpm: specfile cleanup (Pavel Raiskup) - Depend on python3-dnf, not dnf (Evan Goode) * Mon Sep 03 2018 Pavel Raiskup - no changelog in upstream git