import podman-4.0.2-9.module+el8.7.0+18128+0ba3165d

This commit is contained in:
CentOS Sources 2023-02-21 08:50:55 +00:00 committed by Stepan Oksanichenko
parent 0e54fd90c8
commit 653014d59a
3 changed files with 9 additions and 4 deletions

2
.gitignore vendored
View File

@ -2,4 +2,4 @@ SOURCES/dnsname-18822f9.tar.gz
SOURCES/podman-machine-cni-0749884.tar.gz
SOURCES/v0.1.7.tar.gz
SOURCES/v0.2.0.tar.gz
SOURCES/v4.0-rhel-33084eb.tar.gz
SOURCES/v4.0-rhel-0b00627.tar.gz

View File

@ -2,4 +2,4 @@
70b08b173bdf0d1325fce035c186b43085865587 SOURCES/podman-machine-cni-0749884.tar.gz
94419a237f932ff2a79c91f6e3005034d9c367a5 SOURCES/v0.1.7.tar.gz
64a6ff113705a3726bc0d7d45e6c697b999c2683 SOURCES/v0.2.0.tar.gz
29136b52394c601345c3169510fe283b3ff7f7bf SOURCES/v4.0-rhel-33084eb.tar.gz
9bb1abceea2aec694761fcf4926101c03a3e3df5 SOURCES/v4.0-rhel-0b00627.tar.gz

View File

@ -8,7 +8,7 @@ GO111MODULE=off go build -buildmode pie -compiler gc -tags="rpm_crashtraceback $
%global import_path github.com/containers/podman
%global branch v4.0-rhel
%global commit0 33084ebddd42a41d50e3426ff81d69115404ab33
%global commit0 0b0062781609c226c31c4e26a368d3ea2eda6e27
%global shortcommit0 %(c=%{commit0}; echo ${c:0:7})
%global cataver 0.1.7
#%%global dnsnamever 1.3.0
@ -22,7 +22,7 @@ GO111MODULE=off go build -buildmode pie -compiler gc -tags="rpm_crashtraceback $
Epoch: 2
Name: podman
Version: 4.0.2
Release: 8%{?dist}
Release: 9%{?dist}
Summary: Manage Pods, Containers and Container Images
License: ASL 2.0 and GPLv3+
URL: https://%{name}.io/
@ -409,6 +409,11 @@ exit 0
%{_libexecdir}/%{name}/gvproxy
%changelog
* Thu Feb 09 2023 Jindrich Novy <jnovy@redhat.com> - 2:4.0.2-9
- update to the latest content of https://github.com/containers/podman/tree/v4.0-rhel
(https://github.com/containers/podman/commit/0b00627)
- Resolves: #2154015
* Tue Aug 02 2022 Jindrich Novy <jnovy@redhat.com> - 2:4.0.2-8
- update to the latest content of https://github.com/containers/podman/tree/v4.0-rhel
(https://github.com/containers/podman/commit/33084eb)