import podman-3.0.1-7.module+el8.5.0+12960+5b7d72b5

This commit is contained in:
CentOS Sources 2022-02-01 15:12:07 -05:00 committed by Stepan Oksanichenko
parent e3854c63aa
commit 88e8b10082
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.0.1-rhel-2bed76e.tar.gz
SOURCES/v3.0.1-rhel-4f91b37.tar.gz

View File

@ -1,3 +1,3 @@
4502491739693bd1b1d108d9af545f69a3bd424b SOURCES/v0.1.5.tar.gz
3d883ef197eeb1a602dfef79ee1027847cfd40a4 SOURCES/v1.1.1.tar.gz
8a8d85a99d61ce6ee77897e8c9b920aa834c70bf SOURCES/v3.0.1-rhel-2bed76e.tar.gz
2937847d6c1485648d19468fe1530f2fee7589b5 SOURCES/v3.0.1-rhel-4f91b37.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 2bed76e028e57a2c64ccf9c6172fef4bdff714f7
%global commit0 4f91b3737fbb2deae78cdb3120a7a4611ceef1da
%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: 6%{?dist}
Release: 7%{?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
* Wed Oct 13 2021 Jindrich Novy <jnovy@redhat.com> - 3.0.1-7
- update to the latest content of https://github.com/containers/podman/tree/v3.0.1-rhel
(https://github.com/containers/podman/commit/4f91b37)
- Resolves: #2011410
* Wed Sep 15 2021 Jindrich Novy <jnovy@redhat.com> - 3.0.1-6
- re-add docker man pages
- Related: #1977943