import skopeo-1.11.2-0.1.el9
This commit is contained in:
parent
b46031e00b
commit
37b7eef963
2
.gitignore
vendored
2
.gitignore
vendored
@ -1 +1 @@
|
|||||||
SOURCES/release-1.9-04d99f7.tar.gz
|
SOURCES/release-1.11-3f98753.tar.gz
|
||||||
|
@ -1 +1 @@
|
|||||||
18428c8228769f4b38bfc4565405f624ec67f770 SOURCES/release-1.9-04d99f7.tar.gz
|
4773f02886bfae187b832040bca2e7c99380786e SOURCES/release-1.11-3f98753.tar.gz
|
||||||
|
@ -8,13 +8,13 @@ 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.9
|
%global branch release-1.11
|
||||||
%global commit0 04d99f7eb2de0abdb04ea6b7b9f3fff77dfe4c9f
|
%global commit0 3f98753bfdaa2c9e0465328b279f48bbdaa2ddaa
|
||||||
%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.9.4
|
Version: 1.11.2
|
||||||
Release: 0.1%{?dist}
|
Release: 0.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
|
||||||
@ -121,10 +121,46 @@ export GOPATH=%{buildroot}/%{gopath}:$(pwd)/vendor:%{gopath}
|
|||||||
%{_datadir}/%{name}/test
|
%{_datadir}/%{name}/test
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Wed Oct 26 2022 Jindrich Novy <jnovy@redhat.com> - 2:1.9.4-0.1
|
* Tue Feb 21 2023 Jindrich Novy <jnovy@redhat.com> - 2:1.11.2-0.1
|
||||||
- update to the latest content of https://github.com/containers/skopeo/tree/release-1.9
|
- update to the latest content of https://github.com/containers/skopeo/tree/release-1.11
|
||||||
(https://github.com/containers/skopeo/commit/04d99f7)
|
(https://github.com/containers/skopeo/commit/3f98753)
|
||||||
- Resolves: #2136847
|
- Related: #2124478
|
||||||
|
|
||||||
|
* Mon Feb 20 2023 Jindrich Novy <jnovy@redhat.com> - 2:1.11.1-1
|
||||||
|
- update to https://github.com/containers/skopeo/releases/tag/v1.11.1
|
||||||
|
- Related: #2124478
|
||||||
|
|
||||||
|
* Fri Jan 27 2023 Jindrich Novy <jnovy@redhat.com> - 2:1.11.0-1
|
||||||
|
- update to 1.11.0 release
|
||||||
|
- Related: #2124478
|
||||||
|
|
||||||
|
* Wed Jan 25 2023 Jindrich Novy <jnovy@redhat.com> - 2:1.11.0-0.4
|
||||||
|
- update to the latest content of https://github.com/containers/skopeo/tree/main
|
||||||
|
(https://github.com/containers/skopeo/commit/b3b2c73)
|
||||||
|
- Related: #2124478
|
||||||
|
|
||||||
|
* Tue Jan 24 2023 Jindrich Novy <jnovy@redhat.com> - 2:1.11.0-0.3
|
||||||
|
- update to the latest content of https://github.com/containers/skopeo/tree/main
|
||||||
|
(https://github.com/containers/skopeo/commit/fe15a36)
|
||||||
|
- Related: #2124478
|
||||||
|
|
||||||
|
* 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: #2124478
|
||||||
|
|
||||||
|
* 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: #2124478
|
||||||
|
|
||||||
|
* Tue Nov 01 2022 Jindrich Novy <jnovy@redhat.com> - 2:1.10.0-1
|
||||||
|
- update to https://github.com/containers/skopeo/releases/tag/v1.10.0
|
||||||
|
- Related: #2124478
|
||||||
|
|
||||||
|
* Mon Oct 31 2022 Jindrich Novy <jnovy@redhat.com> - 2:1.9.3-1
|
||||||
|
- update to https://github.com/containers/skopeo/releases/tag/v1.9.3
|
||||||
|
- Related: #2124478
|
||||||
|
|
||||||
* Wed Aug 03 2022 Jindrich Novy <jnovy@redhat.com> - 2:1.9.2-1
|
* Wed Aug 03 2022 Jindrich Novy <jnovy@redhat.com> - 2:1.9.2-1
|
||||||
- update to https://github.com/containers/skopeo/releases/tag/v1.9.2
|
- update to https://github.com/containers/skopeo/releases/tag/v1.9.2
|
||||||
|
Loading…
Reference in New Issue
Block a user