diff --git a/.anaconda.metadata b/.anaconda.metadata
index 22a6a40..58b7fe7 100644
--- a/.anaconda.metadata
+++ b/.anaconda.metadata
@@ -1 +1 @@
-943cbbf90edd1624ddf39986a374ecc83eb0f921 SOURCES/anaconda-33.16.4.11.tar.bz2
+8bd710dfd255fe3cedafc806034e18912ff75bb2 SOURCES/anaconda-33.16.5.4.tar.bz2
diff --git a/.gitignore b/.gitignore
index 5899e0d..0868b30 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1 @@
-SOURCES/anaconda-33.16.4.11.tar.bz2
+SOURCES/anaconda-33.16.5.4.tar.bz2
diff --git a/README.debrand b/README.debrand
deleted file mode 100644
index 01c46d2..0000000
--- a/README.debrand
+++ /dev/null
@@ -1,2 +0,0 @@
-Warning: This package was configured for automatic debranding, but the changes
-failed to apply.
diff --git a/SPECS/anaconda.spec b/SPECS/anaconda.spec
index df88654..157740b 100644
--- a/SPECS/anaconda.spec
+++ b/SPECS/anaconda.spec
@@ -1,6 +1,6 @@
 Summary: Graphical system installer
 Name:    anaconda
-Version: 33.16.4.11
+Version: 33.16.5.4
 Release: 1%{?dist}
 License: GPLv2+ and MIT
 URL:     http://fedoraproject.org/wiki/Anaconda
@@ -81,7 +81,7 @@ The anaconda package is a metapackage for the Anaconda installer.
 Summary: Core of the Anaconda installer
 Requires: python3-libs
 Requires: python3-dnf >= %{dnfver}
-Requires: python3-blivet >= 1:3.2.2-1
+Requires: python3-blivet >= 1:3.4.0-1
 Requires: python3-blockdev >= %{libblockdevver}
 Requires: python3-meh >= %{mehver}
 Requires: libreport-anaconda >= 2.0.21-1
@@ -101,7 +101,7 @@ Requires: python3-systemd
 Requires: python3-productmd
 Requires: python3-dasbus >= %{dasbusver}
 Requires: flatpak-libs
-%if 0%{?rhel}
+%if %{defined rhel} && %{undefined centos}
 Requires: python3-syspurpose
 Requires: subscription-manager >= 1.26
 %endif
@@ -367,6 +367,111 @@ desktop-file-install --dir=%{buildroot}%{_datadir}/applications %{buildroot}%{_d
 %{_prefix}/libexec/anaconda/dd_*
 
 %changelog
+* Mon Aug 02 2021 Radek Vykydal <rvykydal@redhat.com> - 33.16.5.4-1
+- Disable anaconda-core's requirement on subscription-manager on CentOS (carl)
+  Resolves: rhbz#1984958
+- Show suggestions for an error caused by inconsistent sector sizes (vponcova)
+  Resolves: rhbz#1935722
+- Use a custom stylesheet to define CentOS-specific stylesheet data (carl)
+  Related: rhbz#1974149
+- Use RHEL help content for RHV/Ovirt (mkolman)
+  Resolves: rhbz#1915910
+- Move post installation scripts to the end of queue (lveyde)
+  Resolves: rhbz#1970879
+- Do not generate dracut arguments multiple times for some storage devices
+  (rvykydal)
+  Related: rhbz#1937208
+- Make failure in generating of dracut arguments for iSCSI device non-fatal.
+  (rvykydal)
+  Resolves: rhbz#1937208
+
+* Thu Jul 01 2021 Radek Vykydal <rvykydal@redhat.com> - 33.16.5.3-1
+- Check source type directly, not via DBus (mkolman)
+  Resolves: rhbz#1941578
+- Remove autostep functionality (vslavik)
+  Resolves: rhbz#1976913
+- Make it possible to skip install time Insights errors (mkolman)
+  Resolves: rhbz#1931069
+- Fix CDN button visibility (mkolman)
+  Resolves: rhbz#1903178
+- network: do not bind virtual devices to mac (rvykydal)
+  Resolves: rhbz#1963834
+- Add a log message for successful installation (vslavik)
+  Resolves: rhbz#1949487
+
+* Mon May 24 2021 Radek Vykydal <rvykydal@redhat.com> - 33.16.5.2-1
+- Use modinfo to check ko before modprobe (t.feng94)
+  Resolves: rhbz#1577544
+- network: do not crash on team without IP config (rvykydal)
+  Resolves: rhbz#1929008
+- Add the "Encrypt my data" checkbox to the custom partitioning spoke
+  (vponcova)
+  Resolves: rhbz#1903786
+- Allow encryption of thin logical volumes (vponcova)
+  Resolves: rhbz#1877777
+- Don't automatically execute the default partitioning (vponcova)
+  Resolves: rhbz#1954408
+- Don't run the execute method in the kickstart installation in TUI by default
+  (vponcova)
+  Related: rhbz#1954408
+- Don't run the execute method in the kickstart installation in GUI by default
+  (vponcova)
+  Related: rhbz#1954408
+- Enable closest mirror in CentOS Stream config (carl)
+  Resolves: rhbz#1953698
+- Add CentOS Stream config (riehecky)
+  Resolves: rhbz#1953698
+
+* Wed May 19 2021 Radek Vykydal <rvykydal@redhat.com> - 33.16.5.1-1
+- subscription: allow dates in ISO 8601 format (ptoscano)
+  Resolves: rhbz#1947445
+- Add RHEL-specific advice to X timeout message (vslavik)
+  Related: rhbz#1918702
+- Fix AskVNCSpoke call (vslavik)
+  Related: rhbz#1918702
+- Improve X startup error messages (vslavik)
+  Related: rhbz#1918702
+- Terminate X server after timeout and restore crash test handler (vslavik)
+  Related: rhbz#1918702
+- Reorganize control flow in startX (vslavik)
+  Related: rhbz#1918702
+- Handle SIGUSR1 correctly after Xorg timeout (vslavik)
+  Resolves: rhbz#1918702
+- Refactor minor details in startX (vslavik)
+  Related: rhbz#1918702
+- Add base repo name for CentOS Stream after repository renaming (jkonecny)
+  Resolves: rhbz#1946347
+- Avoid a race condition during Connect to Red Hat spoke initialization
+  (mkolman)
+  Resolves: rhbz#1950053
+
+* Wed Mar 24 2021 Radek Vykydal <rvykydal@redhat.com> - 33.16.4.15-1
+- network: clone connections from intramfs to persistent config (rvykydal)
+  Resolves: rhbz#1910438
+- network: match also connections named by MAC created by NM in initramfs
+  (rvykydal)
+  Related: rhbz#1910438
+- network: do not reset ipv6.addr-gen-mode in tui network configuration
+  (rvykydal)
+  Related: rhbz#1873021
+- network: set addr-gen-mode of Anaconda default connections to eui64
+  (rvykydal)
+  Related: rhbz#1873021
+- network: default to addr-gen-mode eui64 (rvykydal)
+  Resolves: rhbz#1873021
+
+* Mon Mar 22 2021 Radek Vykydal <rvykydal@redhat.com> - 33.16.4.14-1
+- Fix crash in NTP servers GUI dialog on late network configuration (rvykydal)
+  Resolves: rhbz#1938168
+
+* Mon Mar 15 2021 Radek Vykydal <rvykydal@redhat.com> - 33.16.4.13-1
+- ostree: ignore exit code 65 for systemd-tmpfiles (christian)
+  Resolves: rhbz#1935648
+
+* Fri Mar 05 2021 Radek Vykydal <rvykydal@redhat.com> - 33.16.4.12-1
+- Pull in new translations (rvykydal)
+  Related: rhbz#1899672
+
 * Thu Feb 04 2021 Radek Vykydal <rvykydal@redhat.com> - 33.16.4.11-1
 - Take dnf substitutions from installer environment configuration (rvykydal)
   Resolves: rhbz#1920735