import podman-3.0.1-9.module+el8.6.0+14874+64436299

This commit is contained in:
CentOS Sources 2022-05-10 11:01:06 -04:00 committed by Stepan Oksanichenko
parent 4ea28eb25b
commit ef7437771d
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-c5d8129.tar.gz
SOURCES/v3.0.1-rhel-801b7e8.tar.gz

View File

@ -1,3 +1,3 @@
4502491739693bd1b1d108d9af545f69a3bd424b SOURCES/v0.1.5.tar.gz
3d883ef197eeb1a602dfef79ee1027847cfd40a4 SOURCES/v1.1.1.tar.gz
6dff96bee5a00d92d7bd95f102c444d5a87ef41b SOURCES/v3.0.1-rhel-c5d8129.tar.gz
8972fe31519023d559500db203d0c3d59dfbdb5e SOURCES/v3.0.1-rhel-801b7e8.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 c5d8129b1ee723378e1e7bf3271b4eb120608514
%global commit0 801b7e8077fbfdf6558edba848b1728b98843dff
%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: 8%{?dist}
Release: 9%{?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
* Tue Apr 19 2022 Jindrich Novy <jnovy@redhat.com> - 3.0.1-9
- update to the latest content of https://github.com/containers/podman/tree/v3.0.1-rhel
(https://github.com/containers/podman/commit/801b7e8)
- Resolves: #2074143
* Mon Apr 04 2022 Jindrich Novy <jnovy@redhat.com> - 3.0.1-8
- update to the latest content of https://github.com/containers/podman/tree/v3.0.1-rhel
(https://github.com/containers/podman/commit/c5d8129)