Name: rop Version: 0.0.1 Release: 0.20250516074102320901.pr142%{?dist} Summary: Install Foreman using containers License: GPL-2-only URL: https://github.com/theforeman/foreman-quadlet Source: rop-0.0.1.tar.gz BuildArch: noarch # TODO: ansible # community.general # community.postgresql # community.crypto # ansible.posix Requires: ansible-collection-theforeman-foreman Requires: ansible-collection-theforeman-operations Requires: python3-obsah >= 1.1 # These are needed on the target host, which is usually localhost Recommends: podman Recommends: python3-cryptography 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 rop-0.0.1 %build # TODO: OBSAH_INVENTORY sed -i '/OBSAH_DATA/ s|=.\+|=%{_datadir}/%{name}|' rop %install install -d -m0755 %{buildroot}%{_datadir}/%{name} install -d -m0755 %{buildroot}%{_bindir} cp -r src/* %{buildroot}%{_datadir}/%{name} cp -r rop %{buildroot}%{_bindir}/%{name} %files %{_bindir}/rop %{_datadir}/%{name} %changelog * Fri May 16 2025 Packit - 0.0.1-0.20250516074102320901.pr142 - Development snapshot (7d5a6374)