%global debug_package %{nil} Name: sysz # renovate: datasource=github-releases depName=joehillen/sysz extractVersion=true Version: 1.4.3 Release: 1%{?dist} Summary: A fzf terminal UI for systemctl License: UNLICENSE URL: https://github.com/joehillen/%{name} Source: %{url}/archive/refs/tags/%{version}.tar.gz Requires: gawk Requires: bash > 4.3 Requires: fzf >= 0.27.1 %description %prep %autosetup -n %{name}-%{version} %build %install install -Dpm 0755 sysz -t %{buildroot}%{_bindir}/ %files %license UNLICENSE %{_bindir}/sysz %changelog %autochangelog