import skopeo-1.13.3-1.module+el8.9.0+19761+326da906

i8c-stream-rhel8 changed/i8c-stream-rhel8/skopeo-1.13.3-1.module+el8.9.0+19761+326da906
MSVSphere Packaging Team 1 year ago
parent 3b98f7bf90
commit e44118175c

2
.gitignore vendored

@ -1 +1 @@
SOURCES/release-1.11-3f98753.tar.gz SOURCES/skopeo-1.13.3-9e29e4c.tar.gz

@ -1 +1 @@
4773f02886bfae187b832040bca2e7c99380786e SOURCES/release-1.11-3f98753.tar.gz 758a95f4018d4d005a3011d4d5cca702073e0d55 SOURCES/skopeo-1.13.3-9e29e4c.tar.gz

@ -9,14 +9,14 @@ go build -buildmode pie -compiler gc -tags="rpm_crashtraceback libtrust_openssl
%endif %endif
%global import_path github.com/containers/%{name} %global import_path github.com/containers/%{name}
%global branch release-1.11 #%%global branch release-1.11
%global commit0 3f98753bfdaa2c9e0465328b279f48bbdaa2ddaa %global commit0 9e29e4cede9bdaa4a54aa5b0af86efedb823bde4
%global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global shortcommit0 %(c=%{commit0}; echo ${c:0:7})
Epoch: 2 Epoch: 2
Name: skopeo Name: skopeo
Version: 1.11.2 Version: 1.13.3
Release: 0.2%{?dist} Release: 1%{?dist}
Summary: Inspect container images and repositories on registries Summary: Inspect container images and repositories on registries
License: ASL 2.0 License: ASL 2.0
URL: https://%{import_path} URL: https://%{import_path}
@ -122,41 +122,56 @@ export GOPATH=%{buildroot}/%{gopath}:$(pwd)/vendor:%{gopath}
%{_datadir}/%{name}/test %{_datadir}/%{name}/test
%changelog %changelog
* Tue Dec 12 2023 MSVSphere Packaging Team <packager@msvsphere-os.ru> - 2:1.11.2-0.2 * Tue Dec 12 2023 MSVSphere Packaging Team <packager@msvsphere-os.ru> - 2:1.13.3-1
- Rebuilt for MSVSphere 8.8 - Rebuilt for MSVSphere 8.8
* Wed Feb 22 2023 Jindrich Novy <jnovy@redhat.com> - 2:1.11.2-0.2 * Fri Aug 25 2023 Jindrich Novy <jnovy@redhat.com> - 2:1.13.3-1
- fix build - update to https://github.com/containers/skopeo/releases/tag/v1.13.3
- Related: #2123641 - Related: #2176055
* Tue Feb 21 2023 Jindrich Novy <jnovy@redhat.com> - 2:1.11.2-0.1 * Fri Aug 11 2023 Jindrich Novy <jnovy@redhat.com> - 2:1.13.2-1
- update to the latest content of https://github.com/containers/skopeo/tree/release-1.11 - update to https://github.com/containers/skopeo/releases/tag/v1.13.2
(https://github.com/containers/skopeo/commit/3f98753) - Related: #2176055
- Related: #2123641
* Fri Feb 17 2023 Jindrich Novy <jnovy@redhat.com> - 2:1.11.1-1 * Fri Jul 21 2023 Jindrich Novy <jnovy@redhat.com> - 2:1.13.1-1
- update to https://github.com/containers/skopeo/releases/tag/v1.11.1 - update to https://github.com/containers/skopeo/releases/tag/v1.13.1
- Related: #2123641 - Related: #2176055
* Fri Jan 27 2023 Jindrich Novy <jnovy@redhat.com> - 2:1.11.0-1 * Fri Jul 07 2023 Jindrich Novy <jnovy@redhat.com> - 2:1.13.0-1
- update to https://github.com/containers/skopeo/releases/tag/v1.11.0 - update to https://github.com/containers/skopeo/releases/tag/v1.13.0
(https://github.com/containers/skopeo/commit/968670116c56023d37e9e98b48346478599c6801) - Related: #2176055
- Related: #2123641
* Tue Jan 24 2023 Jindrich Novy <jnovy@redhat.com> - 2:1.11.0-0.3 * Wed Jun 14 2023 Jindrich Novy <jnovy@redhat.com> - 2:1.12.0-2
- update to the latest content of https://github.com/containers/skopeo/tree/main - rebuild for following CVEs:
(https://github.com/containers/skopeo/commit/fe15a36) CVE-2022-41724 CVE-2022-41725 CVE-2023-24537 CVE-2023-24538 CVE-2023-24534 CVE-2023-24536 CVE-2022-41723 CVE-2023-24539 CVE-2023-24540 CVE-2023-29400
- Related: #2123641 - Resolves: #2179951
- Resolves: #2187319
- Resolves: #2187367
- Resolves: #2203682
- Resolves: #2207513
* Tue Jan 17 2023 Jindrich Novy <jnovy@redhat.com> - 2:1.11.0-0.2 * Tue Jun 06 2023 Jindrich Novy <jnovy@redhat.com> - 2:1.12.0-1
- update to the latest content of https://github.com/containers/skopeo/tree/main - update to https://github.com/containers/skopeo/releases/tag/v1.12.0
(https://github.com/containers/skopeo/commit/8e09e64) - Related: #2176055
- Related: #2123641
* Fri Jan 13 2023 Jindrich Novy <jnovy@redhat.com> - 2:1.11.0-0.1 * Fri May 12 2023 Jindrich Novy <jnovy@redhat.com> - 2:1.11.3-0.2
- update to the latest content of https://github.com/containers/skopeo/tree/main - update to the latest content of https://github.com/containers/skopeo/tree/release-1.11
(https://github.com/containers/skopeo/commit/2817510) (https://github.com/containers/skopeo/commit/7e11ab4)
- Related: #2123641 - Related: #2176055
* Wed Apr 12 2023 Jindrich Novy <jnovy@redhat.com> - 2:1.11.3-0.1
- update to the latest content of https://github.com/containers/skopeo/tree/release-1.11
(https://github.com/containers/skopeo/commit/d79588e)
- Related: #2176055
* Sun Mar 26 2023 Jindrich Novy <jnovy@redhat.com> - 2:1.11.2-0.4
- update to the latest content of https://github.com/containers/skopeo/tree/release-1.11
(https://github.com/containers/skopeo/commit/8191ef3)
- Related: #2176055
* Wed Mar 08 2023 Jindrich Novy <jnovy@redhat.com> - 2:1.11.2-0.3
- fix build
- Related: #2176055
* Thu Oct 06 2022 Jindrich Novy <jnovy@redhat.com> - 2:1.10.0-1 * Thu Oct 06 2022 Jindrich Novy <jnovy@redhat.com> - 2:1.10.0-1
- update to https://github.com/containers/skopeo/releases/tag/v1.10.0 - update to https://github.com/containers/skopeo/releases/tag/v1.10.0

Loading…
Cancel
Save