diff --git a/_service b/_service
index 8ba16de..b01e705 100644
--- a/_service
+++ b/_service
@@ -5,7 +5,7 @@
buildah
@PARENT_TAG@
v(.*)
- v1.28.0
+ v1.28.2
enable
diff --git a/_servicedata b/_servicedata
index bd7619f..eaab0c7 100644
--- a/_servicedata
+++ b/_servicedata
@@ -1,4 +1,4 @@
https://github.com/containers/buildah.git
- 79f41e3235ecc17d711a9aa06ec769234ec95399
\ No newline at end of file
+ 6a35b0ab235df00088b76807d6f8e8c20c1a32e0
\ No newline at end of file
diff --git a/buildah-1.28.0.tar.xz b/buildah-1.28.0.tar.xz
deleted file mode 100644
index ad18223..0000000
--- a/buildah-1.28.0.tar.xz
+++ /dev/null
@@ -1,3 +0,0 @@
-version https://git-lfs.github.com/spec/v1
-oid sha256:b8217f9c7a21e9c20c07e7dd4fb3739f877b1e961e4d61b3d036d6e065ad74ab
-size 8587872
diff --git a/buildah-1.28.2.tar.xz b/buildah-1.28.2.tar.xz
new file mode 100644
index 0000000..d79e471
--- /dev/null
+++ b/buildah-1.28.2.tar.xz
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:d9b5fa0ac2a6446107d8fa5f0c8df18a81c168825cbaa2629d04a8ebeb3de2fb
+size 8617948
diff --git a/buildah.changes b/buildah.changes
index 18d165d..22ff218 100644
--- a/buildah.changes
+++ b/buildah.changes
@@ -1,3 +1,20 @@
+-------------------------------------------------------------------
+Mon Nov 28 08:55:11 UTC 2022 - dcermak@suse.com
+
+- Update to version 1.28.2:
+ * version: bump to 1.28.2
+ * Stop using ubi8
+ * Define and use a safe, reliable test image
+
+-------------------------------------------------------------------
+Wed Nov 23 10:30:12 UTC 2022 - dcermak@suse.com
+
+- Update to version 1.28.1:
+ * version: bump to v1.28.1
+ * copier.Put(): clear up os/syscall mode bit confusion
+ * retrofit, test: ubi8 changed architecture string
+- Only build targets that we install
+
-------------------------------------------------------------------
Fri Oct 07 08:53:06 UTC 2022 - dcermak@suse.com
diff --git a/buildah.spec b/buildah.spec
index a48273b..218c4c5 100644
--- a/buildah.spec
+++ b/buildah.spec
@@ -18,7 +18,7 @@
%define project github.com/containers/buildah
Name: buildah
-Version: 1.28.0
+Version: 1.28.2
Release: 0
Summary: Tool for building OCI containers
License: Apache-2.0
@@ -76,7 +76,7 @@ cp -avr * $HOME/go/src/%{project}
cd $HOME/go/src/%{project}
# Build buildah
-GOFLAGS=-buildmode=pie make %{?_smp_mflags} GIT_COMMIT=unknown
+GOFLAGS=-buildmode=pie %make_build GIT_COMMIT=unknown buildah docs
%check
# Too many tests fail due to the restricted permissions in the build enviroment.