public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/image-garden] rawhide: Update to v0.6.3
@ 2026-07-03 13:15 Artur Frenszek-Iwicki
0 siblings, 0 replies; only message in thread
From: Artur Frenszek-Iwicki @ 2026-07-03 13:15 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/image-garden
Branch : rawhide
Commit : 47297679c4a3b6fd48c14337d82178b64a3509d1
Author : Artur Frenszek-Iwicki <fedora@svgames.pl>
Date : 2026-07-02T17:47:21+02:00
Stats : +13/-4 in 3 file(s)
URL : https://src.fedoraproject.org/rpms/image-garden/c/47297679c4a3b6fd48c14337d82178b64a3509d1?branch=rawhide
Log:
Update to v0.6.3
---
diff --git a/.gitignore b/.gitignore
index d693585..d0ab6c3 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
/image-garden-v0.1.1.tar.gz
/image-garden-v0.2.tar.gz
/image-garden-v0.3.tar.gz
+/image-garden-v0.6.3.tar.gz
diff --git a/image-garden.spec b/image-garden.spec
index 8d30058..8d9c38f 100644
--- a/image-garden.spec
+++ b/image-garden.spec
@@ -1,5 +1,5 @@
Name: image-garden
-Version: 0.3
+Version: 0.6.3
Release: %autorelease
Summary: Tool for creating test virtual machines
@@ -8,12 +8,17 @@ URL: https://gitlab.com/zygoon/image-garden
Source: %{url}/-/archive/v%{version}/%{name}-v%{version}.tar.gz
BuildArch: noarch
+
BuildRequires: make
BuildRequires: shellcheck
+BuildRequires: python3
+BuildRequires: python3-mypy
+
Requires: edk2-aarch64
Requires: edk2-ovmf
Requires: genisoimage
Requires: make
+Requires: python3-mypy
Requires: qemu-img
Requires: qemu-system-aarch64-core
Requires: qemu-system-x86-core
@@ -44,9 +49,12 @@ make check
%{_bindir}/image-garden
%{_mandir}/man1/image-garden.1.*
%license LICENSE
-# SPDX meta-data for the NEWS file is not worth installing.
-%exclude %{_docdir}/image-garden/NEWS.license
%doc README.md NEWS
+# SPDX meta-data for the NEWS file is not worth installing.
+%exclude %{_docdir}/%{name}/NEWS.license
+# Don't install Docker-container and snap-package NEWS
+%exclude %{_docdir}/%{name}/NEWS.docker*
+%exclude %{_docdir}/%{name}/NEWS.snappy*
%changelog
%autochangelog
diff --git a/sources b/sources
index f64aa4c..b9e86c2 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (image-garden-v0.3.tar.gz) = 59f068be7a9f37d15f0d0eddbf12b9cc34b9b9f21b87ab0f6a9f9b40a5c1e40c76749ea619e64ca5e2cbb70f669064f51838a307beeef9059921fc7bea2245f5
+SHA512 (image-garden-v0.6.3.tar.gz) = 478c2bb82d7dc66d2fd6bd382e01932ecd0aaaf11c7d2687c8d894b5ccb744c09253865191b1a1289567ec82762ed26289b5b82399eb5bf7edc3c7bc300f6a70
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-07-03 13:15 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-07-03 13:15 [rpms/image-garden] rawhide: Update to v0.6.3 Artur Frenszek-Iwicki
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox