public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Neal Gompa <ngompa@fedoraproject.org>
To: git-commits@fedoraproject.org
Subject: [rpms/kiwi] f43: Update to 10.3.11
Date: Wed, 26 Aug 2026 19:47:58 GMT	[thread overview]
Message-ID: <178777367829.1.10661906587507421465.rpms-kiwi-bcebe10bbac1@fedoraproject.org> (raw)

A new commit has been pushed.

Repo   : rpms/kiwi
Branch : f43
Commit : bcebe10bbac1dd57a24a5b40ed0ca75637b5be4d
Author : Neal Gompa <ngompa@fedoraproject.org>
Date   : 2026-08-26T15:46:37-04:00
Stats  : +29/-20 in 5 file(s)
URL    : https://src.fedoraproject.org/rpms/kiwi/c/bcebe10bbac1dd57a24a5b40ed0ca75637b5be4d?branch=f43

Log:
Update to 10.3.11

---
diff --git a/.gitignore b/.gitignore
index 3d74249..c737c11 100644
--- a/.gitignore
+++ b/.gitignore
@@ -87,3 +87,4 @@
 /kiwi-10.2.44.tar.gz
 /kiwi-10.2.45.tar.gz
 /kiwi-10.3.0.tar.gz
+/kiwi-10.3.11.tar.gz

diff --git a/1001-Use-buildah-by-default-for-OCI-image-builds.patch b/1001-Use-buildah-by-default-for-OCI-image-builds.patch
index ece17a0..d4361fa 100644
--- a/1001-Use-buildah-by-default-for-OCI-image-builds.patch
+++ b/1001-Use-buildah-by-default-for-OCI-image-builds.patch
@@ -1,4 +1,4 @@
-From ff0028f6f60eba3038a765e4ea3c59addb52ccc2 Mon Sep 17 00:00:00 2001
+From 1cfd93d4b66932e9d74780f035e989d50b2e8033 Mon Sep 17 00:00:00 2001
 From: Igor Raits <igor.raits@gmail.com>
 Date: Sat, 6 May 2023 12:06:16 +0200
 Subject: [PATCH] Use buildah by default for OCI image builds
@@ -9,23 +9,23 @@ Subject: [PATCH] Use buildah by default for OCI image builds
  2 files changed, 2 insertions(+), 2 deletions(-)
 
 diff --git a/kiwi.yml b/kiwi.yml
-index 4c5922138..987898e2a 100644
+index 8acf6ba05..a88bfb389 100644
 --- a/kiwi.yml
 +++ b/kiwi.yml
-@@ -67,7 +67,7 @@
+@@ -89,7 +89,7 @@
  #  # Specify OCI archive tool which should be used on creation of
  #  # container archives for OCI compliant images, e.g docker
  #  # Possible values are umoci and buildah
 -#  - archive_tool: umoci
 +#  - archive_tool: buildah
  
- 
- # Specify build constraints that applies during the image build
+ # Setup shasum size
+ # shasum:
 diff --git a/kiwi/defaults.py b/kiwi/defaults.py
-index ae0251a71..b11deb968 100644
+index bbdceb456..5a7325ca7 100644
 --- a/kiwi/defaults.py
 +++ b/kiwi/defaults.py
-@@ -1732,7 +1732,7 @@ class Defaults:
+@@ -2083,7 +2083,7 @@ class Defaults:
  
          :rtype: str
          """
@@ -35,5 +35,5 @@ index ae0251a71..b11deb968 100644
      @staticmethod
      def get_part_mapper_tool():
 -- 
-2.40.1
+2.55.0
 

diff --git a/1002-Use-isomd5sum-by-default-for-tagging-ISO-files.patch b/1002-Use-isomd5sum-by-default-for-tagging-ISO-files.patch
index 5d5f646..450b21d 100644
--- a/1002-Use-isomd5sum-by-default-for-tagging-ISO-files.patch
+++ b/1002-Use-isomd5sum-by-default-for-tagging-ISO-files.patch
@@ -1,4 +1,4 @@
-From 78ae64ad0aa3ca274c6a94482d08d4e25a0d658e Mon Sep 17 00:00:00 2001
+From c27d2c7f42a39aa901d19b0d822dbd3938911186 Mon Sep 17 00:00:00 2001
 From: Neal Gompa <ngompa@fedoraproject.org>
 Date: Mon, 26 Aug 2024 07:36:29 -0400
 Subject: [PATCH] Use isomd5sum by default for tagging ISO files
@@ -9,10 +9,10 @@ Subject: [PATCH] Use isomd5sum by default for tagging ISO files
  2 files changed, 2 insertions(+), 2 deletions(-)
 
 diff --git a/kiwi.yml b/kiwi.yml
-index 683e4e315..d40dce6b5 100644
+index a88bfb389..0d94dab00 100644
 --- a/kiwi.yml
 +++ b/kiwi.yml
-@@ -62,7 +62,7 @@
+@@ -81,7 +81,7 @@
  #  - tool_category: xorriso
  #  # Specify media tag tool used to implant iso checksums
  #  # Possible values are checkmedia and isomd5sum
@@ -22,10 +22,10 @@ index 683e4e315..d40dce6b5 100644
  
  # Setup process parameters for OCI toolchain
 diff --git a/kiwi/defaults.py b/kiwi/defaults.py
-index 7e1aad87b..4aaad7f27 100644
+index 5a7325ca7..32391aa69 100644
 --- a/kiwi/defaults.py
 +++ b/kiwi/defaults.py
-@@ -1767,7 +1767,7 @@ class Defaults:
+@@ -2038,7 +2038,7 @@ class Defaults:
  
          :rtype: str
          """
@@ -35,5 +35,5 @@ index 7e1aad87b..4aaad7f27 100644
      @staticmethod
      def get_container_compression():
 -- 
-2.45.2
+2.55.0
 

diff --git a/kiwi.spec b/kiwi.spec
index b48ac79..868c011 100644
--- a/kiwi.spec
+++ b/kiwi.spec
@@ -14,15 +14,15 @@ and cloud systems like Xen, KVM, VMware, EC2 and more.
 
 
 Name:           kiwi
-Version:        10.3.0
-Release:        4%{?dist}
+Version:        10.3.11
+Release:        1%{?dist}
 URL:            http://osinside.github.io/kiwi/
 Summary:        Flexible operating system image builder
 License:        GPL-3.0-or-later
 # We must use the version uploaded to pypi, as it contains all the required files.
 Source0:        https://files.pythonhosted.org/packages/source/k/%{name}/%{name}-%{version}.tar.gz
 # qemu-img dependency is not available
-ExcludeArch:    %{ix86}
+ExcludeArch:    %{ix86} %{arm32}
 
 # Backports from upstream
 
@@ -292,7 +292,6 @@ Requires:       kiwi-systemdeps-bootloaders = %{version}-%{release}
 Requires:       kiwi-systemdeps-iso-media = %{version}-%{release}
 Requires:       gdisk
 Requires:       lvm2
-Requires:       parted
 Requires:       kpartx
 Requires:       cryptsetup
 Requires:       mdadm
@@ -523,6 +522,9 @@ make buildroot=%{buildroot}/ install_dracut
 # Get rid of unnecessary doc files
 rm -rf %{buildroot}%{_docdir}/packages
 
+# Create ghost file for kiwi config
+touch %{buildroot}%{_sysconfdir}/kiwi.yml
+
 # Rename unversioned binaries
 mv %{buildroot}%{_bindir}/kiwi-ng %{buildroot}%{_bindir}/kiwi-ng-3
 
@@ -581,7 +583,10 @@ popd
 %{_bindir}/kiwi-ng
 %{_datadir}/bash-completion/completions/kiwi-ng
 %{_mandir}/man8/kiwi*
-%config(noreplace) %{_sysconfdir}/kiwi.yml
+%{_datadir}/kiwi/kiwi.yml.example
+%dir %{_datadir}/kiwi/kiwi.yml.d
+%dir %{_sysconfdir}/kiwi.yml.d
+%config(noreplace) %ghost %{_sysconfdir}/kiwi.yml
 
 %ifarch %{ix86} x86_64
 %files pxeboot
@@ -652,6 +657,9 @@ popd
 
 
 %changelog
+* Wed Aug 26 2026 Neal Gompa <ngompa@fedoraproject.org> - 10.3.11-1
+- Update to 10.3.11
+
 * Thu Jul 16 2026 Fedora Release Engineering <releng@fedoraproject.org> - 10.3.0-4
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_45_Mass_Rebuild
 

diff --git a/sources b/sources
index 3c69a41..79402d7 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (kiwi-10.3.0.tar.gz) = 4e2f5e35c2ceadc1ccef779c6d067adf24f9e670ba934cbb6de873977106623e72e741dcc273e1c5583ca54fcd7259dc5b050352101fce7be9d3ded0c284b387
+SHA512 (kiwi-10.3.11.tar.gz) = ec9a5e9ac7d167bf87e353b376bee2625379e456f679beb148e51a75a263f445722b6118c21e7261258da4aeea482ddb6ee83b4213d1dc8e0a94a3558371ae96

                 reply	other threads:[~2026-08-26 19: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=178777367829.1.10661906587507421465.rpms-kiwi-bcebe10bbac1@fedoraproject.org \
    --to=ngompa@fedoraproject.org \
    --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