import podman-3.2.3-0.11.module+el8.4.0+12050+ef972f71

This commit is contained in:
CentOS Sources 2021-09-23 13:11:00 -04:00 committed by root
parent ff3ba38550
commit 56bdf73fa1
3 changed files with 9 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.2.3-rhel-78f0bd7.tar.gz
SOURCES/v3.2.3-rhel-47dc7d7.tar.gz

View File

@ -1,3 +1,3 @@
4502491739693bd1b1d108d9af545f69a3bd424b SOURCES/v0.1.5.tar.gz
3d883ef197eeb1a602dfef79ee1027847cfd40a4 SOURCES/v1.1.1.tar.gz
d8c2223a025f6d931d412f10bbca1eedf99f3f4d SOURCES/v3.2.3-rhel-78f0bd7.tar.gz
634812f4067ef0cd422f7d406ae73e7935dc0f99 SOURCES/v3.2.3-rhel-47dc7d7.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.2.3-rhel
%global commit0 78f0bd766e0f8e0e8afd1147788b8b41af165de5
%global commit0 47dc7d7f3ed2effe96d99b708de90a0e4f2b2b84
%global shortcommit0 %(c=%{commit0}; echo ${c:0:7})
%global cataver 0.1.5
%global dnsnamever 1.1.1
Name: podman
Version: 3.2.3
Release: 0.10%{?dist}
Release: 0.11%{?dist}
Summary: Manage Pods, Containers and Container Images
License: ASL 2.0 and GPLv3+
URL: https://%{name}.io/
@ -338,6 +338,11 @@ exit 0
%{_datadir}/%{name}/test
%changelog
* Thu Jul 29 2021 Jindrich Novy <jnovy@redhat.com> - 3.2.3-0.11
- update to the latest content of https://github.com/containers/podman/tree/v3.2.3-rhel
(https://github.com/containers/podman/commit/47dc7d7)
- Related: #1954702
* Tue Jul 27 2021 Jindrich Novy <jnovy@redhat.com> - 3.2.3-0.10
- update to the latest content of https://github.com/containers/podman/tree/v3.2.3-rhel
(https://github.com/containers/podman/commit/78f0bd7)