diff --git a/.buildah.metadata b/.buildah.metadata
index 5df9d09..0dd3f83 100644
--- a/.buildah.metadata
+++ b/.buildah.metadata
@@ -1 +1 @@
-1b18b1fddfa2307a3ac74b2025926474273803aa SOURCES/buildah-1.19.0-474febf.tar.gz
+4ae07f5c268c9bff72abbb57942a8692eb2d2e3c SOURCES/release-1.19-af31e45.tar.gz
diff --git a/.gitignore b/.gitignore
index 75db7eb..ac2d1c8 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1 @@
-SOURCES/buildah-1.19.0-474febf.tar.gz
+SOURCES/release-1.19-af31e45.tar.gz
diff --git a/SPECS/buildah.spec b/SPECS/buildah.spec
index 169d5f4..607fa5d 100644
--- a/SPECS/buildah.spec
+++ b/SPECS/buildah.spec
@@ -13,13 +13,13 @@ go build -buildmode pie -compiler gc -tags="rpm_crashtraceback libtrust_openssl 
 %endif
 
 %global import_path github.com/containers/buildah
-#%%global branch release-1.16
-%global commit0 474febf0dcb3c76c23a88f3b83834c81f20a7e5c
+%global branch release-1.19
+%global commit0 af31e45d45c6febf8c0940e61faafafaebe6a48f
 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7})
 
 Name: buildah
-Version: 1.19.0
-Release: 2%{?dist}
+Version: 1.19.3
+Release: 1%{?dist}
 Summary: A command line tool used for creating OCI Images
 License: ASL 2.0
 URL: https://%{name}.io
@@ -124,6 +124,24 @@ make DESTDIR=%{buildroot} PREFIX=%{_prefix} -C docs install
 %{_datadir}/%{name}/test
 
 %changelog
+* Sun Jan 31 2021 Jindrich Novy <jnovy@redhat.com> - 1.19.3-1
+- update to the latest content of https://github.com/containers/buildah/tree/release-1.19
+  (https://github.com/containers/buildah/commit/af31e45)
+- Related: #1883490
+
+* Fri Jan 29 2021 Jindrich Novy <jnovy@redhat.com> - 1.19.2-2
+- update to the latest content of https://github.com/containers/buildah/tree/release-1.19
+  (https://github.com/containers/buildah/commit/06e091b)
+- Related: #1883490
+
+* Fri Jan 15 2021 Jindrich Novy <jnovy@redhat.com> - 1.19.2-1
+- update to https://github.com/containers/buildah/releases/tag/v1.19.2
+- Related: #1883490
+
+* Fri Jan 15 2021 Jindrich Novy <jnovy@redhat.com> - 1.19.1-1
+- update to https://github.com/containers/buildah/releases/tag/v1.19.1
+- Related: #1883490
+
 * Wed Jan 13 2021 Jindrich Novy <jnovy@redhat.com> - 1.19.0-2
 - fix gating test issue with openssl cert
 - Related: #1914884