diff --git a/.cockpit-podman.metadata b/.cockpit-podman.metadata index 8b87425..66428cb 100644 --- a/.cockpit-podman.metadata +++ b/.cockpit-podman.metadata @@ -1 +1 @@ -8dd45de7e33a14103792b381ccbba0749cbe1f72 SOURCES/cockpit-podman-25.tar.gz +0d0da3e59dc478374f4c1ebd0aa4778473a306ce SOURCES/cockpit-podman-26.tar.gz diff --git a/.gitignore b/.gitignore index 5da681d..e27a4a2 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -SOURCES/cockpit-podman-25.tar.gz +SOURCES/cockpit-podman-26.tar.gz diff --git a/SPECS/cockpit-podman.spec b/SPECS/cockpit-podman.spec index ce13208..d05ee48 100644 --- a/SPECS/cockpit-podman.spec +++ b/SPECS/cockpit-podman.spec @@ -1,6 +1,6 @@ # This spec file has been automatically updated -Version: 25 -Release: 3%{?dist} +Version: 26 +Release: 1%{?dist} Name: cockpit-podman Summary: Cockpit component for Podman containers License: LGPLv2+ @@ -34,6 +34,19 @@ appstream-util validate-relax --nonet %{buildroot}/%{_datadir}/metainfo/* %{_datadir}/metainfo/* %changelog +* Thu Dec 10 2020 Jindrich Novy - 26-1 +- update to https://github.com/cockpit-project/cockpit-podman/releases/tag/26 +- Related: #1888571 + +* Tue Dec 08 2020 Jindrich Novy - 25-5 +- remove redundant patch +- Related: #1888571 + +* Thu Dec 03 2020 Jindrich Novy - 25-4 +- replace docker.io with quay.io for gating tests due do + docker.io new pull rate limit requirements +- Related: #1888571 + * Sat Nov 07 2020 Jindrich Novy - 25-3 - test: Cleanup images before pulling the ones we need - thanks to Matej Marusak - Related: #1888571