diff --git a/.cockpit-podman.metadata b/.cockpit-podman.metadata
index 7abb95a..d9156b4 100644
--- a/.cockpit-podman.metadata
+++ b/.cockpit-podman.metadata
@@ -1 +1 @@
-b884079550e51359bbf5c81a849b20b8dcbe9e42 SOURCES/cockpit-podman-32.tar.gz
+c96ca6c4190cdf4d7d506090d5bd173b4c6c76e3 SOURCES/cockpit-podman-33.tar.gz
diff --git a/.gitignore b/.gitignore
index 4e6f1b0..98d4923 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1 @@
-SOURCES/cockpit-podman-32.tar.gz
+SOURCES/cockpit-podman-33.tar.gz
diff --git a/SOURCES/739.patch b/SOURCES/739.patch
deleted file mode 100644
index 238fc70..0000000
--- a/SOURCES/739.patch
+++ /dev/null
@@ -1,22 +0,0 @@
-From 524c56af2571d187097a1c5e271008b641babeb4 Mon Sep 17 00:00:00 2001
-From: Matej Marusak <mmarusak@redhat.com>
-Date: Tue, 20 Jul 2021 14:59:19 +0200
-Subject: [PATCH] test: Don't check if user or system service failed to start
-
-It seems that this can hit system podman as well.
----
- test/check-application | 1 -
- 1 file changed, 1 deletion(-)
-
-diff --git a/test/check-application b/test/check-application
-index 04508c61..47cf95f0 100755
---- a/test/check-application
-+++ b/test/check-application
-@@ -110,7 +110,6 @@ class TestApplication(testlib.MachineCase):
-                 b.wait_not_present("#overview div.pf-c-alert")
-             except testlib.Error:
-                 if system:
--                    b.wait_in_text("#overview div.pf-c-alert .pf-c-alert__title", "User Podman service is also available")
-                     b.click("#overview div.pf-c-alert .pf-c-alert__action > button:contains(Start)")
-                     b.wait_not_present("#overview div.pf-c-alert")
-                 else:
diff --git a/SPECS/cockpit-podman.spec b/SPECS/cockpit-podman.spec
index 392ce9b..ff8cb4f 100644
--- a/SPECS/cockpit-podman.spec
+++ b/SPECS/cockpit-podman.spec
@@ -1,13 +1,12 @@
 # This spec file has been automatically updated
-Version: 32
-Release:        2%{?dist}
+Version: 33
+Release:        1%{?dist}
 Name:           cockpit-podman
 Summary:        Cockpit component for Podman containers
 License:        LGPLv2+
 URL:            https://github.com/cockpit-project/cockpit-podman
 
 Source0:        https://github.com/cockpit-project/cockpit-podman/releases/download/%{version}/cockpit-podman-%{version}.tar.gz
-Patch0:         https://patch-diff.githubusercontent.com/raw/cockpit-project/cockpit-podman/pull/739.patch
 BuildArch:      noarch
 BuildRequires:  libappstream-glib
 
@@ -19,7 +18,6 @@ The Cockpit user interface for Podman containers.
 
 %prep
 %setup -q -n cockpit-podman
-%patch0 -p1
 
 %build
 # Nothing to build
@@ -35,33 +33,33 @@ appstream-util validate-relax --nonet %{buildroot}/%{_datadir}/metainfo/*
 %{_datadir}/metainfo/*
 
 %changelog
-* Tue Jul 27 2021 Jindrich Novy <jnovy@redhat.com> - 32-2
+* Thu Aug 05 2021 Jindrich Novy <jnovy@redhat.com> - 33-1
+- update to https://github.com/cockpit-project/cockpit-podman/releases/tag/33
+- Related: #1934415
+
+* Wed Jul 21 2021 Jindrich Novy <jnovy@redhat.com> - 32-2
 - attempt to fix gating tests - thanks for Matej Marusak
-- Related: #1954702
+- Related: #1934415
 
 * Mon Jul 05 2021 Jindrich Novy <jnovy@redhat.com> - 32-1
 - update to https://github.com/cockpit-project/cockpit-podman/releases/tag/32
-- Related: #1954702
+- Related: #1934415
 
-* Thu Jul 01 2021 Jindrich Novy <jnovy@redhat.com> - 31-1
+* Wed May 26 2021 Jindrich Novy <jnovy@redhat.com> - 31-1
 - update to https://github.com/cockpit-project/cockpit-podman/releases/tag/31
-- Related: #1954702
-
-* Tue Jun 08 2021 Jindrich Novy <jnovy@redhat.com> - 29-2
-- bump version to preserve upgrade path from 3.0 stream
-- Related: #1954702
+- Related: #1934415
 
-* Thu May 13 2021 Jindrich Novy <jnovy@redhat.com> - 29-1
-- revert to the state of 3.0-8.4.0
-- Related: #1954702
-
-* Thu Apr 29 2021 Jindrich Novy <jnovy@redhat.com> - 30-1
+* Mon Apr 26 2021 Jindrich Novy <jnovy@redhat.com> - 30-1
 - fix gating test failure for cockpit-podman
-- Related: #1954702
+- Related: #1934415
 
-* Fri Mar 12 2021 Jindrich Novy <jnovy@redhat.com> - 29-2
+* Thu Mar 11 2021 Jindrich Novy <jnovy@redhat.com> - 29-3
 - fix gating test failure for cockpit-podman
-- Related: #1914884
+- Related: #1934415
+
+* Thu Mar 04 2021 Jindrich Novy <jnovy@redhat.com> - 29-2
+- gating test fix - properly install browser
+- Related: #1934415
 
 * Mon Feb 22 2021 Jindrich Novy <jnovy@redhat.com> - 29-1
 - update to https://github.com/cockpit-project/cockpit-podman/releases/tag/29