import skopeo-1.9.4-0.1.module+el8.7.0+17824+66a0202b
This commit is contained in:
parent
5828b5288d
commit
c5b3a1c1d7
2
.gitignore
vendored
2
.gitignore
vendored
@ -1 +1 @@
|
|||||||
SOURCES/skopeo-1.9.3-89966c5.tar.gz
|
SOURCES/release-1.9-04d99f7.tar.gz
|
||||||
|
@ -1 +1 @@
|
|||||||
f019c49f1c164d0a3b6ae777703e9d019d185abe SOURCES/skopeo-1.9.3-89966c5.tar.gz
|
18428c8228769f4b38bfc4565405f624ec67f770 SOURCES/release-1.9-04d99f7.tar.gz
|
||||||
|
@ -8,14 +8,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 main
|
%global branch release-1.9
|
||||||
%global commit0 89966c513c89061d288690da671643d50968ca3f
|
%global commit0 04d99f7eb2de0abdb04ea6b7b9f3fff77dfe4c9f
|
||||||
%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.3
|
Version: 1.9.4
|
||||||
Release: 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
|
||||||
URL: https://%{import_path}
|
URL: https://%{import_path}
|
||||||
@ -121,6 +121,10 @@ 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.9.4-0.1
|
||||||
|
- consume skopeo from release-1.9 upstream branch
|
||||||
|
- Resolves: #2160713
|
||||||
|
|
||||||
* Thu Oct 20 2022 Jindrich Novy <jnovy@redhat.com> - 2:1.9.3-1
|
* Thu Oct 20 2022 Jindrich Novy <jnovy@redhat.com> - 2:1.9.3-1
|
||||||
- update to https://github.com/containers/skopeo/releases/tag/v1.9.3
|
- update to https://github.com/containers/skopeo/releases/tag/v1.9.3
|
||||||
- Related: #2135973
|
- Related: #2135973
|
||||||
|
Loading…
Reference in New Issue
Block a user