import skopeo-1.6.2-6.module+el8.8.0+17821+de1b53f1
This commit is contained in:
parent
968d1511b1
commit
90892d3293
2
.gitignore
vendored
2
.gitignore
vendored
@ -1 +1 @@
|
|||||||
SOURCES/release-1.6-c20c32d.tar.gz
|
SOURCES/release-1.6-2b16a1c.tar.gz
|
||||||
|
@ -1 +1 @@
|
|||||||
18a43c622d36200dd624006d49be199666511ad5 SOURCES/release-1.6-c20c32d.tar.gz
|
79c1795c6373ae9bad954e20f254cd1674d05ab5 SOURCES/release-1.6-2b16a1c.tar.gz
|
||||||
|
@ -12,13 +12,13 @@ go build -buildmode pie -compiler gc -tags="rpm_crashtraceback libtrust_openssl
|
|||||||
|
|
||||||
%global branch release-1.6
|
%global branch release-1.6
|
||||||
%global import_path github.com/containers/%{name}
|
%global import_path github.com/containers/%{name}
|
||||||
%global commit0 c20c32dc25f4bb0ec2e0cfadb51d692f4b0b50ca
|
%global commit0 2b16a1ccfb89ef07688d191ed97712622e2aa7e0
|
||||||
%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.6.2
|
Version: 1.6.2
|
||||||
Release: 5%{?dist}
|
Release: 6%{?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}
|
||||||
@ -119,6 +119,11 @@ export GOPATH=%{buildroot}/%{gopath}:$(pwd)/vendor:%{gopath}
|
|||||||
%{_datadir}/%{name}/test
|
%{_datadir}/%{name}/test
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Jan 13 2023 Jindrich Novy <jnovy@redhat.com> - 2:1.6.2-6
|
||||||
|
- update to the latest content of https://github.com/containers/skopeo/tree/release-1.6
|
||||||
|
(https://github.com/containers/skopeo/commit/2b16a1c)
|
||||||
|
- Related: #2129766
|
||||||
|
|
||||||
* Tue Aug 16 2022 Jindrich Novy <jnovy@redhat.com> - 2:1.6.2-5
|
* Tue Aug 16 2022 Jindrich Novy <jnovy@redhat.com> - 2:1.6.2-5
|
||||||
- update to the latest content of https://github.com/containers/skopeo/tree/release-1.6
|
- update to the latest content of https://github.com/containers/skopeo/tree/release-1.6
|
||||||
(https://github.com/containers/skopeo/commit/c20c32d)
|
(https://github.com/containers/skopeo/commit/c20c32d)
|
||||||
|
Loading…
Reference in New Issue
Block a user