%global __brp_mangle_shebangs_exclude_from ^%{_datadir}/%{name}/collections/.*$ Name: foremanctl Version: 3.1.0.develop Release: 1.20260820174231855826.master.14.gab8bcdd%{?dist} Summary: Install Foreman using containers License: GPL-2-only URL: https://github.com/theforeman/foremanctl Source: foremanctl-3.1.0-develop-14-gab8bcdd.tar.gz BuildArch: noarch Requires: python3.12-obsah >= 1.8.1 # These are needed on the target host, which is usually localhost Recommends: podman Recommends: skopeo Recommends: python3-libsemanage Recommends: python3-psycopg2 Recommends: python3-requests Recommends: python3-requests-oauthlib # 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-3.1.0-develop-14-gab8bcdd %build cat > inventories/inventory < - 3.1.0.develop-1.20260820174231855826.master.14.gab8bcdd - Ensure container image names are lowercase (ianballou) - Fix a typo (Aneta Šteflová Petrová) - Fixes #712 - Include hostname in remote execution SSH key (Jakub Duchek) - Fix: check correct systemd property for timer last trigger (Odilon Sousa) - forge iso - Install Satellite/foremanctl from ISO (Leos Stejskal) - Inform user to run source upgrades on same machine as deploy (Aiden Fine) - Fix disconnected upgrade instructions; improve clarity of upgrade instructions (Quinn James) - Add note on upgrades are only supported Z+1 or Y+1 (Aiden Fine) - Fixes #615 - Add documentation for upgrade procedure (Quinn James) - Add execution tests for recurring timers (akumari) - Update iop documentation (Eric D. Helms) - add -develop tags to preleases (Arvind Jangir) - Reduce deploy time by ~60s with parallel restarts and faster healthchecks (Eric D. Helms) - Use legacy OpenSSL cipher naming for Candlepin's TLS connector (Odilon Sousa) * Fri Aug 14 2026 Arvind Jangir - 3.0.0-1 - Release foremanctl 3.0.0 * Wed Jul 29 2026 Zach Huntington-Meath - 2.3.0-4 - Rebuild for EL10 * Wed Jul 22 2026 Arvind Jangir 2.3.0-3 - Add proxy inventory group * Thu Jun 25 2026 Stejskal Leos - 2.3.0-2 - Add skopeo to the Recommends list * Mon Jun 08 2026 Evgeni Golov - 2.3.0-1 - Release foremanctl 2.3.0 * Thu May 21 2026 Evgeni Golov - 2.2.0-1 - Release foremanctl 2.2.0 * Tue May 05 2026 Evgeni Golov - 2.1.0-1 - Release foremanctl 2.1.0 * Wed Apr 15 2026 Evgeni Golov - 2.0.0-1 - Release foremanctl 2.0.0 * Mon Mar 16 2026 Evgeni Golov - 1.2.0-1 - Release foremanctl 1.2.0 * Fri Mar 13 2026 Evgeni Golov - 1.1.0-2 - Use Obsah built with Python 3.12 * Fri Jan 09 2026 Evgeni Golov - 1.1.0-1 - Release foremanctl 1.1.0 * Mon Dec 01 2025 Evgeni Golov - 1.0.0-2 - spec with a folder for logging * Tue Oct 07 2025 akumari 1.0.0-1 Initial packaging of foremanctl