diff --git a/.cockpit-podman.metadata b/.cockpit-podman.metadata
index 8cdcffb..8b87425 100644
--- a/.cockpit-podman.metadata
+++ b/.cockpit-podman.metadata
@@ -1 +1 @@
-ada0e10df880a957d8137f9730f9038ea9f91b42 SOURCES/cockpit-podman-18.1.tar.gz
+8dd45de7e33a14103792b381ccbba0749cbe1f72 SOURCES/cockpit-podman-25.tar.gz
diff --git a/.gitignore b/.gitignore
index 657fe1a..5da681d 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1 @@
-SOURCES/cockpit-podman-18.1.tar.gz
+SOURCES/cockpit-podman-25.tar.gz
diff --git a/SPECS/cockpit-podman.spec b/SPECS/cockpit-podman.spec
index 5c7d702..ce13208 100644
--- a/SPECS/cockpit-podman.spec
+++ b/SPECS/cockpit-podman.spec
@@ -1,6 +1,6 @@
 # This spec file has been automatically updated
-Version:        18.1
-Release:        2%{?dist}
+Version:        25
+Release:        3%{?dist}
 Name:           cockpit-podman
 Summary:        Cockpit component for Podman containers
 License:        LGPLv2+
@@ -28,10 +28,25 @@ The Cockpit user interface for Podman containers.
 appstream-util validate-relax --nonet %{buildroot}/%{_datadir}/metainfo/*
 
 %files
+%doc README.md
+%license LICENSE
 %{_datadir}/cockpit/*
 %{_datadir}/metainfo/*
 
 %changelog
+* Sat Nov 07 2020 Jindrich Novy <jnovy@redhat.com> - 25-3
+- test: Cleanup images before pulling the ones we need - thanks to Matej Marusak
+- Related: #1888571
+
+* Tue Nov 03 2020 Jindrich Novy <jnovy@redhat.com> - 25-2
+- remove hack in tests
+- add LICENSE
+- Related: #1888571
+
+* Thu Oct 22 2020 Jindrich Novy <jnovy@redhat.com> - 25-1
+- synchronize with stream-container-tools-rhel8-rhel-8.4.0
+- Related: #1888571
+
 * Sun Jul 26 2020 Jindrich Novy <jnovy@redhat.com> - 18.1-2
 - revert back to 18.1 as this version is aimed at 8.3.0
 - Related: #1821193