|
|
|
@ -28,7 +28,7 @@ go build -buildmode pie -compiler gc -tags="rpm_crashtraceback libtrust_openssl
|
|
|
|
|
Epoch: 1
|
|
|
|
|
Name: skopeo
|
|
|
|
|
Version: 1.2.4
|
|
|
|
|
Release: 2%{?dist}.inferit
|
|
|
|
|
Release: 2%{?dist}.inferit.1
|
|
|
|
|
Summary: Inspect container images and repositories on registries
|
|
|
|
|
License: ASL 2.0
|
|
|
|
|
URL: %{git0}
|
|
|
|
@ -164,20 +164,6 @@ install -d -p -m 755 %{buildroot}/%{_datadir}/rhel/secrets
|
|
|
|
|
# rhbz#1110876 - update symlinks for subscription management
|
|
|
|
|
ln -s %{_sysconfdir}/pki/entitlement %{buildroot}%{_datadir}/rhel/secrets/etc-pki-entitlement
|
|
|
|
|
ln -s %{_sysconfdir}/rhsm %{buildroot}%{_datadir}/rhel/secrets/rhsm
|
|
|
|
|
ln -s %{_sysconfdir}/yum.repos.d/redhat.repo %{buildroot}%{_datadir}/rhel/secrets/redhat.repo
|
|
|
|
|
|
|
|
|
|
# ship preconfigured /etc/containers/registries.d/ files with containers-common - #1903813
|
|
|
|
|
cat <<EOF > %{buildroot}%{_sysconfdir}/containers/registries.d/registry.access.redhat.com.yaml
|
|
|
|
|
docker:
|
|
|
|
|
registry.access.redhat.com:
|
|
|
|
|
sigstore: https://access.redhat.com/webassets/docker/content/sigstore
|
|
|
|
|
EOF
|
|
|
|
|
|
|
|
|
|
cat <<EOF > %{buildroot}%{_sysconfdir}/containers/registries.d/registry.redhat.io.yaml
|
|
|
|
|
docker:
|
|
|
|
|
registry.redhat.io:
|
|
|
|
|
sigstore: https://registry.redhat.io/containers/sigstore
|
|
|
|
|
EOF
|
|
|
|
|
|
|
|
|
|
# system tests
|
|
|
|
|
install -d -p %{buildroot}/%{_datadir}/%{name}/test/system
|
|
|
|
@ -230,6 +216,9 @@ export GOPATH=%{buildroot}/%{gopath}:$(pwd)/vendor:%{gopath}
|
|
|
|
|
%{_datadir}/%{name}/test
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Fri Jun 07 2024 Sergey Cherevko <s.cherevko@msvsphere-os.ru> - 1:1.2.4-2.inferit.1
|
|
|
|
|
- Fixed de-branding
|
|
|
|
|
|
|
|
|
|
* Tue Jun 04 2024 Sergey Cherevko <s.cherevko@msvsphere-os.ru> - 1:1.2.4-2.inferit
|
|
|
|
|
- Debranding
|
|
|
|
|
- Rebuilt for MSVSphere 8.10
|
|
|
|
|