public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/buildah] update-buildah-cve-2026-46597: buildah-1.41.3-1.el9
@ 2026-08-05 18:47 Jindrich Novy
  0 siblings, 0 replies; only message in thread
From: Jindrich Novy @ 2026-08-05 18:47 UTC (permalink / raw)
  To: git-commits

            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

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2026-08-05 18:47 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-08-05 18:47 [rpms/buildah] update-buildah-cve-2026-46597: buildah-1.41.3-1.el9 Jindrich Novy

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox