diff --git a/.cockpit-podman.metadata b/.cockpit-podman.metadata index 62224a7..baac73c 100644 --- a/.cockpit-podman.metadata +++ b/.cockpit-podman.metadata @@ -1 +1 @@ -98f7ec209ee9f76058c2054c27654557b313bb9d SOURCES/cockpit-podman-42.tar.xz +5cf3f0ffa1d07ae2b2ce5852cb2153062ea3e988 SOURCES/cockpit-podman-46.tar.xz diff --git a/.gitignore b/.gitignore index 904189f..7bfcb8f 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -SOURCES/cockpit-podman-42.tar.xz +SOURCES/cockpit-podman-46.tar.xz diff --git a/SPECS/cockpit-podman.spec b/SPECS/cockpit-podman.spec index 1ea4565..e01257a 100644 --- a/SPECS/cockpit-podman.spec +++ b/SPECS/cockpit-podman.spec @@ -1,24 +1,7 @@ -# This spec file has been automatically updated -Version: 42 -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: 46 +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,26 @@ appstream-util validate-relax --nonet %{buildroot}/%{_datadir}/metainfo/* %{_datadir}/metainfo/* %changelog +* Mon Apr 25 2022 Jindrich Novy - 46-1 +- update to https://github.com/cockpit-project/cockpit-podman/releases/tag/46 +- Related: #2061390 + +* Fri Mar 25 2022 Jindrich Novy - 44-3 +- use spec file from the upstream source +- Related: #2061390 + +* Thu Mar 24 2022 Jindrich Novy - 44-2 +- update to https://github.com/cockpit-project/cockpit-podman/releases/tag/44 +- Related: #2061390 + +* Wed Mar 23 2022 Jindrich Novy - 44-1 +- update to https://github.com/cockpit-project/cockpit-podman/releases/tag/44 +- Related: #2061390 + +* 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