import skopeo-1.2.4-1.module+el8.5.0+13605+73abf821

This commit is contained in:
CentOS Sources 2022-02-01 15:12:33 -05:00 committed by Stepan Oksanichenko
parent 98907ec469
commit a8e1fb746f
5 changed files with 1424 additions and 209 deletions

2
.gitignore vendored
View File

@ -1 +1 @@
SOURCES/release-1.2-e72dd9c.tar.gz
SOURCES/release-1.2-9921983.tar.gz

View File

@ -1 +1 @@
a4755f6059727897a3dde8b77756e871409ef459 SOURCES/release-1.2-e72dd9c.tar.gz
986a706db6d55935d813aa3a8d43d22fa519bdc1 SOURCES/release-1.2-9921983.tar.gz

File diff suppressed because it is too large Load Diff

View File

@ -1,4 +1,7 @@
[aliases]
# almalinux
"almalinux" = "docker.io/library/almalinux"
"almalinux-minimal" = "docker.io/library/almalinux-minimal"
# centos
"centos" = "quay.io/centos/centos"
# containers
@ -56,10 +59,12 @@
# Ubuntu
"ubuntu" = "docker.io/library/ubuntu"
# Oracle Linux
"oraclelinux" = "docker.io/library/oraclelinux"
"oraclelinux" = "container-registry.oracle.com/os/oraclelinux"
# busybox
"busybox" = "docker.io/library/busybox"
# php
"php" = "docker.io/library/php"
#python
# python
"python" = "docker.io/library/python"
# node
"node" = "docker.io/library/node"

View File

@ -22,13 +22,13 @@ go build -buildmode pie -compiler gc -tags="rpm_crashtraceback libtrust_openssl
%global common_branch v0.33.4
%global storage_branch v1.24.6
%global shortnames_branch main
%global commit0 e72dd9c5c834f3cd7fb8b1aab4021d9d4412f305
%global commit0 99219839236053c4fc27e3099639fcecb1378a3e
%global shortcommit0 %(c=%{commit0}; echo ${c:0:7})
Epoch: 1
Name: skopeo
Version: 1.2.2
Release: 10%{?dist}
Version: 1.2.4
Release: 1%{?dist}
Summary: Inspect container images and repositories on registries
License: ASL 2.0
URL: %{git0}
@ -233,6 +233,12 @@ export GOPATH=%{buildroot}/%{gopath}:$(pwd)/vendor:%{gopath}
%{_datadir}/%{name}/test
%changelog
* Thu Dec 09 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)
- update shortnames from Pyxis
- Related: #2009153
* Thu Jul 15 2021 Jindrich Novy <jnovy@redhat.com> - 1:1.2.2-10
- update shortnames from Pyxis
- sync with the vendored versions in 3.0-8.5.0