import podman-3.0.1-13.module+el8.7.0+16212+65e1b35f
This commit is contained in:
parent
ef7437771d
commit
e88eb393be
2
.gitignore
vendored
2
.gitignore
vendored
@ -1,3 +1,3 @@
|
||||
SOURCES/v0.1.5.tar.gz
|
||||
SOURCES/v1.1.1.tar.gz
|
||||
SOURCES/v3.0.1-rhel-801b7e8.tar.gz
|
||||
SOURCES/v3.0.1-rhel-37cd5bf.tar.gz
|
||||
|
@ -1,3 +1,3 @@
|
||||
4502491739693bd1b1d108d9af545f69a3bd424b SOURCES/v0.1.5.tar.gz
|
||||
3d883ef197eeb1a602dfef79ee1027847cfd40a4 SOURCES/v1.1.1.tar.gz
|
||||
8972fe31519023d559500db203d0c3d59dfbdb5e SOURCES/v3.0.1-rhel-801b7e8.tar.gz
|
||||
5950c752f34f75f9de2f92cc00712d1337350d85 SOURCES/v3.0.1-rhel-37cd5bf.tar.gz
|
||||
|
@ -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 801b7e8077fbfdf6558edba848b1728b98843dff
|
||||
%global commit0 37cd5bfe145d43e8c94406224c7c252d0105e517
|
||||
%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: 9%{?dist}
|
||||
Release: 13%{?dist}
|
||||
Summary: Manage Pods, Containers and Container Images
|
||||
License: ASL 2.0 and GPLv3+
|
||||
URL: https://%{name}.io/
|
||||
@ -338,15 +338,35 @@ exit 0
|
||||
%{_datadir}/%{name}/test
|
||||
|
||||
%changelog
|
||||
* Tue Aug 02 2022 Jindrich Novy <jnovy@redhat.com> - 3.0.1-13
|
||||
- update to the latest content of https://github.com/containers/podman/tree/v3.0.1-rhel
|
||||
(https://github.com/containers/podman/commit/37cd5bf)
|
||||
- Related: #2061390
|
||||
|
||||
* Wed Jul 27 2022 Jindrich Novy <jnovy@redhat.com> - 3.0.1-12
|
||||
- update to the latest content of https://github.com/containers/podman/tree/v3.0.1-rhel
|
||||
(https://github.com/containers/podman/commit/1c4d1a7)
|
||||
- Related: #2061390
|
||||
|
||||
* Wed Jul 06 2022 Jindrich Novy <jnovy@redhat.com> - 3.0.1-11
|
||||
- update to the latest content of https://github.com/containers/podman/tree/v3.0.1-rhel
|
||||
(https://github.com/containers/podman/commit/4cd74c2)
|
||||
- Related: #2061390
|
||||
|
||||
* Wed Apr 27 2022 Jindrich Novy <jnovy@redhat.com> - 3.0.1-10
|
||||
- update to the latest content of https://github.com/containers/podman/tree/v3.0.1-rhel
|
||||
(https://github.com/containers/podman/commit/47b310e)
|
||||
- Related: #2061390
|
||||
|
||||
* 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
|
||||
- Resolves: #2074144
|
||||
|
||||
* 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)
|
||||
- Resolves: #2067512
|
||||
- Related: #2061390
|
||||
|
||||
* Mon Oct 11 2021 Jindrich Novy <jnovy@redhat.com> - 3.0.1-7
|
||||
- add missing docker man pages
|
||||
|
Loading…
Reference in New Issue
Block a user