diff --git a/.cockpit-podman.metadata b/.cockpit-podman.metadata
index d9156b4..0b5c38a 100644
--- a/.cockpit-podman.metadata
+++ b/.cockpit-podman.metadata
@@ -1 +1 @@
-c96ca6c4190cdf4d7d506090d5bd173b4c6c76e3 SOURCES/cockpit-podman-33.tar.gz
+94e60e0ee669759ca5cc053d2e82ecb6e3d657e4 SOURCES/cockpit-podman-39.tar.xz
diff --git a/.gitignore b/.gitignore
index 98d4923..a262abb 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1 @@
-SOURCES/cockpit-podman-33.tar.gz
+SOURCES/cockpit-podman-39.tar.xz
diff --git a/SPECS/cockpit-podman.spec b/SPECS/cockpit-podman.spec
index ff8cb4f..e718aa2 100644
--- a/SPECS/cockpit-podman.spec
+++ b/SPECS/cockpit-podman.spec
@@ -1,23 +1,41 @@
 # This spec file has been automatically updated
-Version: 33
+Version: 39
 Release:        1%{?dist}
+#
+# Copyright (C) 2017-2020 Red Hat, Inc.
+#
+# Cockpit is free software; you can redistribute it and/or modify it
+# under the terms of the GNU Lesser General Public License as published by
+# the Free Software Foundation; either version 2.1 of the License, or
+# (at your option) any later version.
+#
+# Cockpit is distributed in the hope that it will be useful, but
+# WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+# Lesser General Public License for more details.
+#
+# You should have received a copy of the GNU Lesser General Public License
+# along with Cockpit; If not, see <http://www.gnu.org/licenses/>.
+#
+
 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
+Source0:        https://github.com/cockpit-project/%{name}/releases/download/%{version}/%{name}-%{version}.tar.xz
 BuildArch:      noarch
 BuildRequires:  libappstream-glib
+BuildRequires:  make
 
 Requires:       cockpit-bridge >= 138
-Requires:       podman >= 1.3.0
+Requires:       podman >= 2.0.4
 
 %description
 The Cockpit user interface for Podman containers.
 
 %prep
-%setup -q -n cockpit-podman
+%setup -q -n %{name}
 
 %build
 # Nothing to build
@@ -28,11 +46,31 @@ appstream-util validate-relax --nonet %{buildroot}/%{_datadir}/metainfo/*
 
 %files
 %doc README.md
-%license LICENSE
+%license LICENSE dist/index.js.LICENSE.txt.gz
 %{_datadir}/cockpit/*
 %{_datadir}/metainfo/*
 
 %changelog
+* Wed Jan 05 2022 Jindrich Novy <jnovy@redhat.com> - 39-1
+- update to https://github.com/cockpit-project/cockpit-podman/releases/tag/39
+- Related: #2021990
+
+* Fri Dec 10 2021 Jindrich Novy <jnovy@redhat.com> - 38-1
+- update to https://github.com/cockpit-project/cockpit-podman/releases/tag/38
+- Related: #2021990
+
+* Fri Nov 26 2021 Jindrich Novy <jnovy@redhat.com> - 37-1
+- update to https://github.com/cockpit-project/cockpit-podman/releases/tag/37
+- Related: #2021990
+
+* Fri Nov 12 2021 Jindrich Novy <jnovy@redhat.com> - 36-2
+- revert the ansible change to fix gating tests
+- Related: #2001445
+
+* Wed Nov 10 2021 Jindrich Novy <jnovy@redhat.com> - 36-1
+- update to https://github.com/cockpit-project/cockpit-podman/releases/tag/36
+- Related: #2001445
+
 * 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