public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/genimage] rawhide: Update to 20. Some more test updates
@ 2026-06-05 11:47 Yanko Kaneti
0 siblings, 0 replies; only message in thread
From: Yanko Kaneti @ 2026-06-05 11:47 UTC (permalink / raw)
To: git-commits
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
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-06-05 11:47 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-06-05 11:47 [rpms/genimage] rawhide: Update to 20. Some more test updates Yanko Kaneti
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox