## START: Set by rpmautospec ## (rpmautospec version 0.8.4) ## RPMAUTOSPEC: autorelease, autochangelog %define autorelease(e:s:pb:n) %{?-p:0.}%{lua: release_number = 7; base_release_number = tonumber(rpm.expand("%{?-b*}%{!?-b:1}")); print(release_number + base_release_number - 1); }%{?-e:.%{-e*}}%{?-s:.%{-s*}}%{!?-n:%{?dist}} ## END: Set by rpmautospec Name: python-ezaz Summary: Eazy Azure CLI Version: 0.0.8 Release: %autorelease License: GPLv3 URL: https://github.com/ddstreet/ezaz Source0: %{url}/archive/refs/tags/%{version}.tar.gz#/ezaz-%{version}.tar.gz BuildRequires: python3-devel Recommends: qemu-img Recommends: /usr/bin/blkid BuildArch: noarch %define _description Eazy interface to the Azure CLI. This is significantly eazier, but also significantly less comprehensive. %description %_description %package -n python3-ezaz Summary: %{summary} %description -n python3-ezaz %_description %prep %autosetup -p1 -n ezaz-%{version} %generate_buildrequires %pyproject_buildrequires %build %pyproject_wheel %install %pyproject_install %pyproject_save_files ezaz %files -n python3-ezaz -f %{pyproject_files} %license LICENSE %doc README %{_bindir}/ezaz %changelog ## START: Generated by rpmautospec * Fri Apr 24 2026 Dan Streetman - 0.0.8-7 - Rework copr makefile again... * Fri Apr 24 2026 Dan Streetman - 0.0.8-6 - Rework copr makefile * Fri Apr 24 2026 Dan Streetman - 0.0.8-5 - Add copr Makefile * Fri Apr 24 2026 Dan Streetman - 0.0.8-4 - Update pyproject.toml project.scripts as simply calling ezaz.__main__ * Fri Apr 24 2026 Dan Streetman - 0.0.8-3 - Rework bin/ezaz as simpler bash script * Fri Apr 24 2026 Dan Streetman - 0.0.8-2 - Add --location param to vm creation * Thu Apr 23 2026 Dan Streetman - 0.0.8-1 - version 0.0.8 * Thu Apr 23 2026 Dan Streetman - 0.0.7-2 - add azl4-alpha2 images * Tue Mar 03 2026 Dan Streetman - 0.0.7-1 - version 0.0.7 * Tue Mar 03 2026 Dan Streetman - 0.0.6-4 - image: rename image file before uploading * Tue Mar 03 2026 Dan Streetman - 0.0.6-3 - image: change log when converting image from info to warning * Tue Mar 03 2026 Dan Streetman - 0.0.6-2 - change arg name 'no-convert' to correct 'no_convert' * Thu Feb 26 2026 Dan Streetman - 0.0.6-1 - version 0.0.6 * Thu Feb 26 2026 Dan Streetman - 0.0.5-5 - Add --tenant and --scope to 'ezaz user login', pass argconfigs along to 'ezaz login' also * Thu Feb 26 2026 Dan Streetman - 0.0.5-4 - Add check for 'interactive login required' * Sat Feb 21 2026 Dan Streetman - 0.0.5-3 - update TODO again * Sat Feb 21 2026 Dan Streetman - 0.0.5-2 - update TODO * Sat Feb 21 2026 Dan Streetman - 0.0.5-1 - version 0.0.5 * Sat Feb 21 2026 Dan Streetman - 0.0.4-8 - update TODO * Sat Feb 21 2026 Dan Streetman - 0.0.4-7 - remove fedora-44 'prerelease' images * Sat Feb 21 2026 Dan Streetman - 0.0.4-6 - need to include '-Prerelease' in f44 image definitions * Fri Feb 20 2026 Dan Streetman - 0.0.4-5 - update computesku 'long time' message to clarify that getting the vm sku list is what takes a long time * Fri Feb 20 2026 Dan Streetman - 0.0.4-4 - Add built-in distro community images from Fedora Cloud SIG * Fri Feb 20 2026 Dan Streetman - 0.0.4-3 - update built-in distro images * Mon Feb 16 2026 Dan Streetman - 0.0.4-2 - Add Recommends: to spec * Mon Feb 16 2026 Dan Streetman - 0.0.4-1 - Version 0.0.4 * Sun Feb 15 2026 Dan Streetman - 0.0.3-11 - command/image: add detect format action * Sun Feb 15 2026 Dan Streetman - 0.0.3-10 - command/image: add convert action * Sun Feb 15 2026 Dan Streetman - 0.0.3-9 - command/image: update create action to convert to VHD before uploading * Sun Feb 15 2026 Dan Streetman - 0.0.3-8 - command/image: move get_default_action() method * Sun Feb 15 2026 Dan Streetman - 0.0.3-7 - Add QemuImg class to help use qemu-img command * Sun Feb 15 2026 Dan Streetman - 0.0.3-6 - change portal_url command to portal-url * Sun Feb 15 2026 Dan Streetman - 0.0.3-5 - Cleanup ImageVersion helper func * Sun Feb 15 2026 Dan Streetman - 0.0.3-4 - remove required from ImageVersion create * Wed Feb 11 2026 Dan Streetman - 0.0.3-3 - Fix importvenv by placing venv path/syspath first * Wed Feb 11 2026 Dan Streetman - 0.0.3-2 - Fix importvenv setup of PATH and sys.path * Wed Feb 11 2026 Dan Streetman - 0.0.3-1 - Version 0.0.3 * Wed Feb 11 2026 Dan Streetman - 0.0.2-3 - Update pyproject.toml license line * Wed Feb 11 2026 Dan Streetman - 0.0.2-2 - Add dependencies to pyproject.toml * Wed Feb 11 2026 Dan Streetman - 0.0.2-1 - Version 0.0.2 * Wed Feb 11 2026 Dan Streetman - 0.0.1-2 - Update spec file with url of source tarball * Wed Feb 11 2026 Dan Streetman - 0.0.1-1 - Add python-ezaz.spec ## END: Generated by rpmautospec