public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Yanko Kaneti <yaneti@declera.com>
To: git-commits@fedoraproject.org
Subject: [rpms/genimage] rawhide: Update to 20. Some more test updates
Date: Fri, 05 Jun 2026 11:47:25 GMT	[thread overview]
Message-ID: <178066004517.1.836746761225308017.rpms-genimage-5b19ba550825@fedoraproject.org> (raw)

A new commit has been pushed.

Repo   : rpms/genimage
Branch : rawhide
Commit : 5b19ba5508256ad75db03524852ca1df34897e34
Author : Yanko Kaneti <yaneti@declera.com>
Date   : 2026-06-05T14:46:57+03:00
Stats  : +10/-3 in 3 file(s)
URL    : https://src.fedoraproject.org/rpms/genimage/c/5b19ba5508256ad75db03524852ca1df34897e34?branch=rawhide

Log:
Update to 20. Some more test updates

---
diff --git a/.gitignore b/.gitignore
index 0733db9..7025259 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
 /genimage-18^20250619.g4e35f71.tar.gz
 /genimage-18^20250620.g3bfee1f.tar.gz
 /genimage-19.tar.xz
+/genimage-20.tar.xz

diff --git a/genimage.spec b/genimage.spec
index f962e2f..7935d86 100644
--- a/genimage.spec
+++ b/genimage.spec
@@ -13,21 +13,27 @@ mdadm \\
 qemu-img \\
 mtd-utils \\
 mtd-utils-ubi \\
+veritysetup \\
+jq \\
+openssl \\
+rauc \\
 uboot-tools
 EOF)
 
 # Exclude some fs tools until their tests can cope with newer features
 # erofs-utils https://github.com/pengutronix/genimage/issues/309
 # genextfs    https://github.com/pengutronix/genimage/issues/330
+# rauc        https://github.com/pengutronix/genimage/issues/333
 %global trim_fs_block_tools %{lua:
 	tr = rpm.expand('%{fs_block_tools}')
-	tr = string.gsub(tr,'genext2fs', '')
+	tr = string.gsub(tr, 'genext2fs', '')
 	tr = string.gsub(tr ,'erofs%-utils', '')
+	tr = string.gsub(tr ,'rauc', '')
 	print(tr)
 }
 
 Name:           genimage
-Version:        19
+Version:        20
 
 Release:        %autorelease
 Summary:        Flexible filesystem and disk image generator

diff --git a/sources b/sources
index 026f416..a9e5023 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (genimage-19.tar.xz) = f98982ae407c6a0f03149665396781fe298083e8614db0fc08cf247e32e8b15a7647f1574bb1eaec0fb5bde9d748e53c4e55db4226b7f12b42478d16415c621c
+SHA512 (genimage-20.tar.xz) = 398fcfccc672f67d618fba1929f55bfc2bbe1ba53fe75224115a0c1cc411840b77c261f128d5b15f12024e41fc51cadeb119863f10eb8fec3b69d1e192660307

                 reply	other threads:[~2026-06-05 11:47 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=178066004517.1.836746761225308017.rpms-genimage-5b19ba550825@fedoraproject.org \
    --to=yaneti@declera.com \
    --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