public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Jindrich Novy <jnovy@redhat.com>
To: git-commits@fedoraproject.org
Subject: [rpms/buildah] update-buildah-cve-2026-46597: buildah-1.41.3-1.el9
Date: Wed, 05 Aug 2026 18:47:29 GMT	[thread overview]
Message-ID: <178595564965.1.13574867095173705321.rpms-buildah-c15a3162cb46@fedoraproject.org> (raw)

            A new commit has been pushed.

            Repo   : rpms/buildah
            Branch : update-buildah-cve-2026-46597
            Commit : c15a3162cb46a887b364da388651bdf3d082f225
            Author : Jindrich Novy <jnovy@redhat.com>
            Date   : 2025-08-18T12:53:14+02:00
            Stats  : +21/-2 in 3 file(s)
            URL    : https://src.fedoraproject.org/rpms/buildah/c/c15a3162cb46a887b364da388651bdf3d082f225?branch=update-buildah-cve-2026-46597

            Log:
            buildah-1.41.3-1.el9

- update to https://github.com/containers/buildah/releases/tag/v1.41.3
- Related: RHEL-80816

Signed-off-by: Jindrich Novy <jnovy@redhat.com>

---
diff --git a/buildah.spec b/buildah.spec
index 6e8beb0..dc4dcb1 100644
--- a/buildah.spec
+++ b/buildah.spec
@@ -32,7 +32,7 @@ Epoch: 2
 # If that's what you're reading, Version must be 0, and will be updated by Packit for
 # copr and koji builds.
 # If you're reading this on dist-git, the version is automatically filled in by Packit.
-Version: 1.41.1
+Version: 1.41.3
 # The `AND` needs to be uppercase in the License for SPDX compatibility
 License: Apache-2.0 AND BSD-2-Clause AND BSD-3-Clause AND ISC AND MIT AND MPL-2.0
 Release: 1%{?dist}
@@ -181,6 +181,10 @@ rm %{buildroot}%{_datadir}/%{name}/test/system/tools/build/*
 %{_datadir}/%{name}/test
 
 %changelog
+* Mon Aug 18 2025 Jindrich Novy <jnovy@redhat.com> - 2:1.41.3-1
+- update to https://github.com/containers/buildah/releases/tag/v1.41.3
+- Related: RHEL-80816
+
 * Mon Aug 11 2025 Jindrich Novy <jnovy@redhat.com> - 2:1.41.1-1
 - update to https://github.com/containers/buildah/releases/tag/v1.41.1
 - Related: RHEL-80816

diff --git a/sources b/sources
index 3b55b0e..69ec871 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (v1.41.1.tar.gz) = 0b953fb8bc2d6b9c83919d1a12ce2757e18c1df4a230be506a3a207727a2390fd78de9e2fd919e99f764d7166765354f056f84f07852ec1b114c44d637370816
+SHA512 (v1.41.3.tar.gz) = b106f74a1eea63a38bc28218ad71bb0073c15ae879e657111373b61175d81591ee7c9b4579b2135759f73f3512001237ae56fa6463cade57b8adb0d847b4f840

diff --git a/tests/tmt/system.sh b/tests/tmt/system.sh
index 73553aa..2e46ec4 100644
--- a/tests/tmt/system.sh
+++ b/tests/tmt/system.sh
@@ -15,4 +15,19 @@ rpm -q \
     netavark \
     systemd
 
+# Install BATS if not available
+if ! command -v bats &> /dev/null; then
+    BATS_VERSION="1.12.0"
+    echo "BATS not found, installing from BATS-$BATS_VERSION tarball..."
+    cd /tmp
+    curl -L https://github.com/bats-core/bats-core/archive/refs/tags/v$BATS_VERSION.tar.gz -o bats-core.tar.gz
+    tar -xzf bats-core.tar.gz
+    cd bats-core-$BATS_VERSION
+    ./install.sh /usr/local
+    export PATH="/usr/local/bin:$PATH"
+    echo "BATS installed successfully"
+else
+    echo "BATS is already available"
+fi
+
 bats /usr/share/buildah/test/system

                 reply	other threads:[~2026-08-05 18: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=178595564965.1.13574867095173705321.rpms-buildah-c15a3162cb46@fedoraproject.org \
    --to=jnovy@redhat.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