diff --git a/.fuse-overlayfs.metadata b/.fuse-overlayfs.metadata
index 25fec6a..51f8717 100644
--- a/.fuse-overlayfs.metadata
+++ b/.fuse-overlayfs.metadata
@@ -1 +1 @@
-6dc0615e247552e24619dcbef0828fe3a46e4272 SOURCES/v1.4.0.tar.gz
+04c8ec8eb547cec652cf57588fc6098acc265a1e SOURCES/v1.5.0.tar.gz
diff --git a/.gitignore b/.gitignore
index eb84e4a..06658d0 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1 @@
-SOURCES/v1.4.0.tar.gz
+SOURCES/v1.5.0.tar.gz
diff --git a/SPECS/fuse-overlayfs.spec b/SPECS/fuse-overlayfs.spec
index 79c7df6..8efeac0 100644
--- a/SPECS/fuse-overlayfs.spec
+++ b/SPECS/fuse-overlayfs.spec
@@ -3,8 +3,8 @@
 %{!?_modulesloaddir:%global _modulesloaddir %{_usr}/lib/modules-load.d}
 
 Name: fuse-overlayfs
-Version: 1.4.0
-Release: 2%{?dist}
+Version: 1.5.0
+Release: 1%{?dist}
 Summary: FUSE overlay+shiftfs implementation for rootless containers
 License: GPLv3+
 URL: %{git0}
@@ -66,6 +66,10 @@ modprobe fuse > /dev/null 2>&1 || :
 %{_modulesloaddir}/fuse-overlayfs.conf
 
 %changelog
+* Thu Mar 25 2021 Jindrich Novy <jnovy@redhat.com> - 1.5.0-1
+- update to https://github.com/containers/fuse-overlayfs/releases/tag/v1.5.0
+- Related: #1934415
+
 * Fri Jan 29 2021 Jindrich Novy <jnovy@redhat.com> - 1.4.0-2
 - disable openat2 syscall again - still unsupported in current RHEL8 kernel
 - Related: #1883490