diff --git a/.buildah.metadata b/.buildah.metadata
index 571e6d9..d9fde59 100644
--- a/.buildah.metadata
+++ b/.buildah.metadata
@@ -1 +1 @@
-b9b966712b25554f9cf08b1c49a80b60fd3dc56d SOURCES/release-1.29-7fa17a8.tar.gz
+ef1eaba2e669fee817e4a09d3e663744e1c177a1 SOURCES/release-1.29-f07d2c9.tar.gz
diff --git a/.gitignore b/.gitignore
index 9afd8f9..0900972 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1 @@
-SOURCES/release-1.29-7fa17a8.tar.gz
+SOURCES/release-1.29-f07d2c9.tar.gz
diff --git a/SPECS/buildah.spec b/SPECS/buildah.spec
index d796df5..3e3c297 100644
--- a/SPECS/buildah.spec
+++ b/SPECS/buildah.spec
@@ -12,13 +12,13 @@ go build -buildmode pie -compiler gc -tags="rpm_crashtraceback libtrust_openssl 
 
 %global import_path github.com/containers/buildah
 %global branch release-1.29
-%global commit0 7fa17a8428727eb3ecaca088bda1ebec590eeb8c
+%global commit0 f07d2c9c09ff8fa33c045c381e2efcd47deb1d69
 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7})
 
 Epoch: 1
 Name: buildah
 Version: 1.29.1
-Release: 1%{?dist}
+Release: 2%{?dist}
 Summary: A command line tool used for creating OCI Images
 License: ASL 2.0
 URL: https://%{name}.io
@@ -135,6 +135,11 @@ make DESTDIR=%{buildroot} PREFIX=%{_prefix} -C docs install
 %{_datadir}/%{name}/test
 
 %changelog
+* Mon Apr 03 2023 Jindrich Novy <jnovy@redhat.com> - 1:1.29.1-2
+- update to the latest content of https://github.com/containers/buildah/tree/release-1.29
+  (https://github.com/containers/buildah/commit/f07d2c9)
+- Resolves: #2166195
+
 * Thu Feb 16 2023 Jindrich Novy <jnovy@redhat.com> - 1:1.29.1-1
 - update to the latest content of https://github.com/containers/buildah/tree/release-1.29
   (https://github.com/containers/buildah/commit/7fa17a8)