import cockpit-podman-43-1.el9_0

This commit is contained in:
CentOS Sources 2022-04-05 06:32:38 -04:00 committed by Stepan Oksanichenko
parent 4ffcad68b9
commit 42e171b852
3 changed files with 7 additions and 3 deletions

View File

@ -1 +1 @@
98f7ec209ee9f76058c2054c27654557b313bb9d SOURCES/cockpit-podman-42.tar.xz
3c341758888466793be8a2a6ade11788ff972c5a SOURCES/cockpit-podman-43.tar.xz

2
.gitignore vendored
View File

@ -1 +1 @@
SOURCES/cockpit-podman-42.tar.xz
SOURCES/cockpit-podman-43.tar.xz

View File

@ -1,5 +1,5 @@
# This spec file has been automatically updated
Version: 42
Version: 43
Release: 1%{?dist}
#
# Copyright (C) 2017-2020 Red Hat, Inc.
@ -51,6 +51,10 @@ appstream-util validate-relax --nonet %{buildroot}/%{_datadir}/metainfo/*
%{_datadir}/metainfo/*
%changelog
* Wed Mar 02 2022 Jindrich Novy <jnovy@redhat.com> - 43-1
- update to https://github.com/cockpit-project/cockpit-podman/releases/tag/43
- Related: #2017345
* Thu Feb 17 2022 Jindrich Novy <jnovy@redhat.com> - 42-1
- update to https://github.com/cockpit-project/cockpit-podman/releases/tag/42
- Related: #2000051