import CS skopeo-1.13.3-1.module_el8+664+4072b3ae
This commit is contained in:
parent
96579ca181
commit
420da4c6fc
2
.gitignore
vendored
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,38 +122,53 @@ export GOPATH=%{buildroot}/%{gopath}:$(pwd)/vendor:%{gopath}
|
|||||||
%{_datadir}/%{name}/test
|
%{_datadir}/%{name}/test
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* 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 https://github.com/containers/skopeo/releases/tag/v1.13.2
|
||||||
|
- Related: #2176055
|
||||||
|
|
||||||
|
* Fri Jul 21 2023 Jindrich Novy <jnovy@redhat.com> - 2:1.13.1-1
|
||||||
|
- update to https://github.com/containers/skopeo/releases/tag/v1.13.1
|
||||||
|
- Related: #2176055
|
||||||
|
|
||||||
|
* Fri Jul 07 2023 Jindrich Novy <jnovy@redhat.com> - 2:1.13.0-1
|
||||||
|
- update to https://github.com/containers/skopeo/releases/tag/v1.13.0
|
||||||
|
- Related: #2176055
|
||||||
|
|
||||||
|
* Wed Jun 14 2023 Jindrich Novy <jnovy@redhat.com> - 2:1.12.0-2
|
||||||
|
- rebuild for following CVEs:
|
||||||
|
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
|
||||||
|
- Resolves: #2179951
|
||||||
|
- Resolves: #2187319
|
||||||
|
- Resolves: #2187367
|
||||||
|
- Resolves: #2203682
|
||||||
|
- Resolves: #2207513
|
||||||
|
|
||||||
|
* Tue Jun 06 2023 Jindrich Novy <jnovy@redhat.com> - 2:1.12.0-1
|
||||||
|
- update to https://github.com/containers/skopeo/releases/tag/v1.12.0
|
||||||
|
- Related: #2176055
|
||||||
|
|
||||||
|
* 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/release-1.11
|
- update to the latest content of https://github.com/containers/skopeo/tree/release-1.11
|
||||||
(https://github.com/containers/skopeo/commit/3f98753)
|
(https://github.com/containers/skopeo/commit/7e11ab4)
|
||||||
- Related: #2123641
|
- Related: #2176055
|
||||||
|
|
||||||
* Fri Feb 17 2023 Jindrich Novy <jnovy@redhat.com> - 2:1.11.1-1
|
* Wed Apr 12 2023 Jindrich Novy <jnovy@redhat.com> - 2:1.11.3-0.1
|
||||||
- update to https://github.com/containers/skopeo/releases/tag/v1.11.1
|
- update to the latest content of https://github.com/containers/skopeo/tree/release-1.11
|
||||||
- Related: #2123641
|
(https://github.com/containers/skopeo/commit/d79588e)
|
||||||
|
- Related: #2176055
|
||||||
|
|
||||||
* Fri Jan 27 2023 Jindrich Novy <jnovy@redhat.com> - 2:1.11.0-1
|
* Sun Mar 26 2023 Jindrich Novy <jnovy@redhat.com> - 2:1.11.2-0.4
|
||||||
- update to https://github.com/containers/skopeo/releases/tag/v1.11.0
|
- update to the latest content of https://github.com/containers/skopeo/tree/release-1.11
|
||||||
(https://github.com/containers/skopeo/commit/968670116c56023d37e9e98b48346478599c6801)
|
(https://github.com/containers/skopeo/commit/8191ef3)
|
||||||
- Related: #2123641
|
- Related: #2176055
|
||||||
|
|
||||||
* Tue Jan 24 2023 Jindrich Novy <jnovy@redhat.com> - 2:1.11.0-0.3
|
* Wed Mar 08 2023 Jindrich Novy <jnovy@redhat.com> - 2:1.11.2-0.3
|
||||||
- update to the latest content of https://github.com/containers/skopeo/tree/main
|
- fix build
|
||||||
(https://github.com/containers/skopeo/commit/fe15a36)
|
- Related: #2176055
|
||||||
- Related: #2123641
|
|
||||||
|
|
||||||
* Tue Jan 17 2023 Jindrich Novy <jnovy@redhat.com> - 2:1.11.0-0.2
|
|
||||||
- update to the latest content of https://github.com/containers/skopeo/tree/main
|
|
||||||
(https://github.com/containers/skopeo/commit/8e09e64)
|
|
||||||
- Related: #2123641
|
|
||||||
|
|
||||||
* Fri Jan 13 2023 Jindrich Novy <jnovy@redhat.com> - 2:1.11.0-0.1
|
|
||||||
- update to the latest content of https://github.com/containers/skopeo/tree/main
|
|
||||||
(https://github.com/containers/skopeo/commit/2817510)
|
|
||||||
- Related: #2123641
|
|
||||||
|
|
||||||
* 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…
Reference in New Issue
Block a user