## START: Set by rpmautospec ## (rpmautospec version 0.7.3) ## RPMAUTOSPEC: autorelease, autochangelog %define autorelease(e:s:pb:n) %{?-p:0.}%{lua: release_number = 2; 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: image-garden Version: 0.1.1 Release: %autorelease Summary: Tool for creating test virtual machines License: Apache-2.0 URL: https://gitlab.com/zygoon/image-garden Source: %{url}/-/archive/v%{version}/%{name}-v%{version}.tar.gz BuildArch: noarch BuildRequires: make BuildRequires: shellcheck Requires: edk2-aarch64 Requires: edk2-ovmf Requires: genisoimage Requires: make Requires: qemu-img Requires: qemu-system-aarch64-core Requires: qemu-system-x86-core Requires: wget Requires: whois %description Image Garden downloads, initializes and optionally operates virtual machine images for popular operating systems. All the systems are designed for testing and come configured with well-known username and password, usually matching the name of the system. %prep %autosetup -n %{name}-v%{version} %build %make_build %check make check %install %make_install prefix=%{_prefix} %files %{_includedir}/image-garden.mk %{_bindir}/image-garden %{_mandir}/man1/image-garden.1.* %license LICENSE %doc README.md NEWS NEWS.license %changelog ## START: Generated by rpmautospec * Fri Jan 24 2025 Zygmunt Krynicki - 0.1.1-2 - v3 * Fri Jan 24 2025 Zygmunt Krynicki - 0.1.1-1 - Snapshot ## END: Generated by rpmautospec