skopeo-1.9.0-1.el9
- update to https://github.com/containers/skopeo/releases/tag/v1.9.0 - Related: #2061316 Signed-off-by: Jindrich Novy <jnovy@redhat.com> Fix build issues Signed-off-by: Lokesh Mandvekar <lsm5@fedoraproject.org>
This commit is contained in:
parent
b6214fb661
commit
d7f131dab4
15
skopeo.spec
15
skopeo.spec
@ -9,13 +9,13 @@ go build -buildmode pie -compiler gc -tags="rpm_crashtraceback libtrust_openssl
|
||||
|
||||
%global import_path github.com/containers/%{name}
|
||||
#%%global branch main
|
||||
%global commit0 37727a45f96ac208785b606f7772d609bf50dbc4
|
||||
%global commit0 a03cba7c7ef4c49cf98336063ee4f1e235bf80e0
|
||||
%global shortcommit0 %(c=%{commit0}; echo ${c:0:7})
|
||||
|
||||
Epoch: 2
|
||||
Name: skopeo
|
||||
Version: 1.8.0
|
||||
Release: 4%{?dist}
|
||||
Version: 1.9.0
|
||||
Release: 1%{?dist}
|
||||
Summary: Inspect container images and repositories on registries
|
||||
License: ASL 2.0
|
||||
URL: https://%{import_path}
|
||||
@ -63,6 +63,7 @@ This package contains system tests for %{name}
|
||||
%autosetup -Sgit -n %{name}-%{commit0}
|
||||
%endif
|
||||
sed -i 's/install-binary: bin\/%{name}/install-binary:/' Makefile
|
||||
sed -i 's/completions: bin\/%{name}/completions:/' Makefile
|
||||
sed -i 's/install-docs: docs/install-docs:/' Makefile
|
||||
|
||||
%build
|
||||
@ -110,12 +111,20 @@ export GOPATH=%{buildroot}/%{gopath}:$(pwd)/vendor:%{gopath}
|
||||
%dir %{_datadir}/bash-completion
|
||||
%dir %{_datadir}/bash-completion/completions
|
||||
%{_datadir}/bash-completion/completions/%{name}
|
||||
%dir %{_datadir}/fish/vendor_completions.d
|
||||
%{_datadir}/fish/vendor_completions.d/%{name}.fish
|
||||
%dir %{_datadir}/zsh/site-functions
|
||||
%{_datadir}/zsh/site-functions/_%{name}
|
||||
|
||||
%files tests
|
||||
%license LICENSE
|
||||
%{_datadir}/%{name}/test
|
||||
|
||||
%changelog
|
||||
* Thu Jul 14 2022 Jindrich Novy <jnovy@redhat.com> - 2:1.9.0-1
|
||||
- update to https://github.com/containers/skopeo/releases/tag/v1.9.0
|
||||
- Related: #2061316
|
||||
|
||||
* Fri May 13 2022 Jindrich Novy <jnovy@redhat.com> - 2:1.8.0-4
|
||||
- Re-enable debuginfo
|
||||
- Related: #2061316
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (skopeo-1.8.0-37727a4.tar.gz) = 518a468a6460a4c0f26e29480ad837a6d655570160fd9c707e106bb0cd2f4d54a0462e8a80a85d6b8ffedf45ae0d9743ed931fa6512535de6b1e4757e0c94518
|
||||
SHA512 (skopeo-1.9.0-a03cba7.tar.gz) = aee97f5f57ae94b250c4471fcf2bb5673bb3c68886dedbe17f55e63ab9b2325e86d9626e0f6ce9d727f4a38beb6a7d4a6935a47c3270f44ccc9936505ea28a01
|
||||
|
Loading…
Reference in New Issue
Block a user