import skopeo-1.2.4-1.module+el8.6.0+12937+c86eb8d2
This commit is contained in:
parent
51f9e3959b
commit
82a250e5af
2
.gitignore
vendored
2
.gitignore
vendored
@ -1 +1 @@
|
|||||||
SOURCES/release-1.2-e72dd9c.tar.gz
|
SOURCES/release-1.2-9921983.tar.gz
|
||||||
|
@ -1 +1 @@
|
|||||||
a4755f6059727897a3dde8b77756e871409ef459 SOURCES/release-1.2-e72dd9c.tar.gz
|
986a706db6d55935d813aa3a8d43d22fa519bdc1 SOURCES/release-1.2-9921983.tar.gz
|
||||||
|
@ -56,10 +56,12 @@
|
|||||||
# Ubuntu
|
# Ubuntu
|
||||||
"ubuntu" = "docker.io/library/ubuntu"
|
"ubuntu" = "docker.io/library/ubuntu"
|
||||||
# Oracle Linux
|
# Oracle Linux
|
||||||
"oraclelinux" = "docker.io/library/oraclelinux"
|
"oraclelinux" = "container-registry.oracle.com/os/oraclelinux"
|
||||||
# busybox
|
# busybox
|
||||||
"busybox" = "docker.io/library/busybox"
|
"busybox" = "docker.io/library/busybox"
|
||||||
# php
|
# php
|
||||||
"php" = "docker.io/library/php"
|
"php" = "docker.io/library/php"
|
||||||
# python
|
# python
|
||||||
"python" = "docker.io/library/python"
|
"python" = "docker.io/library/python"
|
||||||
|
# node
|
||||||
|
"node" = "docker.io/library/node"
|
||||||
|
@ -22,13 +22,13 @@ go build -buildmode pie -compiler gc -tags="rpm_crashtraceback libtrust_openssl
|
|||||||
%global common_branch v0.33.4
|
%global common_branch v0.33.4
|
||||||
%global storage_branch v1.24.6
|
%global storage_branch v1.24.6
|
||||||
%global shortnames_branch main
|
%global shortnames_branch main
|
||||||
%global commit0 e72dd9c5c834f3cd7fb8b1aab4021d9d4412f305
|
%global commit0 99219839236053c4fc27e3099639fcecb1378a3e
|
||||||
%global shortcommit0 %(c=%{commit0}; echo ${c:0:7})
|
%global shortcommit0 %(c=%{commit0}; echo ${c:0:7})
|
||||||
|
|
||||||
Epoch: 1
|
Epoch: 1
|
||||||
Name: skopeo
|
Name: skopeo
|
||||||
Version: 1.2.2
|
Version: 1.2.4
|
||||||
Release: 10%{?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: %{git0}
|
URL: %{git0}
|
||||||
@ -233,6 +233,11 @@ export GOPATH=%{buildroot}/%{gopath}:$(pwd)/vendor:%{gopath}
|
|||||||
%{_datadir}/%{name}/test
|
%{_datadir}/%{name}/test
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Sep 15 2021 Jindrich Novy <jnovy@redhat.com> - 1:1.2.4-1
|
||||||
|
- update to the latest content of https://github.com/containers/skopeo/tree/release-1.2
|
||||||
|
(https://github.com/containers/skopeo/commit/9921983)
|
||||||
|
- Related: #2001445
|
||||||
|
|
||||||
* Thu Jul 15 2021 Jindrich Novy <jnovy@redhat.com> - 1:1.2.2-10
|
* Thu Jul 15 2021 Jindrich Novy <jnovy@redhat.com> - 1:1.2.2-10
|
||||||
- update shortnames from Pyxis
|
- update shortnames from Pyxis
|
||||||
- sync with the vendored versions in 3.0-8.5.0
|
- sync with the vendored versions in 3.0-8.5.0
|
||||||
|
Loading…
Reference in New Issue
Block a user