Compare commits

...

No commits in common. 'c9' and 'i9c-beta' have entirely different histories.
c9 ... i9c-beta

2
.gitignore vendored

@ -1,3 +1,3 @@
SOURCES/dnsname-bdc4ab8.tar.gz SOURCES/dnsname-bdc4ab8.tar.gz
SOURCES/v0.1.7.tar.gz SOURCES/v0.1.7.tar.gz
SOURCES/v4.9-rhel-6b45bb1.tar.gz SOURCES/v4.9-4c14019.tar.gz

@ -1,3 +1,3 @@
69fb828d3028f968e46420d58cc80bc59e446051 SOURCES/dnsname-bdc4ab8.tar.gz 69fb828d3028f968e46420d58cc80bc59e446051 SOURCES/dnsname-bdc4ab8.tar.gz
94419a237f932ff2a79c91f6e3005034d9c367a5 SOURCES/v0.1.7.tar.gz 94419a237f932ff2a79c91f6e3005034d9c367a5 SOURCES/v0.1.7.tar.gz
3c4f9102c8b2166345e46e34bc551ce3da85628b SOURCES/v4.9-rhel-6b45bb1.tar.gz dcc2c86ccb8ed60236971aa56c61d34b5c07844d SOURCES/v4.9-4c14019.tar.gz

@ -4,17 +4,17 @@
GO111MODULE=off go build -buildmode pie -compiler gc -tags="rpm_crashtraceback ${BUILDTAGS:-}" -ldflags "${LDFLAGS:-} -linkmode=external -compressdwarf=false -B 0x$(head -c20 /dev/urandom|od -An -tx1|tr -d ' \\n') -extldflags '%__global_ldflags'" -a -v %{?**}; GO111MODULE=off go build -buildmode pie -compiler gc -tags="rpm_crashtraceback ${BUILDTAGS:-}" -ldflags "${LDFLAGS:-} -linkmode=external -compressdwarf=false -B 0x$(head -c20 /dev/urandom|od -An -tx1|tr -d ' \\n') -extldflags '%__global_ldflags'" -a -v %{?**};
%global import_path github.com/containers/podman %global import_path github.com/containers/podman
%global branch v4.9-rhel %global branch v4.9
%global commit0 6b45bb172a71e5af9d3da83dec9ed518538499a4 %global commit0 4c140196f1233e5a48a088a41fe63eb2ad5e6b78
%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
%global shortcommit_dnsname %(c=%{commit_dnsname}; echo ${c:0:7}) %global shortcommit_dnsname %(c=%{commit_dnsname}; echo ${c:0:7})
Epoch: 4 Epoch: 2
Name: podman Name: podman
Version: 4.9.4 Version: 4.9.2
Release: 10%{?dist} Release: 1%{?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/
@ -358,83 +358,6 @@ fi
%{_datadir}/%{name}/test %{_datadir}/%{name}/test
%changelog %changelog
* Thu Aug 08 2024 Jindrich Novy <jnovy@redhat.com> - 4:4.9.4-10
- update to the latest content of https://github.com/containers/podman/tree/v4.9-rhel
(https://github.com/containers/podman/commit/6b45bb1)
- Resolves: RHEL-53250
* Thu Jul 25 2024 Jindrich Novy <jnovy@redhat.com> - 4:4.9.4-9
- update to the latest content of https://github.com/containers/podman/tree/v4.9-rhel
(https://github.com/containers/podman/commit/1a2d8e3)
- Resolves: RHEL-50507
* Mon Jul 22 2024 Jindrich Novy <jnovy@redhat.com> - 4:4.9.4-8
- update to the latest content of https://github.com/containers/podman/tree/v4.9-rhel
(https://github.com/containers/podman/commit/affa589)
- Resolves: RHEL-45916
* Thu Jul 18 2024 Jindrich Novy <jnovy@redhat.com> - 4:4.9.4-7
- update to the latest content of https://github.com/containers/podman/tree/v4.9-rhel
(https://github.com/containers/podman/commit/8fa0c76)
- Resolves: RHEL-40804
* Mon Jul 01 2024 Jindrich Novy <jnovy@redhat.com> - 4:4.9.4-6
- update to the latest content of https://github.com/containers/podman/tree/v4.9-rhel
(https://github.com/containers/podman/commit/b699052)
- Resolves: RHEL-45531
* Fri Jun 21 2024 Jindrich Novy <jnovy@redhat.com> - 4:4.9.4-5
- rebuild for CVE-2024-1394
- Resolves: RHEL-40793
* Tue Apr 30 2024 Jindrich Novy <jnovy@redhat.com> - 4:4.9.4-4
- update to the latest content of https://github.com/containers/podman/tree/v4.9-rhel
(https://github.com/containers/podman/commit/4afc71a)
- Resolves: RHEL-28735
* Mon Apr 15 2024 Jindrich Novy <jnovy@redhat.com> - 4:4.9.4-3
- rebuild
- Related: RHEL-28234
* Wed Apr 03 2024 Lokesh Mandvekar <lsm5@redhat.com> - 4:4.9.4-2
- bump Epoch to 4 to preserve upgrade path from rhel 8.10
- bump release tag or else it refuses to build
- Resolves: RHEL-28234
* Wed Apr 03 2024 Lokesh Mandvekar <lsm5@redhat.com> - 4:4.9.4-1
- bump Epoch to 4 to preserve upgrade path from rhel 8.10
- Resolves: RHEL-28234
* Mon Apr 01 2024 Lokesh Mandvekar <lsm5@redhat.com> - 3:4.9.4-1
- update to the latest content of https://github.com/containers/podman/tree/v4.9-rhel
(https://github.com/containers/podman/commit/7752c56)
- Resolves: RHEL-28234
* Tue Mar 19 2024 Jindrich Novy <jnovy@redhat.com> - 3:4.9.3-3
- update to the latest content of https://github.com/containers/podman/tree/v4.9-rhel
(https://github.com/containers/podman/commit/5f872ae)
- Resolves: RHEL-28234
* Thu Mar 14 2024 Jindrich Novy <jnovy@redhat.com> - 3:4.9.3-2
- update to the latest content of https://github.com/containers/podman/tree/v4.9-rhel
(https://github.com/containers/podman/commit/06e4598)
- Resolves: RHEL-28636
* Fri Mar 08 2024 Jindrich Novy <jnovy@redhat.com> - 2:4.9.3-1
- update to the latest content of https://github.com/containers/podman/tree/v4.9-rhel
(https://github.com/containers/podman/commit/c82fdc8)
- Resolves: RHEL-28633 RHEL-28629
* Tue Feb 20 2024 Jindrich Novy <jnovy@redhat.com> - 2:4.9.4-0.1
- update to the latest content of https://github.com/containers/podman/tree/v4.9
(https://github.com/containers/podman/commit/4b69d93)
- Related: RHEL-2112
* Fri Feb 09 2024 Jindrich Novy <jnovy@redhat.com> - 2:4.9.3-0.1
- update to the latest content of https://github.com/containers/podman/tree/v4.9
(https://github.com/containers/podman/commit/b8a887c)
- Related: RHEL-2112
* Tue Feb 06 2024 Jindrich Novy <jnovy@redhat.com> - 2:4.9.2-1 * Tue Feb 06 2024 Jindrich Novy <jnovy@redhat.com> - 2:4.9.2-1
- update to the latest content of https://github.com/containers/podman/tree/v4.9 - update to the latest content of https://github.com/containers/podman/tree/v4.9
(https://github.com/containers/podman/commit/4c14019) (https://github.com/containers/podman/commit/4c14019)
@ -568,6 +491,9 @@ CVE-2023-25173 CVE-2022-41724 CVE-2022-41725 CVE-2023-24537 CVE-2023-24538 CVE-2
- build and add missing docker man pages - build and add missing docker man pages
- Resolves: #2187187 - Resolves: #2187187
* Fri Apr 14 2023 MSVSphere Packaging Team <packager@msvsphere.ru> - 2:4.4.1-9
- Rebuilt for MSVSphere 9.2 beta
* Fri Apr 14 2023 Jindrich Novy <jnovy@redhat.com> - 2:4.4.1-9 * Fri Apr 14 2023 Jindrich Novy <jnovy@redhat.com> - 2:4.4.1-9
- update to the latest content of https://github.com/containers/podman/tree/v4.4.1-rhel - update to the latest content of https://github.com/containers/podman/tree/v4.4.1-rhel
(https://github.com/containers/podman/commit/fd0ea3b) (https://github.com/containers/podman/commit/fd0ea3b)

Loading…
Cancel
Save