public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Artur Frenszek-Iwicki <fedora@svgames.pl>
To: git-commits@fedoraproject.org
Subject: [rpms/image-garden] rawhide: Update to v0.6.3
Date: Fri, 03 Jul 2026 13:15:29 GMT	[thread overview]
Message-ID: <178308452924.1.3248869759663982609.rpms-image-garden-47297679c4a3@fedoraproject.org> (raw)

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

                 reply	other threads:[~2026-07-03 13:15 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=178308452924.1.3248869759663982609.rpms-image-garden-47297679c4a3@fedoraproject.org \
    --to=fedora@svgames.pl \
    --cc=git-commits@fedoraproject.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox