From e20cf9b04732ec315e5de1f3f7640d532e00a196 Mon Sep 17 00:00:00 2001 From: CentOS Sources Date: Mar 11 2022 21:01:18 +0000 Subject: import cockpit-podman-43-1.module+el8.7.0+14421+e3b24aca --- diff --git a/.cockpit-podman.metadata b/.cockpit-podman.metadata index 10bb8d6..0950463 100644 --- a/.cockpit-podman.metadata +++ b/.cockpit-podman.metadata @@ -1 +1 @@ -0e138e258aa5939e6938e4597f24838a26b44743 SOURCES/cockpit-podman-35.tar.xz +3c341758888466793be8a2a6ade11788ff972c5a SOURCES/cockpit-podman-43.tar.xz diff --git a/.gitignore b/.gitignore index 0dce3e5..ce35185 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -SOURCES/cockpit-podman-35.tar.xz +SOURCES/cockpit-podman-43.tar.xz diff --git a/SPECS/cockpit-podman.spec b/SPECS/cockpit-podman.spec index 6837b56..ebac488 100644 --- a/SPECS/cockpit-podman.spec +++ b/SPECS/cockpit-podman.spec @@ -1,23 +1,41 @@ # This spec file has been automatically updated -Version: 35 +Version: 43 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 . +# + 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.xz +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,47 @@ 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 +* Mon Mar 07 2022 Jindrich Novy - 43-1 +- update to https://github.com/cockpit-project/cockpit-podman/releases/tag/43 +- Related: #2061390 + +* Thu Feb 17 2022 Jindrich Novy - 42-1 +- update to https://github.com/cockpit-project/cockpit-podman/releases/tag/42 +- Related: #2001445 + +* Thu Feb 03 2022 Jindrich Novy - 41-1 +- update to https://github.com/cockpit-project/cockpit-podman/releases/tag/41 +- Related: #2001445 + +* Mon Jan 24 2022 Jindrich Novy - 40-1 +- update to https://github.com/cockpit-project/cockpit-podman/releases/tag/40 +- Related: #2001445 + +* Wed Jan 05 2022 Jindrich Novy - 39-1 +- update to https://github.com/cockpit-project/cockpit-podman/releases/tag/39 +- Related: #2001445 + +* Fri Dec 10 2021 Jindrich Novy - 38-1 +- update to https://github.com/cockpit-project/cockpit-podman/releases/tag/38 +- Related: #2001445 + +* Fri Nov 26 2021 Jindrich Novy - 37-1 +- update to https://github.com/cockpit-project/cockpit-podman/releases/tag/37 +- Related: #2001445 + +* Thu Nov 11 2021 Jindrich Novy - 36-2 +- revert the ansible change to fix gating tests +- Related: #2001445 + +* Wed Nov 10 2021 Jindrich Novy - 36-1 +- update to https://github.com/cockpit-project/cockpit-podman/releases/tag/36 +- Related: #2001445 + * Fri Sep 17 2021 Jindrich Novy - 35-1 - update to https://github.com/cockpit-project/cockpit-podman/releases/tag/35 - Related: #2001445