From 59fffd69368a51ed59cdd3762a92de3daeb34533 Mon Sep 17 00:00:00 2001 From: CentOS Sources Date: Feb 16 2021 07:39:22 +0000 Subject: import cockpit-podman-27.1-3.module+el8.3.1+9857+68fb1526 --- diff --git a/.cockpit-podman.metadata b/.cockpit-podman.metadata index 8cdcffb..97077e3 100644 --- a/.cockpit-podman.metadata +++ b/.cockpit-podman.metadata @@ -1 +1 @@ -ada0e10df880a957d8137f9730f9038ea9f91b42 SOURCES/cockpit-podman-18.1.tar.gz +95ffa11c361ca2958d692219f884b10a31b424a6 SOURCES/cockpit-podman-27.1.tar.gz diff --git a/.gitignore b/.gitignore index 657fe1a..9b16e3b 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -SOURCES/cockpit-podman-18.1.tar.gz +SOURCES/cockpit-podman-27.1.tar.gz diff --git a/SPECS/cockpit-podman.spec b/SPECS/cockpit-podman.spec index 5c7d702..26f85e9 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: 27.1 +Release: 3%{?dist} Name: cockpit-podman Summary: Cockpit component for Podman containers License: LGPLv2+ @@ -28,10 +28,54 @@ 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 +* Mon Jan 11 2021 Jindrich Novy - 27.1-3 +- run much more tests - patch from Matej Marusak +- Related: #1888571 + +* Fri Jan 08 2021 Jindrich Novy - 27.1-2 +- gating tests - always set VM password +- Related: #1888571 + +* Thu Jan 07 2021 Jindrich Novy - 27.1-1 +- update to https://github.com/cockpit-project/cockpit-podman/releases/tag/27.1 +- Related: #1888571 + +* Thu Jan 07 2021 Jindrich Novy - 27-1 +- update to https://github.com/cockpit-project/cockpit-podman/releases/tag/27 +- Related: #1888571 + +* 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 + +* Tue Nov 03 2020 Jindrich Novy - 25-2 +- remove hack in tests +- add LICENSE +- Related: #1888571 + +* Thu Oct 22 2020 Jindrich Novy - 25-1 +- synchronize with stream-container-tools-rhel8-rhel-8.4.0 +- Related: #1888571 + * Sun Jul 26 2020 Jindrich Novy - 18.1-2 - revert back to 18.1 as this version is aimed at 8.3.0 - Related: #1821193