%global desc %{expand: Helper scripts for the Resalloc server (mostly used by Copr build system) for maintaining VMs in IBM Cloud (starting, stopping, cleaning orphans, etc.). } Name: resalloc-ibm-cloud Version: 2.2 Release: 1.20241001194112645437.main.0.g171fd08%{?dist} Summary: Resource allocator scripts for IBM cloud License: GPL-2.0-or-later URL: https://github.com/fedora-copr/%{name} Source0: resalloc-ibm-cloud-2.2.tar.gz BuildArch: noarch Requires: resalloc-helpers BuildRequires: python3-devel BuildRequires: pyproject-rpm-macros %description %{desc} %prep %autosetup -n resalloc-ibm-cloud-2.2 %generate_buildrequires %pyproject_buildrequires -r %build %pyproject_wheel %install %pyproject_install %pyproject_save_files resalloc_ibm_cloud %files -n %{name} -f %{pyproject_files} %license LICENSE %doc README.md %_mandir/man1/resalloc-ibm-cloud*1* %{_bindir}/resalloc-ibm-cloud-list-deleting-vms %{_bindir}/resalloc-ibm-cloud-list-deleting-volumes %{_bindir}/resalloc-ibm-cloud-list-vms %{_bindir}/resalloc-ibm-cloud-vm %changelog * Tue Oct 01 2024 Packit - 2.2-1.20241001194112645437.main.0.g171fd08 - Development snapshot (171fd08d) * Tue Oct 01 2024 Jiri Kyjovsky 2.2-1 - Allow dynamic spefifying of volume size * Wed Feb 28 2024 Pavel Raiskup 2.1-1 - The wait-for-ssh script was moved to resalloc-helpers - releng: release to all active Fedora releases * Tue Jan 16 2024 Pavel Raiskup - don't try to remove attached volumes - give the ansible-playbook utility a blocking stdin * Wed Nov 08 2023 Pavel Raiskup 1.2-1 - Automatically remove leftover Floating IPs - Fail early for too-long resource names * Mon Oct 16 2023 Pavel Raiskup 1.1-1 - Simplify the get_service() helper - list-deleting-volumes: new helper for customer case reporting - fix manpage contents - provide subnets ids directly to the tool via argument (j1.kyjovsky@gmail.com) - specify ibm cloud zone instead of hardcoded API url (j1.kyjovsky@gmail.com) - add option to use instance's private IP to connect to it (j1.kyjovsky@gmail.com) * Tue Sep 26 2023 Jiri Kyjovsky 1.0-1 - Use setuptools instead of poetry - spec: use SPDX lincese and drop build requires due to generic reqs * Mon Sep 18 2023 Jiri Kyjovsky 0.99-2 - use SPDX license and drop buildrequires * Mon Sep 04 2023 Pavel Raiskup 0.99-1 - package && release with tito * Wed Jan 18 2023 Jiri Kyjovsky - Initial package.