import podman-4.1.1-7.module+el8.6.0+16889+9f154fa9

This commit is contained in:
CentOS Sources 2022-10-25 03:43:09 -04:00 committed by Stepan Oksanichenko
parent d35957fc13
commit 30b0a9935c
3 changed files with 29 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.1.1-rhel-fa692a6.tar.gz
SOURCES/v4.1.1-rhel-7f5e2fd.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
296575ffc7e39bd2167a05d959ff572ee57f6b44 SOURCES/v4.1.1-rhel-fa692a6.tar.gz
0830b39e60d005a5f3e364b7cf1038ff4ac32105 SOURCES/v4.1.1-rhel-7f5e2fd.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.1.1-rhel
%global commit0 fa692a6b4a1131c76eb3d5beacb155855e733785
%global commit0 7f5e2fd58bdc312ba67e7b912c89e03fa27f814a
%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.1.1
Release: 2%{?dist}
Release: 7%{?dist}
Summary: Manage Pods, Containers and Container Images
License: ASL 2.0 and GPLv3+
URL: https://%{name}.io/
@ -414,6 +414,31 @@ exit 0
%{_libexecdir}/%{name}/gvproxy
%changelog
* Tue Oct 11 2022 Jindrich Novy <jnovy@redhat.com> - 2:4.1.1-7
- update to the latest content of https://github.com/containers/podman/tree/v4.1.1-rhel
(https://github.com/containers/podman/commit/7f5e2fd)
- Resolves: #2130912
* Tue Oct 11 2022 Jindrich Novy <jnovy@redhat.com> - 2:4.1.1-6
- update to the latest content of https://github.com/containers/podman/tree/v4.1.1-rhel
(https://github.com/containers/podman/commit/2e917df)
- Resolves: #2132413
* Tue Oct 11 2022 Jindrich Novy <jnovy@redhat.com> - 2:4.1.1-5
- update to the latest content of https://github.com/containers/podman/tree/v4.1.1-rhel
(https://github.com/containers/podman/commit/46e1da6)
- Resolves: #2132993
* Mon Oct 10 2022 Jindrich Novy <jnovy@redhat.com> - 2:4.1.1-4
- update to the latest content of https://github.com/containers/podman/tree/v4.1.1-rhel
(https://github.com/containers/podman/commit/735c155)
- Resolves: #2126243
* Thu Sep 29 2022 Jindrich Novy <jnovy@redhat.com> - 2:4.1.1-3
- update to the latest content of https://github.com/containers/podman/tree/v4.1.1-rhel
(https://github.com/containers/podman/commit/75e92a2)
- Resolves: #2130912
* Fri Jul 08 2022 Jindrich Novy <jnovy@redhat.com> - 2:4.1.1-2
- update to the latest content of https://github.com/containers/podman/tree/v4.1.1-rhel
(https://github.com/containers/podman/commit/fa692a6)