diff --git a/.anaconda.metadata b/.anaconda.metadata
index 8174626..8eb267a 100644
--- a/.anaconda.metadata
+++ b/.anaconda.metadata
@@ -1 +1 @@
-5befcf0175a33febd9fd8b73983a02ffd34c87cc SOURCES/anaconda-33.16.7.2.tar.bz2
+7aa3a8ff4d626ba8f269f630ef85dac0033659bb SOURCES/anaconda-33.16.7.3.tar.bz2
diff --git a/.gitignore b/.gitignore
index 688c169..872409f 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1 @@
-SOURCES/anaconda-33.16.7.2.tar.bz2
+SOURCES/anaconda-33.16.7.3.tar.bz2
diff --git a/SPECS/anaconda.spec b/SPECS/anaconda.spec
index 70f3e43..bc824cf 100644
--- a/SPECS/anaconda.spec
+++ b/SPECS/anaconda.spec
@@ -1,6 +1,6 @@
 Summary: Graphical system installer
 Name:    anaconda
-Version: 33.16.7.2
+Version: 33.16.7.3
 Release: 1%{?dist}
 License: GPLv2+ and MIT
 URL:     http://fedoraproject.org/wiki/Anaconda
@@ -367,6 +367,12 @@ desktop-file-install --dir=%{buildroot}%{_datadir}/applications %{buildroot}%{_d
 %{_prefix}/libexec/anaconda/dd_*
 
 %changelog
+* 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
+- Fix root password and LUKS passphrase visibility toggle (mkolman)
+  Resolves: rhbz#1885879
+
 * Tue May 24 2022 Radek Vykydal <rvykydal@redhat.com> - 33.16.7.2-1
 - Run restorecon in chroot when handling home dirs (vslavik)
   Resolves: rhbz#2069305