import podman-3.0.1-15.module+el8.7.0+18021+1e286cc8

This commit is contained in:
CentOS Sources 2023-02-21 08:52:18 +00:00 committed by Stepan Oksanichenko
parent e88eb393be
commit a1be2e0658
3 changed files with 14 additions and 4 deletions

2
.gitignore vendored
View File

@ -1,3 +1,3 @@
SOURCES/v0.1.5.tar.gz
SOURCES/v1.1.1.tar.gz
SOURCES/v3.0.1-rhel-37cd5bf.tar.gz
SOURCES/v3.0.1-rhel-b084df1.tar.gz

View File

@ -1,3 +1,3 @@
4502491739693bd1b1d108d9af545f69a3bd424b SOURCES/v0.1.5.tar.gz
3d883ef197eeb1a602dfef79ee1027847cfd40a4 SOURCES/v1.1.1.tar.gz
5950c752f34f75f9de2f92cc00712d1337350d85 SOURCES/v3.0.1-rhel-37cd5bf.tar.gz
34cd4b09598bd21d9044aef15856a1d0b5f61086 SOURCES/v3.0.1-rhel-b084df1.tar.gz

View File

@ -14,14 +14,14 @@ go build -buildmode pie -compiler gc -tags="rpm_crashtraceback libtrust_openssl
%global import_path github.com/containers/podman
%global branch v3.0.1-rhel
%global commit0 37cd5bfe145d43e8c94406224c7c252d0105e517
%global commit0 b084df19edffb64bb7b7f4234633d9f84d9fc087
%global shortcommit0 %(c=%{commit0}; echo ${c:0:7})
%global cataver 0.1.5
%global dnsnamever 1.1.1
Name: podman
Version: 3.0.1
Release: 13%{?dist}
Release: 15%{?dist}
Summary: Manage Pods, Containers and Container Images
License: ASL 2.0 and GPLv3+
URL: https://%{name}.io/
@ -338,6 +338,16 @@ exit 0
%{_datadir}/%{name}/test
%changelog
* Tue Jan 31 2023 Jindrich Novy <jnovy@redhat.com> - 3.0.1-15
- update to the latest content of https://github.com/containers/podman/tree/v3.0.1-rhel
(https://github.com/containers/podman/commit/b084df1)
- Related: #2165695
* Thu Sep 01 2022 Jindrich Novy <jnovy@redhat.com> - 3.0.1-14
- update to the latest content of https://github.com/containers/podman/tree/v3.0.1-rhel
(https://github.com/containers/podman/commit/ab15cf1)
- Related: #2061390
* Tue Aug 02 2022 Jindrich Novy <jnovy@redhat.com> - 3.0.1-13
- update to the latest content of https://github.com/containers/podman/tree/v3.0.1-rhel
(https://github.com/containers/podman/commit/37cd5bf)