diff --git a/.cockpit-podman.metadata b/.cockpit-podman.metadata index d9156b4..10bb8d6 100644 --- a/.cockpit-podman.metadata +++ b/.cockpit-podman.metadata @@ -1 +1 @@ -c96ca6c4190cdf4d7d506090d5bd173b4c6c76e3 SOURCES/cockpit-podman-33.tar.gz +0e138e258aa5939e6938e4597f24838a26b44743 SOURCES/cockpit-podman-35.tar.xz diff --git a/.gitignore b/.gitignore index 98d4923..0dce3e5 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -SOURCES/cockpit-podman-33.tar.gz +SOURCES/cockpit-podman-35.tar.xz diff --git a/SPECS/cockpit-podman.spec b/SPECS/cockpit-podman.spec index ff8cb4f..6837b56 100644 --- a/SPECS/cockpit-podman.spec +++ b/SPECS/cockpit-podman.spec @@ -1,12 +1,12 @@ # This spec file has been automatically updated -Version: 33 +Version: 35 Release: 1%{?dist} 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/cockpit-podman/releases/download/%{version}/cockpit-podman-%{version}.tar.xz BuildArch: noarch BuildRequires: libappstream-glib @@ -33,6 +33,14 @@ appstream-util validate-relax --nonet %{buildroot}/%{_datadir}/metainfo/* %{_datadir}/metainfo/* %changelog +* Fri Sep 17 2021 Jindrich Novy - 35-1 +- update to https://github.com/cockpit-project/cockpit-podman/releases/tag/35 +- Related: #2001445 + +* Fri Sep 10 2021 Jindrich Novy - 34-1 +- update to https://github.com/cockpit-project/cockpit-podman/releases/tag/34 +- Related: #2001445 + * Thu Aug 05 2021 Jindrich Novy - 33-1 - update to https://github.com/cockpit-project/cockpit-podman/releases/tag/33 - Related: #1934415