From 72818b2c91c2b2ed6bd0a24f095431bc132fb58e Mon Sep 17 00:00:00 2001 From: CentOS Sources Date: Nov 15 2022 06:28:07 +0000 Subject: import cockpit-podman-53-1.el9 --- diff --git a/.cockpit-podman.metadata b/.cockpit-podman.metadata index 0950463..1d29bf7 100644 --- a/.cockpit-podman.metadata +++ b/.cockpit-podman.metadata @@ -1 +1 @@ -3c341758888466793be8a2a6ade11788ff972c5a SOURCES/cockpit-podman-43.tar.xz +794d1247b8eacd2c31ce26fc8a043234252f53ed SOURCES/cockpit-podman-53.tar.xz diff --git a/.gitignore b/.gitignore index ce35185..66e7f91 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -SOURCES/cockpit-podman-43.tar.xz +SOURCES/cockpit-podman-53.tar.xz diff --git a/SPECS/cockpit-podman.spec b/SPECS/cockpit-podman.spec index 45b130a..c5dbbcf 100644 --- a/SPECS/cockpit-podman.spec +++ b/SPECS/cockpit-podman.spec @@ -1,24 +1,7 @@ -# This spec file has been automatically updated -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 +Version: 53 +Release: 1%{?dist} Summary: Cockpit component for Podman containers License: LGPLv2+ URL: https://github.com/cockpit-project/cockpit-podman @@ -27,6 +10,10 @@ Source0: https://github.com/cockpit-project/%{name}/releases/download/%{v BuildArch: noarch BuildRequires: libappstream-glib BuildRequires: make +BuildRequires: gettext +%if 0%{?rhel} && 0%{?rhel} <= 8 +BuildRequires: libappstream-glib-devel +%endif Requires: cockpit-bridge >= 138 Requires: podman >= 2.0.4 @@ -51,6 +38,50 @@ appstream-util validate-relax --nonet %{buildroot}/%{_datadir}/metainfo/* %{_datadir}/metainfo/* %changelog +* Fri Sep 16 2022 Jindrich Novy - 53-1 +- update to https://github.com/cockpit-project/cockpit-podman/releases/tag/53 +- Related: #2062589 + +* Tue Aug 23 2022 Jindrich Novy - 52-1 +- update to https://github.com/cockpit-project/cockpit-podman/releases/tag/52 +- Related: #2061316 + +* Tue Jul 26 2022 Jindrich Novy - 51.1-1 +- update to https://github.com/cockpit-project/cockpit-podman/releases/tag/51.1 +- Related: #2061316 + +* Mon Jun 27 2022 Jindrich Novy - 50-1 +- update to https://github.com/cockpit-project/cockpit-podman/releases/tag/50 +- Related: #2061316 + +* Thu Jun 09 2022 Jindrich Novy - 49.1-1 +- update to https://github.com/cockpit-project/cockpit-podman/releases/tag/49.1 +- Related: #2061316 + +* Wed May 25 2022 Jindrich Novy - 48-1 +- update to https://github.com/cockpit-project/cockpit-podman/releases/tag/48 +- Related: #2061316 + +* Fri Apr 29 2022 Jindrich Novy - 47-1 +- update to https://github.com/cockpit-project/cockpit-podman/releases/tag/47 +- Related: #2061316 + +* Wed Apr 13 2022 Jindrich Novy - 46-1 +- update to https://github.com/cockpit-project/cockpit-podman/releases/tag/46 +- Related: #2061316 + +* Wed Mar 30 2022 Jindrich Novy - 45-1 +- update to https://github.com/cockpit-project/cockpit-podman/releases/tag/45 +- Related: #2061316 + +* Fri Mar 25 2022 Jindrich Novy - 44-2 +- use spec file from the upstream source +- Related: #2061316 + +* Thu Mar 24 2022 Jindrich Novy - 44-1 +- update to https://github.com/cockpit-project/cockpit-podman/releases/tag/44 +- Related: #2061316 + * Wed Mar 02 2022 Jindrich Novy - 43-1 - update to https://github.com/cockpit-project/cockpit-podman/releases/tag/43 - Related: #2017345