|
|
@ -5,7 +5,7 @@ GO111MODULE=off go build -buildmode pie -compiler gc -tags="rpm_crashtraceback $
|
|
|
|
|
|
|
|
|
|
|
|
%global import_path github.com/containers/podman
|
|
|
|
%global import_path github.com/containers/podman
|
|
|
|
%global branch v5.2-rhel
|
|
|
|
%global branch v5.2-rhel
|
|
|
|
%global commit0 6df7dfbba58e97311df61beb13823a1169860fcb
|
|
|
|
%global commit0 e40738bd34f1776356494522d129846fee357299
|
|
|
|
%global shortcommit0 %(c=%{commit0}; echo ${c:0:7})
|
|
|
|
%global shortcommit0 %(c=%{commit0}; echo ${c:0:7})
|
|
|
|
%global cataver 0.1.7
|
|
|
|
%global cataver 0.1.7
|
|
|
|
%global commit_dnsname bdc4ab85266ade865a7c398336e98721e62ef6b2
|
|
|
|
%global commit_dnsname bdc4ab85266ade865a7c398336e98721e62ef6b2
|
|
|
@ -14,7 +14,7 @@ GO111MODULE=off go build -buildmode pie -compiler gc -tags="rpm_crashtraceback $
|
|
|
|
Epoch: 4
|
|
|
|
Epoch: 4
|
|
|
|
Name: podman
|
|
|
|
Name: podman
|
|
|
|
Version: 5.2.2
|
|
|
|
Version: 5.2.2
|
|
|
|
Release: 9%{?dist}
|
|
|
|
Release: 11%{?dist}
|
|
|
|
Summary: Manage Pods, Containers and Container Images
|
|
|
|
Summary: Manage Pods, Containers and Container Images
|
|
|
|
License: Apache-2.0 AND BSD-2-Clause AND BSD-3-Clause AND ISC AND MIT AND MPL-2.0
|
|
|
|
License: Apache-2.0 AND BSD-2-Clause AND BSD-3-Clause AND ISC AND MIT AND MPL-2.0
|
|
|
|
URL: https://%{name}.io/
|
|
|
|
URL: https://%{name}.io/
|
|
|
@ -365,6 +365,16 @@ fi
|
|
|
|
%{_datadir}/%{name}/test
|
|
|
|
%{_datadir}/%{name}/test
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
* Fri Nov 15 2024 Jindrich Novy <jnovy@redhat.com> - 4:5.2.2-11
|
|
|
|
|
|
|
|
- update to the latest content of https://github.com/containers/podman/tree/v5.2-rhel
|
|
|
|
|
|
|
|
(https://github.com/containers/podman/commit/e40738b)
|
|
|
|
|
|
|
|
- Resolves: RHEL-61962
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Wed Oct 30 2024 Jindrich Novy <jnovy@redhat.com> - 4:5.2.2-10
|
|
|
|
|
|
|
|
- update to the latest content of https://github.com/containers/podman/tree/v5.2-rhel
|
|
|
|
|
|
|
|
(https://github.com/containers/podman/commit/39171ac)
|
|
|
|
|
|
|
|
- Resolves: RHEL-62566
|
|
|
|
|
|
|
|
|
|
|
|
* Wed Oct 23 2024 Jindrich Novy <jnovy@redhat.com> - 4:5.2.2-9
|
|
|
|
* Wed Oct 23 2024 Jindrich Novy <jnovy@redhat.com> - 4:5.2.2-9
|
|
|
|
- update to the latest content of https://github.com/containers/podman/tree/v5.2-rhel
|
|
|
|
- update to the latest content of https://github.com/containers/podman/tree/v5.2-rhel
|
|
|
|
(https://github.com/containers/podman/commit/6df7dfb)
|
|
|
|
(https://github.com/containers/podman/commit/6df7dfb)
|
|
|
|