diff --git a/.anaconda.metadata b/.anaconda.metadata
index 8eb267a..3280509 100644
--- a/.anaconda.metadata
+++ b/.anaconda.metadata
@@ -1 +1 @@
-7aa3a8ff4d626ba8f269f630ef85dac0033659bb SOURCES/anaconda-33.16.7.3.tar.bz2
+797b6fff40af41d91d3641e9f9b9066b39252629 SOURCES/anaconda-33.16.7.4.tar.bz2
diff --git a/.gitignore b/.gitignore
index 872409f..a7513d7 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1 @@
-SOURCES/anaconda-33.16.7.3.tar.bz2
+SOURCES/anaconda-33.16.7.4.tar.bz2
diff --git a/SPECS/anaconda.spec b/SPECS/anaconda.spec
index bc824cf..b326ccf 100644
--- a/SPECS/anaconda.spec
+++ b/SPECS/anaconda.spec
@@ -1,6 +1,6 @@
 Summary: Graphical system installer
 Name:    anaconda
-Version: 33.16.7.3
+Version: 33.16.7.4
 Release: 1%{?dist}
 License: GPLv2+ and MIT
 URL:     http://fedoraproject.org/wiki/Anaconda
@@ -367,6 +367,10 @@ desktop-file-install --dir=%{buildroot}%{_datadir}/applications %{buildroot}%{_d
 %{_prefix}/libexec/anaconda/dd_*
 
 %changelog
+* Wed Jun 01 2022 Radek Vykydal <rvykydal@redhat.com> - 33.16.7.4-1
+- Check if the mount point exists before calling statvfs (vponcova)
+  Resolves: rhbz#1826760
+
 * Thu May 26 2022 Radek Vykydal <rvykydal@redhat.com> - 33.16.7.3-1
 - Cleanup unneeded NFS repo with rd.live.ram parameter (mmatsuya)
   Resolves: rhbz#1970726