diff --git a/.cockpit.metadata b/.cockpit.metadata
index 5d051db..7e2e2e5 100644
--- a/.cockpit.metadata
+++ b/.cockpit.metadata
@@ -1 +1 @@
-602cf4d82e837cf2d3b45041befecd6e4e22d40d SOURCES/cockpit-220.tar.xz
+dfb45151b16145a9b9fae12fb30dc2cd4370852e SOURCES/cockpit-222.1.tar.xz
diff --git a/.gitignore b/.gitignore
index 2f48afb..9551321 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1 @@
-SOURCES/cockpit-220.tar.xz
+SOURCES/cockpit-222.1.tar.xz
diff --git a/SPECS/cockpit.spec b/SPECS/cockpit.spec
index 6dc2248..060ee66 100644
--- a/SPECS/cockpit.spec
+++ b/SPECS/cockpit.spec
@@ -1,5 +1,5 @@
 # This spec file has been automatically updated
-Version:        220
+Version:        222.1
 Release: 1%{?dist}
 #
 # This file is maintained at the following location:
@@ -165,7 +165,13 @@ exec 2>&1
 %define testsuite_fail || true
 %endif
 %endif
-make -j4 check %{?testsuite_fail}
+# HACK: RHEL i686 builders hang after running all tests; not a supported architecture, so don't bother
+%if 0%{?rhel} >= 8
+%ifarch i686
+%define testsuite_skip #
+%endif
+%endif
+%{?testsuite_skip} make -j4 check %{?testsuite_fail}
 
 %install
 make install DESTDIR=%{buildroot}
@@ -720,6 +726,25 @@ via PackageKit.
 
 # The changelog is automatically generated and merged
 %changelog
+* Fri Jun 26 2020 Martin Pitt <mpitt@redhat.com> - 222.1-1
+- Some integration test fixes for dist-git gating
+
+* Wed Jun 24 2020 Matej Marusak <mmarusak@redhat.com> - 222-1
+- Logs: More flexible text filters
+- Services, Dashboard: Hide some buttons when access is limited
+- Webserver: Lock down cockpit.service privileges
+- Localization updates (rhbz#1820538)
+
+* Mon Jun 15 2020 Martin Pitt <mpitt@redhat.com> - 221.1-1
+- Put back missing base1/patternfly.css
+- Services: Don't offer 'Start Service' in Limited Access mode
+
+* Sun Jun 14 2020 Martin Pitt <mpitt@redhat.com> - 221-1
+- Support for Cross-Origin-Resource-Policy
+- Accounts: Some buttons are hidden when access is limited
+- Developers: Importing "base1/patternfly.css" is deprecated
+- Translation updates (rhbz#1820538)
+
 * Thu May 28 2020 Matej Marusak <mmarusak@redhat.com> - 220-1
 - New navigation with integrated switching of hosts
 - Logs: Inline help for filtering