diff --git a/.cockpit.metadata b/.cockpit.metadata
index 7ed7f2a..588644d 100644
--- a/.cockpit.metadata
+++ b/.cockpit.metadata
@@ -1 +1 @@
-bdc1568b2e05f52c14c626b1f22a089914b9b883 SOURCES/cockpit-264.1.tar.xz
+0d08a508099e681e36498a91a812459bddf22c18 SOURCES/cockpit-264.2.tar.xz
diff --git a/.gitignore b/.gitignore
index 2f43145..f0f86df 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1 @@
-SOURCES/cockpit-264.1.tar.xz
+SOURCES/cockpit-264.2.tar.xz
diff --git a/SPECS/cockpit.spec b/SPECS/cockpit.spec
index f0718ce..07efbbc 100644
--- a/SPECS/cockpit.spec
+++ b/SPECS/cockpit.spec
@@ -1,5 +1,5 @@
 # This spec file has been automatically updated
-Version:        264.1
+Version:        264.2
 Release: 1%{?dist}
 #
 # Copyright (C) 2014-2020 Red Hat, Inc.
@@ -52,7 +52,7 @@ Summary:        Web Console for Linux servers
 License:        LGPLv2+
 URL:            https://cockpit-project.org/
 
-Source0: https://github.com/cockpit-project/cockpit/releases/download/264.1/cockpit-264.1.tar.xz
+Source0: https://github.com/cockpit-project/cockpit/releases/download/264.2/cockpit-264.2.tar.xz
 
 # in RHEL 8 the source package is duplicated: cockpit (building basic packages like cockpit-{bridge,system})
 # and cockpit-appstream (building optional packages like cockpit-{pcp})
@@ -683,6 +683,9 @@ via PackageKit.
 
 # The changelog is automatically generated and merged
 %changelog
+* Fri Sep 23 2022 Matej Marusak <mmarusak@redhat.com> - 264.2-1
+- login: Use valid selectors when testing for :is() / :where() support (rhbz#2129056)
+
 * Thu Mar 03 2022 Martin Pitt <mpitt@redhat.com> - 264.1-1
 - metrics: Fix link construction for user services
 - Translation updates (rhbz#2017340)