%global __brp_mangle_shebangs_exclude_from ^%{_datadir}/%{name}/collections/.*$ Name: foremanctl Version: 0.0.3 Release: 0.20250624140625062143.pr81.7.g099d046%{?dist} Summary: Install Foreman using containers License: GPL-2-only URL: https://github.com/theforeman/foremanctl Source: foremanctl-0.0.3.tar.gz BuildArch: noarch Requires: python3-obsah >= 1.3 # These are needed on the target host, which is usually localhost Recommends: podman Recommends: python3-libsemanage Recommends: python3-psycopg2 # Tab completion is nice to have Suggests: bash-completion Suggests: python3-argcomplete %description Install Foreman using containers. They are deployed as podman quadlets. %prep %setup -q -n foremanctl-0.0.3 %build cat > inventories/quadlet < - 0.0.3-0.20250624140625062143.pr81.7.g099d046 - drop foreman_proxy, we don't need it anymore (Evgeni Golov) - use pulp_smart_proxy not smart_proxy_pulp (Evgeni Golov) - Use nightly tags for container images (Eric D. Helms) - document how to release an RPM (Evgeni Golov) - use RHEL for copr builds, not EPEL (Evgeni Golov) - Use Pulp images from quay.io/foreman (Eric D. Helms) - drop the usage of the callbacks from ansible.posix in production (Evgeni Golov)