import podman-4.2.0-9.el9_1
This commit is contained in:
parent
03a8acd2a2
commit
78c3223449
2
.gitignore
vendored
2
.gitignore
vendored
@ -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.2.0-rhel-35c0df3.tar.gz
|
||||
SOURCES/v4.2.0-rhel-bfac4a5.tar.gz
|
||||
|
@ -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
|
||||
617f78f7d6edb11a5ff496eafffdf2a2d224ae9f SOURCES/v4.2.0-rhel-35c0df3.tar.gz
|
||||
54af5b7852b542bdb7a760422d342874e60045b5 SOURCES/v4.2.0-rhel-bfac4a5.tar.gz
|
||||
|
@ -5,7 +5,7 @@ GO111MODULE=off go build -buildmode pie -compiler gc -tags="rpm_crashtraceback $
|
||||
|
||||
%global import_path github.com/containers/podman
|
||||
%global branch v4.2.0-rhel
|
||||
%global commit0 35c0df38e787ea9a8317d74aa18f47f382ed3e21
|
||||
%global commit0 bfac4a5de27976cff85aab821193df344114d97c
|
||||
%global shortcommit0 %(c=%{commit0}; echo ${c:0:7})
|
||||
%global cataver 0.1.7
|
||||
#%%global dnsnamever 1.3.0
|
||||
@ -19,7 +19,7 @@ GO111MODULE=off go build -buildmode pie -compiler gc -tags="rpm_crashtraceback $
|
||||
Epoch: 2
|
||||
Name: podman
|
||||
Version: 4.2.0
|
||||
Release: 7%{?dist}
|
||||
Release: 9%{?dist}
|
||||
Summary: Manage Pods, Containers and Container Images
|
||||
License: ASL 2.0 and GPLv3+
|
||||
URL: https://%{name}.io/
|
||||
@ -419,6 +419,16 @@ fi
|
||||
%{_libexecdir}/%{name}/gvproxy
|
||||
|
||||
%changelog
|
||||
* Mon Dec 12 2022 Jindrich Novy <jnovy@redhat.com> - 2:4.2.0-9
|
||||
- update to the latest content of https://github.com/containers/podman/tree/v4.2.0-rhel
|
||||
(https://github.com/containers/podman/commit/bfac4a5)
|
||||
- Resolves: #2152026
|
||||
|
||||
* Thu Dec 01 2022 Jindrich Novy <jnovy@redhat.com> - 2:4.2.0-8
|
||||
- update to the latest content of https://github.com/containers/podman/tree/v4.2.0-rhel
|
||||
(https://github.com/containers/podman/commit/6742838)
|
||||
- Resolves: #2149776
|
||||
|
||||
* Wed Oct 26 2022 Jindrich Novy <jnovy@redhat.com> - 2:4.2.0-7
|
||||
- update to the latest content of https://github.com/containers/podman/tree/v4.2.0-rhel
|
||||
(https://github.com/containers/podman/commit/35c0df3)
|
||||
|
Loading…
Reference in New Issue
Block a user