diff --git a/_service b/_service
index d10ae49..f039984 100644
--- a/_service
+++ b/_service
@@ -1,18 +1,18 @@
-
+
https://github.com/containers/buildah.git
git
buildah
@PARENT_TAG@
v(.*)
- v1.34.0
+ v1.34.1
enable
-
+
*.tar
xz
-
+
buildah
diff --git a/_servicedata b/_servicedata
index 4508626..153eb76 100644
--- a/_servicedata
+++ b/_servicedata
@@ -1,4 +1,4 @@
https://github.com/containers/buildah.git
- 21ec7aceb20e475c00bb4d65ae3d5764c59ec997
\ No newline at end of file
+ a2bab63fdbf32b6b5e45b0750f122327e09842a6
\ No newline at end of file
diff --git a/buildah-1.34.0.tar.xz b/buildah-1.34.0.tar.xz
deleted file mode 100644
index 6785cf1..0000000
--- a/buildah-1.34.0.tar.xz
+++ /dev/null
@@ -1,3 +0,0 @@
-version https://git-lfs.github.com/spec/v1
-oid sha256:de9394dcb8ef52ce449cab479d6c75028559903025f8d281b8eeeaac355390a0
-size 11401860
diff --git a/buildah-1.34.1.tar.xz b/buildah-1.34.1.tar.xz
new file mode 100644
index 0000000..f20bb0b
--- /dev/null
+++ b/buildah-1.34.1.tar.xz
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:af4af95f08ac3bdb6cb29890bf57e16b74480d1c58438609f971a1e8a9559b5c
+size 11456448
diff --git a/buildah.changes b/buildah.changes
index 4b81e00..c286fc2 100644
--- a/buildah.changes
+++ b/buildah.changes
@@ -1,7 +1,38 @@
+-------------------------------------------------------------------
+Fri Feb 23 06:24:24 UTC 2024 - dcermak@suse.com
+
+- Update to version 1.34.1:
+ * [release-1.34] Bump to v1.34.1
+ * [release-1.34] Vendor bumps (fixes bsc#1219563)
+ * manifest: addCompression use default from containers.conf
+ * Build with CNI support on FreeBSD
+ * tests: retrofit test for heredoc summary
+ * build, heredoc: show heredoc summary in build output
+ * docs: correct default authfile path
+ * Make buildah match podman for handling of ulimits
+ * imagebuildah: fix crash with empty RUN
+ * docs: move footnotes to where they're applicable
+ * Run codespell on code
+ * Fix FreeBSD version parsing
+ * Allow users to specify no-dereference
+ * Fix a build break on FreeBSD
+ * Remove a bad FROM line
+ * commit: force omitHistory if the parent has layers but no history
+ * docs: fix a couple of typos
+ * stage_executor,heredoc: honor interpreter in heredoc
+ * stage_executor,layers: burst cache if heredoc content is changed
+ * Replace map[K]bool with map[K]struct{} where it makes sense
+ * Replace strings.SplitN with strings.Cut
+ * Document use of containers-transports values in buildah
+ * commit: add a --add-file flag
+ * mkcw: populate the rootfs using an overlay
+ * Ignore errors if label.Relabel returns ENOSUP
+ * manifest: addCompression use default from containers.conf
+
-------------------------------------------------------------------
Thu Feb 22 12:59:44 UTC 2024 - Thorsten Kukuk
-- Allow to disable apparmor support (ALP supports only SELinux)
+- Allow to disable apparmor support (ALP supports only SELinux)
-------------------------------------------------------------------
Thu Dec 14 07:42:07 UTC 2023 - danish.prakash@suse.com
diff --git a/buildah.spec b/buildah.spec
index 0f80c69..848f7a8 100644
--- a/buildah.spec
+++ b/buildah.spec
@@ -19,7 +19,7 @@
%define project github.com/containers/buildah
Name: buildah
-Version: 1.34.0
+Version: 1.34.1
Release: 0
Summary: Tool for building OCI containers
License: Apache-2.0