diff --git a/.cockpit.metadata b/.cockpit.metadata
index 9ebd115..a8053a2 100644
--- a/.cockpit.metadata
+++ b/.cockpit.metadata
@@ -1,2 +1,2 @@
-78c4ad32f25fa609f2b5073ab3c5bd3806b8a10a SOURCES/cockpit-273.tar.xz
+966f5b12e230d08d7ffe35ffbbcf882153454430 SOURCES/cockpit-275.tar.xz
 a37e1d6ad4b1b25729682c54ab7e4dcdcfd894a7 SOURCES/cockpit.css.gz
diff --git a/.gitignore b/.gitignore
index 8341c60..3413fdc 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,2 @@
-SOURCES/cockpit-273.tar.xz
+SOURCES/cockpit-275.tar.xz
 SOURCES/cockpit.css.gz
diff --git a/SPECS/cockpit.spec b/SPECS/cockpit.spec
index 5e3fe5d..186d6c5 100644
--- a/SPECS/cockpit.spec
+++ b/SPECS/cockpit.spec
@@ -49,8 +49,8 @@ Summary:        Web Console for Linux servers
 License:        LGPLv2+
 URL:            https://cockpit-project.org/
 
-Version:        273
-Release:        2%{?dist}
+Version:        275
+Release:        1%{?dist}
 Source0:        https://github.com/cockpit-project/cockpit/releases/download/%{version}/cockpit-%{version}.tar.xz
 Source1:        cockpit.css.gz
 
@@ -279,13 +279,7 @@ rm -f %{buildroot}/%{_prefix}/share/metainfo/org.cockpit-project.cockpit-storage
 
 sed -i "s|%{buildroot}||" *.list
 
-%if 0%{?suse_version}
-# remove brandings with stale symlinks. Means they don't match
-# the distro.
-pushd %{buildroot}/%{_datadir}/cockpit/branding
-find -L * -type l -printf "%H\n" | sort -u | xargs rm -rv
-popd
-%else
+%if ! 0%{?suse_version}
 %global _debugsource_packages 1
 %global _debuginfo_subpackages 0
 
@@ -667,6 +661,9 @@ via PackageKit.
 
 # The changelog is automatically generated and merged
 %changelog
+* Thu Aug 25 2022 Matej Marusak <mmarusak@redhat.com> - 275-1
+- shell: Support for alternatives to sudo (rhbz#2091034)
+
 * Thu Jul 21 2022 Martin Pitt <mpitt@redhat.com> - 273-2
 - Re-disable BaseOS package builds